* installing *source* package ‘Rgb’ ... ** package ‘Rgb’ 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/Rgb/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 tracks.c -o tracks.o tracks.c: In function 'argsColCollect': tracks.c:58:22: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 58 | (*colSexp) = Calloc(colCount, SEXP); | ^~~~~~ | calloc tracks.c:58:39: error: expected expression before 'SEXP' 58 | (*colSexp) = Calloc(colCount, SEXP); | ^~~~ tracks.c: In function 'checktrack': tracks.c:266:9: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 266 | Free(colSexp); | ^~~~ | free make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:195: tracks.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Strict/Rgb/src' ERROR: compilation failed for package ‘Rgb’ * removing ‘/data/gannet/ripley/R/packages/tests-strict/Libs/Rgb-lib/Rgb’ Command exited with non-zero status 1 Time 0:02.11, 0.53 + 0.18