* installing *source* package ‘c212’ ... ** package ‘c212’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/c212/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 c2121a.cpp -o c2121a.o c2121a.cpp: In member function 'virtual void c2121a::initSimParams(SEXP)': c2121a.cpp:1117:20: error: 'isNewList' was not declared in this scope; did you mean 'Rf_isNewList'? 1117 | if (len && isNewList(sim_params)) { | ^~~~~~~~~ | Rf_isNewList c2121a.cpp:1119:30: error: 'getAttrib' was not declared in this scope; did you mean 'Rf_getAttrib'? 1119 | SEXP names = getAttrib(sim_params, R_NamesSymbol); | ^~~~~~~~~ | Rf_getAttrib In file included from /data/gannet/ripley/R/R-devel/include/Rdefines.h:41, from c2121a.cpp:9: c2121a.cpp: In member function 'virtual SEXPREC* c2121a::getL1Samples(double****&)': c2121a.cpp:1536:27: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 1536 | PROTECT(samples = allocVector(REALSXP, gChains * gNumBodySys * gMaxAEs * (gIter - gBurnin))); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ c2121a.cpp:1568:9: error: 'setAttrib' was not declared in this scope; did you mean 'Rf_setAttrib'? 1568 | setAttrib(samples, R_DimSymbol, dim); | ^~~~~~~~~ | Rf_setAttrib c2121a.cpp: In member function 'virtual SEXPREC* c2121a::getL2Samples(double***&)': c2121a.cpp:1580:27: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 1580 | PROTECT(samples = allocVector(REALSXP, gChains * gNumBodySys * (gIter - gBurnin))); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ c2121a.cpp:1604:9: error: 'setAttrib' was not declared in this scope; did you mean 'Rf_setAttrib'? 1604 | setAttrib(samples, R_DimSymbol, dim); | ^~~~~~~~~ | Rf_setAttrib c2121a.cpp: In member function 'virtual SEXPREC* c2121a::getL3Samples(double**&)': c2121a.cpp:1616:27: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 1616 | PROTECT(samples = allocVector(REALSXP, gChains * (gIter - gBurnin))); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ c2121a.cpp:1634:9: error: 'setAttrib' was not declared in this scope; did you mean 'Rf_setAttrib'? 1634 | setAttrib(samples, R_DimSymbol, dim); | ^~~~~~~~~ | Rf_setAttrib c2121a.cpp: In member function 'virtual SEXPREC* c2121a::getL1Accept(int***&)': c2121a.cpp:1682:23: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 1682 | PROTECT(acc = allocVector(INTSXP, gChains * gNumBodySys * gMaxAEs)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ c2121a.cpp:1706:9: error: 'setAttrib' was not declared in this scope; did you mean 'Rf_setAttrib'? 1706 | setAttrib(acc, R_DimSymbol, dim); | ^~~~~~~~~ | Rf_setAttrib c2121a.cpp: At global scope: c2121a.cpp:16:20: warning: 'rcsId' defined but not used [-Wunused-variable] 16 | static const char *rcsId = "$Id: c2121a.cpp,v 1.19 2020/09/04 12:49:13 clb13102 Exp clb13102 $"; | ^~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: c2121a.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/c212/src' ERROR: compilation failed for package ‘c212’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/c212-lib/c212’ Command exited with non-zero status 1 Time 0:01.80, 1.33 + 0.23