* installing *source* package ‘SuppDists’ ... ** package ‘SuppDists’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/SuppDists/src' g++-13 -std=gnu++11 -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 dists.cpp -o dists.o dists.cpp: In function 'int InsertTypeInList(int, Ftype**, int, int, Ftype*)': dists.cpp:2013:17: error: 'error' was not declared in this scope; did you mean 'perror'? 2013 | error("\nInernal error in InsertTypeInList()"); // This will abort, but leave memory dirty | ^~~~~ | perror dists.cpp: In function 'void freeStoreException()': dists.cpp:2274:9: error: 'error' was not declared in this scope; did you mean 'perror'? 2274 | error("\nOut of user-controlled memory"); | ^~~~~ | perror dists.cpp: In function 'void JohnsonMomentSu(JohnsonParms&, double, double, double, double)': dists.cpp:3129:25: error: 'error' was not declared in this scope; did you mean 'perror'? 3129 | error("\nToo many iterations"); | ^~~~~ | perror dists.cpp: In function 'JohnsonParms JohnsonMomentFit(JohnsonMoments)': dists.cpp:3529:17: error: 'error' was not declared in this scope; did you mean 'perror'? 3529 | error("\nMoment ratio in error"); | ^~~~~ | perror dists.cpp:3584:25: error: 'error' was not declared in this scope; did you mean 'perror'? 3584 | error("\nCouldn't do an Sb fit"); | ^~~~~ | perror dists.cpp: In function 'JohnsonParms JohnsonFit(JohnsonInput)': dists.cpp:3671:25: error: 'error' was not declared in this scope; did you mean 'perror'? 3671 | error("\nInfinite value in SL fit"); | ^~~~~ | perror dists.cpp:3683:25: error: 'error' was not declared in this scope; did you mean 'perror'? 3683 | error("\nBounded solution intermediate values out of range"); | ^~~~~ | perror dists.cpp:3696:25: error: 'error' was not declared in this scope; did you mean 'perror'? 3696 | error("\nUnbounded solution intermediate values out of range"); | ^~~~~ | perror dists.cpp: In function 'double pjohnson(double, JohnsonParms)': dists.cpp:3796:41: error: 'error' was not declared in this scope; did you mean 'perror'? 3796 | error("\nSb values out of range."); | ^~~~~ | perror dists.cpp:3803:25: error: 'error' was not declared in this scope; did you mean 'perror'? 3803 | error("\nNo type"); | ^~~~~ | perror dists.cpp: In function 'void sJohnson(JohnsonParms, double*, double*, double*, double*, double*, double*)': dists.cpp:4208:17: error: 'error' was not declared in this scope; did you mean 'perror'? 4208 | error("\nSorry, can't do it"); | ^~~~~ | perror dists.cpp: In function 'int xhypergeometric(double, int, int, int)': dists.cpp:5116:17: error: 'error' was not declared in this scope; did you mean 'perror'? 5116 | error("\nProbability must be in the 0 to 1 range"); | ^~~~~ | perror dists.cpp: In function 'void rghyperR(double*, double*, double*, int*, int*, double*)': dists.cpp:5166:25: error: 'error' was not declared in this scope; did you mean 'perror'? 5166 | error("\nParameters are for no recognized type"); | ^~~~~ | perror dists.cpp:5179:33: error: 'error' was not declared in this scope; did you mean 'perror'? 5179 | error("\nParameters are for no recognized type"); | ^~~~~ | perror dists.cpp: In function 'int xgenhypergeometric(double, double, double, double, hyperType)': dists.cpp:5614:17: error: 'error' was not declared in this scope; did you mean 'perror'? 5614 | error("\nProbability must be in the 0 to 1 range"); | ^~~~~ | perror dists.cpp: In function 'double NewtonRoot(double, int, double (*)(double), double (*)(double), double)': dists.cpp:5768:25: error: 'error' was not declared in this scope; did you mean 'perror'? 5768 | error("\nInfinite value in NewtonRoot()"); | ^~~~~ | perror dists.cpp:5787:17: error: 'error' was not declared in this scope; did you mean 'perror'? 5787 | error("\nIteration limit exceeded in NewtonRoot()"); | ^~~~~ | perror dists.cpp: In function 'void nscor2(double*, int*, int*)': dists.cpp:6290:17: error: 'error' was not declared in this scope; did you mean 'perror'? 6290 | error("\nn2>n"); | ^~~~~ | perror dists.cpp:6293:17: error: 'error' was not declared in this scope; did you mean 'perror'? 6293 | error("\nn<=1"); | ^~~~~ | perror dists.cpp:6296:17: error: 'warning' was not declared in this scope; did you mean 'Rf_warning'? 6296 | warning("\nValues may be inaccurate because of the size of N"); | ^~~~~~~ | Rf_warning make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: dists.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/SuppDists/src' ERROR: compilation failed for package ‘SuppDists’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/SuppDists-lib/SuppDists’ Command exited with non-zero status 1 Time 0:01.47, 1.11 + 0.22