* installing *source* package ‘mvPot’ ... ** package ‘mvPot’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-Strict/mvPot/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -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 -c mvnCppAdaptedSTL.cpp -o mvnCppAdaptedSTL.o mvnCppAdaptedSTL.cpp: In function 'void pointEstimate(int, int*, const double*, const double*, const double*, const double*, double*)': mvnCppAdaptedSTL.cpp:82:30: error: expected primary-expression before 'double' 82 | x = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:82:19: error: 'Calloc' was not declared in this scope; did you mean 'calloc'? 82 | x = (double*) Calloc(*d, double); | ^~~~~~ | calloc mvnCppAdaptedSTL.cpp:90:30: error: expected primary-expression before 'double' 90 | e = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:92:30: error: expected primary-expression before 'double' 92 | y = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:124:5: error: 'Free' was not declared in this scope; did you mean 'free'? 124 | Free(x); | ^~~~ | free mvnCppAdaptedSTL.cpp: In function 'void pointEstimateAT(int, int*, const double*, const double*, const double*, const double*, double*)': mvnCppAdaptedSTL.cpp:141:29: error: expected primary-expression before 'double' 141 | x1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:141:18: error: 'Calloc' was not declared in this scope; did you mean 'calloc'? 141 | x1 = (double*) Calloc(*d, double); | ^~~~~~ | calloc mvnCppAdaptedSTL.cpp:143:29: error: expected primary-expression before 'double' 143 | x2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:151:29: error: expected primary-expression before 'double' 151 | e1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:153:29: error: expected primary-expression before 'double' 153 | y1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:156:29: error: expected primary-expression before 'double' 156 | e2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:158:29: error: expected primary-expression before 'double' 158 | y2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:204:3: error: 'Free' was not declared in this scope; did you mean 'free'? 204 | Free(x1); | ^~~~ | free mvnCppAdaptedSTL.cpp: In function 'void pointEstimateTProb(int, int*, const double*, const double*, const double*, const double*, double*, double*)': mvnCppAdaptedSTL.cpp:389:30: error: expected primary-expression before 'double' 389 | x = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:389:19: error: 'Calloc' was not declared in this scope; did you mean 'calloc'? 389 | x = (double*) Calloc(*d, double); | ^~~~~~ | calloc mvnCppAdaptedSTL.cpp:397:30: error: expected primary-expression before 'double' 397 | e = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:399:30: error: expected primary-expression before 'double' 399 | y = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:401:30: error: expected primary-expression before 'double' 401 | b = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:442:5: error: 'Free' was not declared in this scope; did you mean 'free'? 442 | Free(x); | ^~~~ | free mvnCppAdaptedSTL.cpp: In function 'void pointEstimateTProbAT(int, int*, const double*, const double*, const double*, const double*, double*, double*)': mvnCppAdaptedSTL.cpp:461:29: error: expected primary-expression before 'double' 461 | x1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:461:18: error: 'Calloc' was not declared in this scope; did you mean 'calloc'? 461 | x1 = (double*) Calloc(*d, double); | ^~~~~~ | calloc mvnCppAdaptedSTL.cpp:462:29: error: expected primary-expression before 'double' 462 | x2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:470:29: error: expected primary-expression before 'double' 470 | e1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:472:29: error: expected primary-expression before 'double' 472 | y1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:474:29: error: expected primary-expression before 'double' 474 | b1 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:476:29: error: expected primary-expression before 'double' 476 | e2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:478:29: error: expected primary-expression before 'double' 478 | y2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:480:29: error: expected primary-expression before 'double' 480 | b2 = (double*) Calloc(*d, double); | ^~~~~~ mvnCppAdaptedSTL.cpp:540:3: error: 'Free' was not declared in this scope; did you mean 'free'? 540 | Free(x1); | ^~~~ | free make[1]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: mvnCppAdaptedSTL.o] Error 1 make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/mvPot/src' ERROR: compilation failed for package ‘mvPot’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/mvPot-lib/mvPot’ Command exited with non-zero status 1 Time 0:02.81, 1.52 + 0.24