* installing *source* package ‘bark’ ... ** package ‘bark’ 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/bark/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 bark-init.c -o bark-init.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 kernelCalculation.cpp -o kernelCalculation.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 kernelCalculationCall.cpp -o kernelCalculationCall.o kernelCalculationCall.cpp: In function 'SEXPREC* getDesign(SEXP, SEXP, SEXP, SEXP)': kernelCalculationCall.cpp:31:28: error: 'getAttrib' was not declared in this scope; did you mean 'Rf_getAttrib'? 31 | int *xdims = INTEGER(getAttrib(RX,R_DimSymbol)); | ^~~~~~~~~ | Rf_getAttrib In file included from kernelCalculationCall.cpp:14: kernelCalculationCall.cpp:45:23: error: 'allocMatrix' was not declared in this scope; did you mean 'Rf_allocMatrix'? 45 | SEXP RZ = PROTECT(allocMatrix(REALSXP, n, p)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: kernelCalculationCall.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/bark/src' ERROR: compilation failed for package ‘bark’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/bark-lib/bark’ Command exited with non-zero status 1 Time 0:04.19, 3.40 + 0.47