* installing *source* package ‘stepR’ ... ** package ‘stepR’ 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/stepR/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 Bounds.cpp -o Bounds.o Bounds.cpp: In constructor 'Bounds::Bounds(unsigned int, int*, unsigned int, int*, double*, double*)': Bounds.cpp:67:14: error: 'error' was not declared in this scope; did you mean 'perror'? 67 | if(Ni < 1) error("no bounds specified!"); | ^~~~~ | perror Bounds.cpp:103:27: error: 'error' was not declared in this scope; did you mean 'perror'? 103 | if(!cb[i].feasible()) error("bounds not feasible at index %d!", i); | ^~~~~ | perror Bounds.cpp: In member function 'LUBound Bounds::current(unsigned int, unsigned int)': Bounds.cpp:113:34: error: 'error' was not declared in this scope; did you mean 'perror'? 113 | if(l >= N || r >= N || r < l) error ("indices must fulfill l %d <= r %d < N %d", l, r, N); | ^~~~~ | perror Bounds.cpp:114:24: error: 'error' was not declared in this scope; did you mean 'perror'? 114 | if((int) r < cri[l]) error("for l %d we are already at cri %d, i.e. beyond r %d", l, cri[l], r); | ^~~~~ | perror Bounds.cpp:115:28: error: 'error' was not declared in this scope; did you mean 'perror'? 115 | if((int) r > cri[l] + 1) error("for l %d we are at cri %d, i.e. r %d is too far", l, cri[l], r); | ^~~~~ | perror Bounds.cpp:120:5: error: 'error' was not declared in this scope; did you mean 'perror'? 120 | error("bound for l + 1 = %d and r = %d needs to be available, but is at cri %d!", l + 1, r, cri[l + 1]); | ^~~~~ | perror make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: Bounds.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/stepR/src' ERROR: compilation failed for package ‘stepR’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/stepR-lib/stepR’ Command exited with non-zero status 1 Time 0:01.85, 1.23 + 0.23