* installing *source* package 'qs' ...
** this is package 'qs' version '0.27.3'
** package 'qs' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_04_06_01_50_00_17593/Rtmp6dq678/R.INSTALL27094218b6647/qs/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -IZSTD -IZSTD/common -IZSTD/decompress -IZSTD/compress -ILZ4 -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RApiSerialize/include' -I'D:/RCompile/CRANpkg/lib/4.5/stringfish/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -IZSTD -IZSTD/common -IZSTD/decompress -IZSTD/compress -ILZ4 -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RApiSerialize/include' -I'D:/RCompile/CRANpkg/lib/4.5/stringfish/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c qs_functions.cpp -o qs_functions.o
In file included from qs_deserialization.h:22,
                 from qs_functions.cpp:25:
qs_deserialize_common.h: In function 'SEXPREC* processBlock(T*) [with T = Data_Context_Stream<ZSTD_streamRead<std::basic_ifstream<char> > >]':
qs_deserialize_common.h:584:25: warning: 'string_encoding' may be used uninitialized [-Wmaybe-uninitialized]
  584 |           SET_STRING_ELT(obj, i, Rf_mkCharLenCE(temp_string.c_str(), r_string_len, string_encoding));
      |           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qs_deserialize_common.h:572:18: note: 'string_encoding' was declared here
  572 |         cetype_t string_encoding;
      |                  ^~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/stringfish/include/sf_external.h:6,
                 from qs_common.h:87,
                 from qs_functions.cpp:21:
In member function 'bool sfstring::check_if_native_is_ascii(cetype_t)',
    inlined from 'SEXPREC* processBlock(T*) [with T = Data_Context_Stream<ZSTD_streamRead<std::basic_ifstream<char> > >]' at qs_deserialize_common.h:553:44:
D:/RCompile/CRANpkg/lib/4.5/stringfish/include/sf_internal.h:179:27: warning: 'string_encoding' may be used uninitialized [-Wmaybe-uninitialized]
  179 |     if((enc == CE_NATIVE) && checkAscii(sdata.c_str(), sdata.size())) {
      |        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qs_deserialize_common.h: In function 'SEXPREC* processBlock(T*) [with T = Data_Context_Stream<ZSTD_streamRead<std::basic_ifstream<char> > >]':
qs_deserialize_common.h:540:18: note: 'string_encoding' was declared here
  540 |         cetype_t string_encoding;
      |                  ^~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/r/headers.h:71,
                 from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/RcppCommon.h:30,
                 from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp.h:27,
                 from qs_common.h:24:
qs_deserialize_common.h: In function 'SEXPREC* processBlock(T*) [with T = Data_Context_Stream<ZSTD_streamRead<fd_wrapper> >]':
D:/RCompile/recent/R/include/Rinternals.h:388:35: warning: 'string_encoding' may be used uninitialized [-Wmaybe-uninitialized]
  388 | #define PROTECT(s)      Rf_protect(s)
      |                         ~~~~~~~~~~^~~
qs_deserialize_common.h:602:11: note: in expansion of macro 'PROTECT'
  602 |     obj = PROTECT(Rf_mkCharLenCE(sobj->getString(r_string_len).c_str(), r_string_len, string_encoding)); pt++;
      |           ^~~~~~~
qs_deserialize_common.h:594:14: note: 'string_encoding' was declared here
  594 |     cetype_t string_encoding;
      |              ^~~~~~~~~~~~~~~
qs_deserialize_common.h: In function 'SEXPREC* processBlock(T*) [with T = Data_Context_Stream<ZSTD_streamRead<handle_wrapper> >]':
D:/RCompile/recent/R/include/Rinternals.h:388:35: warning: 'string_encoding' may be used uninitialized [-Wmaybe-uninitialized]
  388 | #define PROTECT(s)      Rf_protect(s)
      |                         ~~~~~~~~~~^~~
qs_deserialize_common.h:602:11: note: in expansion of macro 'PROTECT'
  602 |     obj = PROTECT(Rf_mkCharLenCE(sobj->getString(r_string_len).c_str(), r_string_len, string_encoding)); pt++;
      |           ^~~~~~~
qs_deserialize_common.h:594:14: note: 'string_encoding' was declared here
  594 |     cetype_t string_encoding;
      |              ^~~~~~~~~~~~~~~
qs_deserialize_common.h: In function 'SEXPREC* processBlock(T*) [with T = Data_Context_Stream<ZSTD_streamRead<mem_wrapper> >]':
D:/RCompile/recent/R/include/Rinternals.h:388:35: warning: 'string_encoding' may be used uninitialized [-Wmaybe-uninitialized]
  388 | #define PROTECT(s)      Rf_protect(s)
      |                         ~~~~~~~~~~^~~
qs_deserialize_common.h:602:11: note: in expansion of macro 'PROTECT'
  602 |     obj = PROTECT(Rf_mkCharLenCE(sobj->getString(r_string_len).c_str(), r_string_len, string_encoding)); pt++;
      |           ^~~~~~~
qs_deserialize_common.h:594:14: note: 'string_encoding' was declared here
  594 |     cetype_t string_encoding;
      |              ^~~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -IZSTD -IZSTD/common -IZSTD/decompress -IZSTD/compress -ILZ4 -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RApiSerialize/include' -I'D:/RCompile/CRANpkg/lib/4.5/stringfish/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c ZSTD/zstd.c -o ZSTD/zstd.o
ar rcs libQSZSTD.a ZSTD/zstd.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -IZSTD -IZSTD/common -IZSTD/decompress -IZSTD/compress -ILZ4 -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RApiSerialize/include' -I'D:/RCompile/CRANpkg/lib/4.5/stringfish/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c LZ4/lz4.cpp -o LZ4/lz4.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I. -IZSTD -IZSTD/common -IZSTD/decompress -IZSTD/compress -ILZ4 -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RApiSerialize/include' -I'D:/RCompile/CRANpkg/lib/4.5/stringfish/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c LZ4/lz4hc.cpp -o LZ4/lz4hc.o
ar rcs libQSLZ4.a LZ4/lz4.o LZ4/lz4hc.o
g++ -std=gnu++17 -shared -s -static-libgcc -o qs.dll tmp.def RcppExports.o qs_functions.o -L. -lpthread -lQSZSTD -lQSLZ4 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_04_06_01_50_00_17593/Rtmp6dq678/R.INSTALL27094218b6647/qs/src'
make[1]: Entering directory '/d/temp/2025_04_06_01_50_00_17593/Rtmp6dq678/R.INSTALL27094218b6647/qs/src'
make[1]: Leaving directory '/d/temp/2025_04_06_01_50_00_17593/Rtmp6dq678/R.INSTALL27094218b6647/qs/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-qs/00new/qs/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'qs' as qs_0.27.3.zip
* DONE (qs)