* installing *source* package 'voronoifortune' ...
** package 'voronoifortune' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2025_01_11_01_50_00_344/RtmpwHJOUH/R.INSTALL1bde06ec15ab6/voronoifortune/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c edgelist.c -o edgelist.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fortune_Call.c -o fortune_Call.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c geometry.c -o geometry.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c heap.c -o heap.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c memory.c -o memory.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c output.c -o output.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c voronoi.c -o voronoi.o
voronoi.c: In function 'voronoi':
voronoi.c:43:13: warning: 'newintstar.y' may be used uninitialized [-Wmaybe-uninitialized]
   41 |         if (newsite != (Site *)NULL && (PQempty()
      |                                        ~~~~~~~~~~
   42 |             || newsite -> coord.y < newintstar.y
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   43 |             || (newsite->coord.y == newintstar.y
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   44 |             && newsite->coord.x < newintstar.x))) {/* new site is
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voronoi.c:25:11: note: 'newintstar.y' was declared here
   25 |     Point newintstar ;
      |           ^~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c voronoifortune_regis.c -o voronoifortune_regis.o
gcc -shared -s -static-libgcc -o voronoifortune.dll tmp.def edgelist.o fortune_Call.o geometry.o heap.o memory.o output.o voronoi.o voronoifortune_regis.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/2025_01_11_01_50_00_344/RtmpwHJOUH/R.INSTALL1bde06ec15ab6/voronoifortune/src'
make[1]: Entering directory '/d/temp/2025_01_11_01_50_00_344/RtmpwHJOUH/R.INSTALL1bde06ec15ab6/voronoifortune/src'
make[1]: Leaving directory '/d/temp/2025_01_11_01_50_00_344/RtmpwHJOUH/R.INSTALL1bde06ec15ab6/voronoifortune/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-voronoifortune/00new/voronoifortune/libs/x64
** R
** 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 'voronoifortune' as voronoifortune_1.0.zip
* DONE (voronoifortune)