* installing *source* package ‘RPANDA’ ... ** package ‘RPANDA’ 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/RPANDA/src' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 C_panda-covar-ou.c -o C_panda-covar-ou.o C_panda-covar-ou.c: In function 'multi_weight_matrix': C_panda-covar-ou.c:98:11: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 98 | elt = Calloc(np*n,double); | ^~~~~~ | calloc C_panda-covar-ou.c:98:23: error: expected expression before 'double' 98 | elt = Calloc(np*n,double); | ^~~~~~ C_panda-covar-ou.c:121:5: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 121 | Free(elt); | ^~~~ | free C_panda-covar-ou.c: In function 'C_panda_weights': C_panda-covar-ou.c:151:25: error: expected expression before 'int' 151 | nreg = Calloc(nchar,int); | ^~~ C_panda-covar-ou.c:164:48: error: expected expression before 'double' 164 | double *y = Calloc(nchar*nchar*np, double); | ^~~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: C_panda-covar-ou.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/RPANDA/src' ERROR: compilation failed for package ‘RPANDA’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/RPANDA-lib/RPANDA’ Command exited with non-zero status 1 Time 0:01.45, 0.66 + 0.19