* installing *source* package 'RFIF' ... ** this is package 'RFIF' version '1.0' ** package 'RFIF' successfully unpacked and MD5 sums checked ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c FFT.c -o FFT.o FFT.c: In function 'fft_rec': FFT.c:196:9: warning: unused variable 'q' [-Wunused-variable] 196 | int q = k / m; /* 0..p-1 */ | ^ FFT.c: In function 'rfif_fft_inplace': FFT.c:225:3: warning: 'in' may be used uninitialized [-Wmaybe-uninitialized] 225 | fft_rec(in, out, n, inverse); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ FFT.c:162:13: note: by argument 1 of type 'const cpx *' to 'fft_rec' declared here 162 | static void fft_rec(const cpx *in, cpx *out, int n, int inverse){ | ^~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c Fif.c -o Fif.o Fif.c: In function 'Maxmins_v3_8': Fif.c:4453:20: warning: 'last_df' may be used uninitialized [-Wmaybe-uninitialized] 4453 | if ((last_df == +1) || (last_df == 0)) | ^ Fif.c:4363:25: note: 'last_df' was declared here 4363 | unsigned int N_old, last_df; | ^~~~~~~ Fif.c:4455:42: warning: 'posc' may be used uninitialized [-Wmaybe-uninitialized] 4455 | Maxs[cmaxs] = ((posc + (int)(floor((double)(c - 1) / 2)) + 1) % (N_old-1)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fif.c:4366:9: note: 'posc' was declared here 4366 | int posc; // posizione del max/min | ^~~~ Fif.c: In function 'FIF_v2_1': Fif.c:4703:17: warning: pointer 'fappo' may be used after 'free' [-Wuse-after-free] 4703 | free(fappo); | ^~~~~~~~~~~ Fif.c:4624:9: note: call to 'free' here 4624 | free(fappo); | ^~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c interp.c -o interp.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c r_fifc_shim.c -o r_fifc_shim.o gcc -shared -s -static-libgcc -o RFIF.dll tmp.def FFT.o Fif.o init.o interp.o r_fifc_shim.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-RFIF/00new/RFIF/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (RFIF)