* installing *source* package 'ptinpoly' ...
** package 'ptinpoly' 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/RtmpKyrXWg/R.INSTALL1a3f069cb5f69/ptinpoly/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c PtInPoly_031009A.cc -o PtInPoly_031009A.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kodtree.cc -o kodtree.o
kodtree.cc: In function 'void sort1ShellFromaTri(int, double (*)[3], int, int (*)[3], int, int (*)[3])':
kodtree.cc:825:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  825 |             if(tnb < 0) throw(7);  /* JMM : 8/17/2014 : Fix Seg Fault as per B. Ripley and J. Liu */
      |             ^~
kodtree.cc:826:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  826 |                         if(trisort[tnb]==0){
      |                         ^~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pinpolyhedronA.cc -o pinpolyhedronA.o
pinpolyhedronA.cc: In member function 'void PointInPolyhedron::getNeighbFromTrilist(int, int, int&, int&, int*, int*, int*)':
pinpolyhedronA.cc:692:37: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
  692 |         for(int i=0; i<numtriofnode[a]; i++){
      |                                     ^
pinpolyhedronA.cc:690:13: note: 'a' was declared here
  690 |         int a,b;
      |             ^
pinpolyhedronA.cc:696:78: warning: 'b' may be used uninitialized [-Wmaybe-uninitialized]
  696 |                 if((trips[ctri][0]==a&&trips[ctri][1]==b)||(trips[ctri][1]==a&&trips[ctri][0]==b)){
      |                                                            ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
pinpolyhedronA.cc:690:15: note: 'b' was declared here
  690 |         int a,b;
      |               ^
g++ -std=gnu++17 -shared -s -static-libgcc -o ptinpoly.dll tmp.def PtInPoly_031009A.o kodtree.o pinpolyhedronA.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/RtmpKyrXWg/R.INSTALL1a3f069cb5f69/ptinpoly/src'
make[1]: Entering directory '/d/temp/RtmpKyrXWg/R.INSTALL1a3f069cb5f69/ptinpoly/src'
make[1]: Leaving directory '/d/temp/RtmpKyrXWg/R.INSTALL1a3f069cb5f69/ptinpoly/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-ptinpoly/00new/ptinpoly/libs/x64
** R
** data
** 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 'ptinpoly' as ptinpoly_2.8.zip
* DONE (ptinpoly)