* installing *source* package 'RMySQL' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.2.0' rm -f RMySQL.dll RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o "D:/RCompile/recent/R/bin/x64/Rscript.exe" "../tools/winlibs.R" [1] TRUE gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RMySQL-init.c -o RMySQL-init.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c connection.c -o connection.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c db-apply.c -o db-apply.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c driver.c -o driver.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c exception.c -o exception.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fields.c -o fields.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c result.c -o result.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/libmariadbclient/include/mariadb -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o utils.c: In function 'RS_DBI_newEntry': utils.c:132:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 132 | for(i = 0; i < length; i++) | ^~~ utils.c:137:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 137 | return indx; | ^~~~~~ gcc -shared -s -static-libgcc -o RMySQL.dll tmp.def RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o -L../windows/libmariadbclient/lib/x64 -L../windows/libmariadbclient/lib -lmariadbclient -lz -lbcrypt -lsecur32 -lshlwapi -lcrypt32 -lgdi32 -lws2_32 -pthread -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-RMySQL/00new/RMySQL/libs/x64 ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (RMySQL)