* installing *source* package ‘crs’ ... ** package ‘crs’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (GCC) 13.2.0’ using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/crs/src' gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c RuniqueCombs.c -o RuniqueCombs.o gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c bspline.c -o bspline.o gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c gsl_bspline.c -o gsl_bspline.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -I./nomad_src -I./sgtelib_src -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c snomadr.cpp -o snomadr.o In file included from ./nomad_src/Direction.hpp:54, from ./nomad_src/Directions.hpp:55, from ./nomad_src/Variable_Group.hpp:54, from ./nomad_src/Signature.hpp:54, from ./nomad_src/Parameters.hpp:59, from ./nomad_src/Eval_Point.hpp:54, from ./nomad_src/Cache_Point.hpp:54, from ./nomad_src/Cache.hpp:63, from ./nomad_src/Barrier.hpp:54, from ./nomad_src/Evaluator_Control.hpp:54, from ./nomad_src/Search.hpp:53, from ./nomad_src/Quad_Model_Evaluator.hpp:54, from ./nomad_src/Single_Obj_Quad_Model_Evaluator.hpp:55, from ./nomad_src/Quad_Model_Search.hpp:55, from ./nomad_src/Mads.hpp:54, from ./nomad_src/nomad.hpp:53, from snomadr.h:51, from snomadr.cpp:32: ./nomad_src/Point.hpp:435:22: warning: 'virtual bool NOMAD::Point::operator<(const NOMAD::Point&) const' was hidden [-Woverloaded-virtual=] 435 | virtual bool operator < ( const Point & p ) const; | ^~~~~~~~ ./nomad_src/Eval_Point.hpp:463:14: note: by 'bool NOMAD::Eval_Point::operator<(const NOMAD::Eval_Point&) const' 463 | bool operator < ( const Eval_Point & x ) const; | ^~~~~~~~ snomadr.cpp: In function 'SEXPREC* getListElement(SEXP, std::string)': snomadr.cpp:54:49: error: 'getAttrib' was not declared in this scope; did you mean 'Rf_getAttrib'? 54 | SEXP elmt = R_NilValue, names = getAttrib(list, R_NamesSymbol); | ^~~~~~~~~ | Rf_getAttrib snomadr.cpp:56:33: error: 'length' was not declared in this scope 56 | for (i = 0; i < length(list); i++) | ^~~~~~ snomadr.cpp: In function 'void setApplicationOptions(NOMAD::Parameters&, SEXP)': snomadr.cpp:96:38: error: 'getAttrib' was not declared in this scope; did you mean 'Rf_getAttrib'? 96 | opts_integer_names = getAttrib(opts_integer, R_NamesSymbol); | ^~~~~~~~~ | Rf_getAttrib snomadr.cpp:97:46: error: 'length' was not declared in this scope 97 | for (int list_cnt=0;list_cnt