* installing *source* package 'TCIU' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' using Fortran compiler: 'GNU Fortran (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c GLS.c -o GLS.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RC_interface.c -o RC_interface.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c complex_Sig_gen.c -o complex_Sig_gen.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c complex_Sig_sig2I.c -o complex_Sig_sig2I.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c complex_smoother.c -o complex_smoother.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mat_vec.c -o mat_vec.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.c -o registerDynamicSymbol.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c spatial.c -o spatial.o spatial.c: In function 'cluster_mass': spatial.c:36:10: warning: implicit declaration of function 'Calloc'; did you mean 'calloc'? [-Wimplicit-function-declaration] 36 | vox_mat=Calloc(3,int); | ^~~~~~ | calloc spatial.c:36:19: error: expected expression before 'int' 36 | vox_mat=Calloc(3,int); | ^~~ spatial.c:37:24: error: expected expression before 'float' 37 | vox_mat_vals=Calloc(1,float); | ^~~~~ spatial.c:46:19: warning: implicit declaration of function 'Realloc'; did you mean 'realloc'? [-Wimplicit-function-declaration] 46 | vox_mat=Realloc(vox_mat,3*(num+1),int); | ^~~~~~~ | realloc spatial.c:46:45: error: expected expression before 'int' 46 | vox_mat=Realloc(vox_mat,3*(num+1),int); | ^~~ spatial.c:47:53: error: expected expression before 'float' 47 | vox_mat_vals=Realloc(vox_mat_vals,(num+1),float); | ^~~~~ spatial.c:61:32: error: expected expression before 'int' 61 | vox_rel=Calloc(num*num,int); | ^~~ spatial.c:97:47: error: expected expression before 'int' 97 | vox_rel=Realloc(vox_rel,num*n,int); | ^~~ spatial.c:154:9: warning: implicit declaration of function 'Free'; did you mean 'free'? [-Wimplicit-function-declaration] 154 | Free(vox_rel); | ^~~~ | free spatial.c: In function 'twovoxtyp': spatial.c:169:16: error: expected expression before 'int' 169 | dif=Calloc(3,int); | ^~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:290: spatial.o] Error 1 ERROR: compilation failed for package 'TCIU' * removing 'd:/RCompile/CRANincoming/R-devel/lib/TCIU'