* 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/2024_12_16_01_50_00_4579/RtmpkJDrlD/R.INSTALL23080460c5f2f/QuickJSR/src'
gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -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:\rtools43\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating ../inst/lib//x64/libquickjs.a
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -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/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -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:/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/2024_12_16_01_50_00_4579/RtmpkJDrlD/R.INSTALL23080460c5f2f/QuickJSR/src'
make[1]: Entering directory '/d/temp/2024_12_16_01_50_00_4579/RtmpkJDrlD/R.INSTALL23080460c5f2f/QuickJSR/src'
gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -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-4.3.3/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -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/" -I"../inst/include/quickjs" -D_GNU_SOURCE    -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.cpp -o init.o
make[1]: Leaving directory '/d/temp/2024_12_16_01_50_00_4579/RtmpkJDrlD/R.INSTALL23080460c5f2f/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
** 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
* MD5 sums
packaged installation of 'QuickJSR' as QuickJSR_1.4.0.zip
* DONE (QuickJSR)