* installing *source* package ‘morseTKTD’ ... ** this is package ‘morseTKTD’ version ‘0.1.0’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3)’ using C++ compiler: ‘Debian clang version 19.1.7 (3)’ using C++17 clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppEigen/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/rstan/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/StanHeaders/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c gutsRedIT.c -o gutsRedIT.o gutsRedIT.c:43:36: error: expected expression 43 | double *arr = (double*)Calloc(N, double); | ^ gutsRedIT.c:43:26: error: use of undeclared identifier 'Calloc' 43 | double *arr = (double*)Calloc(N, double); | ^ gutsRedIT.c:44:30: error: expected expression 44 | kd = (double*)Calloc(MCMC, double); | ^ gutsRedIT.c:44:17: error: use of undeclared identifier 'Calloc' 44 | kd = (double*)Calloc(MCMC, double); | ^ gutsRedIT.c:45:30: error: expected expression 45 | hb = (double*)Calloc(MCMC, double); | ^ gutsRedIT.c:45:17: error: use of undeclared identifier 'Calloc' 45 | hb = (double*)Calloc(MCMC, double); | ^ gutsRedIT.c:53:3: error: use of undeclared identifier 'Free'; did you mean 'free'? 53 | Free(arr); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ gutsRedIT.c:61:3: error: use of undeclared identifier 'Free'; did you mean 'free'? 61 | Free(kd); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ gutsRedIT.c:62:3: error: use of undeclared identifier 'Free'; did you mean 'free'? 62 | Free(hb); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ 9 errors generated. make: *** [/home/hornik/tmp/R/etc/Makeconf:202: gutsRedIT.o] Error 1 ERROR: compilation failed for package ‘morseTKTD’ * removing ‘/srv/hornik/tmp/CRAN_pretest/morseTKTD.Rcheck/morseTKTD’