* installing *source* package ‘rgenoud’ ... ** package ‘rgenoud’ 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/rgenoud/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 change_order.cpp -o change_order.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 eval.cpp -o eval.o In file included from /data/gannet/ripley/R/R-devel/include/Rdefines.h:41, from genoud.h:26, from eval.cpp:23: eval.cpp: In function 'double evaluate(SEXP, SEXP, double*, long int, short int)': eval.cpp:34:18: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 34 | PROTECT(Rx = allocVector(REALSXP, nvars)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:41:23: error: 'lang2' was not declared in this scope 41 | PROTECT(R_fcall = lang2(fn, R_NilValue)); | ^~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:43:17: error: 'eval' was not declared in this scope 43 | fit = REAL(eval(R_fcall, rho))[0]; | ^~~~ eval.cpp: In function 'void EvaluateLexical(SEXP, SEXP, double*, long int, long int, short int, double*)': eval.cpp:71:18: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 71 | PROTECT(Rx = allocVector(REALSXP, nvars)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:78:23: error: 'lang2' was not declared in this scope 78 | PROTECT(R_fcall = lang2(fn, R_NilValue)); | ^~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:80:12: error: 'eval' was not declared in this scope 80 | Rret = eval(R_fcall, rho); | ^~~~ eval.cpp: In function 'void EvaluateTransform(SEXP, SEXP, double*, long int, long int, short int, double*)': eval.cpp:109:18: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 109 | PROTECT(Rx = allocVector(REALSXP, nvars)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:116:23: error: 'lang2' was not declared in this scope 116 | PROTECT(R_fcall = lang2(fn, R_NilValue)); | ^~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:118:12: error: 'eval' was not declared in this scope 118 | Rret = eval(R_fcall, rho); | ^~~~ eval.cpp: In function 'void userGradientfn(SEXP, SEXP, double*, double*, long int)': eval.cpp:148:22: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 148 | PROTECT(Rparms = allocVector(REALSXP, nvars)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:156:23: error: 'lang2' was not declared in this scope 156 | PROTECT(R_fcall = lang2(fnGR, R_NilValue)); | ^~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:158:13: error: 'eval' was not declared in this scope 158 | Rgrad = eval(R_fcall, rho); | ^~~~ eval.cpp: In function 'void RlexicalSort(SEXP, SEXP, double**, short int, long int, long int, long int, short int)': eval.cpp:181:19: error: 'allocMatrix' was not declared in this scope; did you mean 'Rf_allocMatrix'? 181 | PROTECT(MAT = allocMatrix(REALSXP, pop_size, lexical_end)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:182:21: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 182 | PROTECT(parms = allocVector(REALSXP, 4)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:198:23: error: 'lang3' was not declared in this scope 198 | PROTECT(R_fcall = lang3(fnLexicalSort, MAT, parms)); | ^~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:201:14: error: 'eval' was not declared in this scope 201 | MATret = eval(R_fcall, rho); | ^~~~ eval.cpp: In function 'long int RmemoryMatrixEvaluate(SEXP, SEXP, double**, double**, short int, long int, long int, long int, long int, long int)': eval.cpp:226:23: error: 'allocMatrix' was not declared in this scope; did you mean 'Rf_allocMatrix'? 226 | PROTECT(Rmemory = allocMatrix(REALSXP, UniqueCount, lexical_end)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:228:21: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 228 | PROTECT(parms = allocVector(REALSXP, 3)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:257:23: error: 'lang4' was not declared in this scope 257 | PROTECT(R_fcall = lang4(fnMemoryMatrixEvaluate, Rmemory, Rpopulation, parms)); | ^~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ eval.cpp:261:12: error: 'eval' was not declared in this scope 261 | Rret = eval(R_fcall, rho); | ^~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: eval.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/rgenoud/src' ERROR: compilation failed for package ‘rgenoud’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/rgenoud-lib/rgenoud’ Command exited with non-zero status 1 Time 0:02.68, 2.21 + 0.29