* installing *source* package 'QuickJSR' ...
** package 'QuickJSR' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpGYDk23/R.INSTALLd82048af19a5/QuickJSR/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c quickjsr_impl.c -o quickjsr_impl.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/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-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/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-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -fwrapv -std=c11 -c quickjs/cutils.c -o quickjs/cutils.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -fwrapv -std=c11 -c quickjs/libbf.c -o quickjs/libbf.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -fwrapv -std=c11 -c quickjs/libregexp.c -o quickjs/libregexp.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -fwrapv -std=c11 -c quickjs/libunicode.c -o quickjs/libunicode.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -funsigned-char -fwrapv -std=c11 -c quickjs/quickjs.c -o quickjs/quickjs.o
quickjs/quickjs.c: In function 'JS_SetClassProto':
quickjs/quickjs.c:2248:16: warning: unused variable 'rt' [-Wunused-variable]
 2248 |     JSRuntime *rt = ctx->rt;
      |                ^~
quickjs/quickjs.c: In function 'JS_GetClassProto':
quickjs/quickjs.c:2255:16: warning: unused variable 'rt' [-Wunused-variable]
 2255 |     JSRuntime *rt = ctx->rt;
      |                ^~
quickjs/quickjs.c: In function 'num_keys_cmp':
quickjs/quickjs.c:7534:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable]
 7534 |     BOOL atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:7534:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable]
 7534 |     BOOL atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
quickjs/quickjs.c: In function 'JS_CompactBigInt1':
quickjs/quickjs.c:12361:21: warning: unused variable 'p' [-Wunused-variable]
12361 |         JSBigFloat *p = JS_VALUE_GET_PTR(val);
      |                     ^
quickjs/quickjs.c: In function 'JS_EvalThis':
quickjs/quickjs.c:34476:9: warning: unused variable 'eval_type' [-Wunused-variable]
34476 |     int eval_type = eval_flags & JS_EVAL_TYPE_MASK;
      |         ^~~~~~~~~
quickjs/quickjs.c: In function 'reset_weak_ref':
quickjs/quickjs.c:47170:17: warning: variable 's' set but not used [-Wunused-but-set-variable]
47170 |     JSMapState *s;
      |                 ^
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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:\rtools43\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating ../inst/lib//x64/libquickjs.a
D:\rtools43\x86_64-w64-mingw32.static.posix\bin\nm.exe: 'build-static': No such file
g++ -std=gnu++17 -shared -s -static-libgcc -o QuickJSR.dll tmp.def quickjsr_impl.o quickjsr.o init.o ../inst/lib//x64/libquickjs.a -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpGYDk23/R.INSTALLd82048af19a5/QuickJSR/src'
make[1]: Entering directory '/d/temp/RtmpGYDk23/R.INSTALLd82048af19a5/QuickJSR/src'
make[1]: Leaving directory '/d/temp/RtmpGYDk23/R.INSTALLd82048af19a5/QuickJSR/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/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
* MD5 sums
packaged installation of 'QuickJSR' as QuickJSR_1.1.3.zip
* DONE (QuickJSR)