* installing *source* package ‘fastei’ ... ** this is package ‘fastei’ version ‘0.0.0.1’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3)’ using C++ compiler: ‘Debian clang version 19.1.7 (3)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c bootstrap.c -o bootstrap.o bootstrap.c:111:44: error: expected expression 111 | int *indices = Calloc(bdim * bootiter, int); | ^ bootstrap.c:111:20: error: use of undeclared identifier 'Calloc' 111 | int *indices = Calloc(bdim * bootiter, int); | ^ bootstrap.c:150:40: error: unexpected type name 'Matrix': expected expression 150 | Matrix *results = Calloc(bootiter, Matrix); | ^ bootstrap.c:150:23: error: use of undeclared identifier 'Calloc' 150 | Matrix *results = Calloc(bootiter, Matrix); | ^ bootstrap.c:196:9: error: use of undeclared identifier 'Free'; did you mean 'free'? 196 | Free(qval); // Check, for a possible segmentation fault | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ bootstrap.c:209:5: error: use of undeclared identifier 'Free'; did you mean 'free'? 209 | Free(indices); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ bootstrap.c:216:5: error: use of undeclared identifier 'Free'; did you mean 'free'? 216 | Free(results); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ bootstrap.c:229:44: error: expected expression 229 | int *indices = Calloc(bdim * bootiter, int); | ^ bootstrap.c:229:20: error: use of undeclared identifier 'Calloc' 229 | int *indices = Calloc(bdim * bootiter, int); | ^ bootstrap.c:240:40: error: unexpected type name 'Matrix': expected expression 240 | Matrix *results = Calloc(bootiter, Matrix); | ^ bootstrap.c:240:23: error: use of undeclared identifier 'Calloc' 240 | Matrix *results = Calloc(bootiter, Matrix); | ^ bootstrap.c:278:5: error: use of undeclared identifier 'Free'; did you mean 'free'? 278 | Free(indices); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ bootstrap.c:284:5: error: use of undeclared identifier 'Free'; did you mean 'free'? 284 | Free(results); | ^~~~ | free /usr/include/stdlib.h:687:13: note: 'free' declared here 687 | extern void free (void *__ptr) __THROW; | ^ 13 errors generated. make: *** [/home/hornik/tmp/R/etc/Makeconf:202: bootstrap.o] Error 1 ERROR: compilation failed for package ‘fastei’ * removing ‘/srv/hornik/tmp/CRAN_pretest/fastei.Rcheck/fastei’