* installing *source* package 'QuickJSR' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' using C++ compiler: 'g++.exe (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:5: quickjs/quickjs.c: In function 'num_keys_cmp': quickjs/quickjs.c:7612:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:7612:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c: In function 'reset_weak_ref': quickjs/quickjs.c:53970:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 53970 | JSMapState *s; | ^ In file included from libquickjs.c:6: quickjs/quickjs-libc.c: At top level: quickjs/quickjs-libc.c:97: warning: "MAX_SAFE_INTEGER" redefined 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | quickjs/quickjs.c:10999: note: this is the location of the previous definition 10999 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ar -rs ../inst/lib//x64/libquickjs.a libquickjs.o D:\rtools44\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating ../inst/lib//x64/libquickjs.a g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c quickjsr.cpp -o quickjsr.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o g++ -std=gnu++17 -shared -s -static-libgcc -o QuickJSR.dll tmp.def quickjsr.o init.o ../inst/lib//x64/libquickjs.a -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:5: quickjs/quickjs.c: In function 'num_keys_cmp': quickjs/quickjs.c:7612:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:7612:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c: In function 'reset_weak_ref': quickjs/quickjs.c:53970:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 53970 | JSMapState *s; | ^ In file included from libquickjs.c:6: quickjs/quickjs-libc.c: At top level: quickjs/quickjs-libc.c:97: warning: "MAX_SAFE_INTEGER" redefined 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | quickjs/quickjs.c:10999: note: this is the location of the previous definition 10999 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ar -rs ../inst/lib//x64/libquickjs.a libquickjs.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c quickjsr.cpp -o quickjsr.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-QuickJSR/00new/QuickJSR/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 (QuickJSR)