* installing *source* package ‘flare’ ... ** package ‘flare’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-Strict/flare/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 SFGen.c -o SFGen.o SFGen.c: In function 'SFGen': SFGen.c:12:26: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 12 | int *size_a = (int*) Calloc(d, int); | ^~~~~~ | calloc SFGen.c:12:36: error: expected expression before 'int' 12 | int *size_a = (int*) Calloc(d, int); | ^~~ SFGen.c:51:5: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 51 | Free(size_a); | ^~~~ | free make[1]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: SFGen.o] Error 1 make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/flare/src' ERROR: compilation failed for package ‘flare’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/flare-lib/flare’ Command exited with non-zero status 1 Time 0:00.75, 0.53 + 0.16