* installing *source* package 'fastei' ... ** this is package 'fastei' version '0.0.0.1' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' using C++ compiler: 'g++.exe (GCC) 14.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c bootstrap.c -o bootstrap.o bootstrap.c: In function 'bootstrapA': bootstrap.c:111:20: error: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 111 | int *indices = Calloc(bdim * bootiter, int); | ^~~~~~ | calloc bootstrap.c:111:44: error: expected expression before 'int' 111 | int *indices = Calloc(bdim * bootiter, int); | ^~~ bootstrap.c:150:40: error: expected expression before 'Matrix' 150 | Matrix *results = Calloc(bootiter, Matrix); | ^~~~~~ bootstrap.c:196:9: error: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 196 | Free(qval); // Check, for a possible segmentation fault | ^~~~ | free bootstrap.c:101:9: warning: unused variable 'matsize' [-Wunused-variable] 101 | int matsize = wmat->cols * xmat->rows; | ^~~~~~~ bootstrap.c:100:9: warning: unused variable 'samples' [-Wunused-variable] 100 | int samples = bdim * bootiter; | ^~~~~~~ bootstrap.c: In function 'bootSingleMat': bootstrap.c:229:44: error: expected expression before 'int' 229 | int *indices = Calloc(bdim * bootiter, int); | ^~~ bootstrap.c:240:40: error: expected expression before 'Matrix' 240 | Matrix *results = Calloc(bootiter, Matrix); | ^~~~~~ bootstrap.c:227:9: warning: unused variable 'matsize' [-Wunused-variable] 227 | int matsize = xmat->rows; | ^~~~~~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:289: bootstrap.o] Error 1 ERROR: compilation failed for package 'fastei' * removing 'd:/RCompile/CRANincoming/R-devel/lib/fastei'