* installing *source* package 'readobj' ...
** package 'readobj' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpSGeZT5/R.INSTALLb0d427ed7561/readobj/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c loadobj.cpp -o loadobj.o
loadobj.cpp: In function 'Rcpp::List loadobj(std::string, std::string, bool)':
loadobj.cpp:65:28: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
   65 |       for (size_t v = 0; v < fv; v++) {
      |                          ~~^~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tiny_obj_loader.cc -o tiny_obj_loader.o
In file included from tiny_obj_loader.cc:2:
tiny_obj_loader.h: In function 'bool tinyobj::LoadObj(attrib_t*, std::vector<shape_t>*, std::vector<material_t>*, std::string*, std::string*, std::istream*, MaterialReader*, bool, bool)':
tiny_obj_loader.h:1923:27: warning: 'idx' may be used uninitialized [-Wmaybe-uninitialized]
 1923 |           line_cache.idx1 = idx;
      |           ~~~~~~~~~~~~~~~~^~~~~
tiny_obj_loader.h:1914:13: note: 'idx' was declared here
 1914 |         int idx;
      |             ^~~
g++ -std=gnu++17 -shared -s -static-libgcc -o readobj.dll tmp.def RcppExports.o loadobj.o tiny_obj_loader.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpSGeZT5/R.INSTALLb0d427ed7561/readobj/src'
make[1]: Entering directory '/d/temp/RtmpSGeZT5/R.INSTALLb0d427ed7561/readobj/src'
make[1]: Leaving directory '/d/temp/RtmpSGeZT5/R.INSTALLb0d427ed7561/readobj/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-readobj/00new/readobj/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 'readobj' as readobj_0.4.1.zip
* DONE (readobj)