* installing *source* package 'QuickJSR' ... ** using staged installation ** libs /bin/sh: line 1: cc: command not found using C++ compiler: 'g++.exe (GCC) 13.2.0' /bin/sh: line 1: cc: command not found g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -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 -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DSTRICT_R_HEADERS -funsigned-char -fwrapv -std=c11 -c quickjs/cutils.c -o quickjs/cutils.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DSTRICT_R_HEADERS -funsigned-char -fwrapv -std=c11 -c quickjs/libbf.c -o quickjs/libbf.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DSTRICT_R_HEADERS -funsigned-char -fwrapv -std=c11 -c quickjs/libregexp.c -o quickjs/libregexp.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DSTRICT_R_HEADERS -funsigned-char -fwrapv -std=c11 -c quickjs/libunicode.c -o quickjs/libunicode.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DSTRICT_R_HEADERS -funsigned-char -fwrapv -std=c11 -c quickjs/quickjs.c -o quickjs/quickjs.o quickjs/quickjs.c: In function 'JS_SetClassProto': quickjs/quickjs.c:2257:16: warning: unused variable 'rt' [-Wunused-variable] 2257 | JSRuntime *rt = ctx->rt; | ^~ quickjs/quickjs.c: In function 'JS_GetClassProto': quickjs/quickjs.c:2264:16: warning: unused variable 'rt' [-Wunused-variable] 2264 | JSRuntime *rt = ctx->rt; | ^~ quickjs/quickjs.c: In function 'num_keys_cmp': quickjs/quickjs.c:7543:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7543 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:7543:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7543 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c: In function 'JS_CompactBigInt1': quickjs/quickjs.c:12370:21: warning: unused variable 'p' [-Wunused-variable] 12370 | JSBigFloat *p = JS_VALUE_GET_PTR(val); | ^ quickjs/quickjs.c: In function 'JS_EvalThis': quickjs/quickjs.c:34485:9: warning: unused variable 'eval_type' [-Wunused-variable] 34485 | int eval_type = eval_flags & JS_EVAL_TYPE_MASK; | ^~~~~~~~~ quickjs/quickjs.c: In function 'reset_weak_ref': quickjs/quickjs.c:47179:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 47179 | JSMapState *s; | ^ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -DDISABLE_ATOMICS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DSTRICT_R_HEADERS -funsigned-char -fwrapv -std=c11 -c quickjs/quickjs-libc.c -o quickjs/quickjs-libc.o ar -rs ../inst/lib//x64/libquickjs.a quickjs/cutils.o quickjs/libbf.o quickjs/libregexp.o quickjs/libunicode.o quickjs/quickjs.o quickjs/quickjs-libc.o D:\rtools44\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating ../inst/lib//x64/libquickjs.a 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 /bin/sh: line 1: cc: command not found 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 ** 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)