* installing *source* package ‘kdpee’ ... ** package ‘kdpee’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Strict/kdpee/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DSTRICT_R_HEADERS=1 -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 kdpee.c -o kdpee.o kdpee.c: In function 'do_kdpee': kdpee.c:219:15: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 219 | int *keys = Calloc(n, int); | ^~~~~~ | calloc kdpee.c:219:25: error: expected expression before 'int' 219 | int *keys = Calloc(n, int); | ^~~ kdpee.c:220:33: error: expected expression before 'const' 220 | const double **XX = Calloc(d, const double *); | ^~~~~ kdpee.c:228:3: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 228 | Free(XX); | ^~~~ | free make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: kdpee.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/kdpee/src' ERROR: compilation failed for package ‘kdpee’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/kdpee-lib/kdpee’ Command exited with non-zero status 1 Time 0:03.71, 0.54 + 0.18