* installing *source* package ‘EDMeasure’ ... ** package ‘EDMeasure’ 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/EDMeasure/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 EDMeasure_init.c -o EDMeasure_init.o 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 cmdm.c -o cmdm.o 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 cmdm_functions.c -o cmdm_functions.o cmdm_functions.c: In function 'alloc_matrix': cmdm_functions.c:311:7: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 311 | M = Calloc(n, double *); | ^~~~~~ | calloc cmdm_functions.c:311:17: error: expected expression before 'double' 311 | M = Calloc(n, double *); | ^~~~~~ cmdm_functions.c:314:22: error: expected expression before 'double' 314 | M[i] = Calloc(d, double); | ^~~~~~ cmdm_functions.c: In function 'free_matrix': cmdm_functions.c:325:5: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 325 | Free(M[i]); | ^~~~ | free cmdm_functions.c: In function 'reshape_demean': cmdm_functions.c:355:19: error: expected expression before 'double' 355 | sum = Calloc(d, double); | ^~~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: cmdm_functions.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/EDMeasure/src' ERROR: compilation failed for package ‘EDMeasure’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/EDMeasure-lib/EDMeasure’ Command exited with non-zero status 1 Time 0:01.41, 0.86 + 0.23