* installing *source* package ‘penaltyLearning’ ... ** package ‘penaltyLearning’ 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/penaltyLearning/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 interface.cpp -o interface.o interface.cpp: In function 'void largestContinuousMinimum_interface(int*, double*, double*, int*)': interface.cpp:15:5: error: 'error' was not declared in this scope; did you mean 'perror'? 15 | error("sizes must be positive"); | ^~~~~ | perror interface.cpp:18:5: error: 'error' was not declared in this scope; did you mean 'perror'? 18 | error("error code %d", status); | ^~~~~ | perror interface.cpp: In function 'void modelSelection_interface(double*, double*, int*, int*, double*)': interface.cpp:28:5: error: 'error' was not declared in this scope; did you mean 'perror'? 28 | error("loss not decreasing"); | ^~~~~ | perror interface.cpp:31:5: error: 'error' was not declared in this scope; did you mean 'perror'? 31 | error("complexity not increasing"); | ^~~~~ | perror interface.cpp:34:5: error: 'error' was not declared in this scope; did you mean 'perror'? 34 | error("error code %d", status); | ^~~~~ | perror interface.cpp: In function 'void modelSelectionFwd_interface(double*, double*, int*, int*, double*, int*)': interface.cpp:47:5: error: 'error' was not declared in this scope; did you mean 'perror'? 47 | error("loss not decreasing"); | ^~~~~ | perror interface.cpp:50:5: error: 'error' was not declared in this scope; did you mean 'perror'? 50 | error("complexity not increasing"); | ^~~~~ | perror interface.cpp:53:5: error: 'error' was not declared in this scope; did you mean 'perror'? 53 | error("error code %d", status); | ^~~~~ | perror interface.cpp: In function 'void modelSelectionQuadratic_interface(double*, double*, int*, int*, double*)': interface.cpp:65:5: error: 'error' was not declared in this scope; did you mean 'perror'? 65 | error("loss not decreasing"); | ^~~~~ | perror interface.cpp:68:5: error: 'error' was not declared in this scope; did you mean 'perror'? 68 | error("complexity not increasing"); | ^~~~~ | perror interface.cpp:71:5: error: 'error' was not declared in this scope; did you mean 'perror'? 71 | error("error code %d", status); | ^~~~~ | perror make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: interface.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/penaltyLearning/src' ERROR: compilation failed for package ‘penaltyLearning’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/penaltyLearning-lib/penaltyLearning’ Command exited with non-zero status 1 Time 0:01.60, 1.15 + 0.21