* installing *source* package 'RTriangle' ...
** package 'RTriangle' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/RtmpCI9JCx/R.INSTALL109d427171147/RTriangle/src'
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -include RTriangle.h -DANSI_DECLARATORS -DVOID=void -DSTRICT_R_HEADERS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RTriangle_init.c -o RTriangle_init.o
In file included from <command-line>:
./RTriangle.h:5: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas]
5 | #pragma STDC FENV_ACCESS ON
|
./RTriangle.h:6: warning: ignoring '#pragma STDC FP_CONTRACT' [-Wunknown-pragmas]
6 | #pragma STDC FP_CONTRACT OFF
|
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -include RTriangle.h -DANSI_DECLARATORS -DVOID=void -DSTRICT_R_HEADERS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c interface.c -o interface.o
In file included from <command-line>:
./RTriangle.h:5: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas]
5 | #pragma STDC FENV_ACCESS ON
|
./RTriangle.h:6: warning: ignoring '#pragma STDC FP_CONTRACT' [-Wunknown-pragmas]
6 | #pragma STDC FP_CONTRACT OFF
|
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -include RTriangle.h -DANSI_DECLARATORS -DVOID=void -DSTRICT_R_HEADERS -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c triangle.c -o triangle.o
In file included from <command-line>:
./RTriangle.h:5: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas]
5 | #pragma STDC FENV_ACCESS ON
|
./RTriangle.h:6: warning: ignoring '#pragma STDC FP_CONTRACT' [-Wunknown-pragmas]
6 | #pragma STDC FP_CONTRACT OFF
|
triangle.c:315: warning: "VOID" redefined
315 | #define VOID int
|
<command-line>: note: this is the location of the previous definition
triangle.c: In function 'insertvertex':
triangle.c:8453:31: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
8453 | m->lastflip->prevflip = (struct flipstacker *) &insertvertex;
| ^
triangle.c: In function 'undovertex':
triangle.c:9140:41: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
9140 | } else if (m->lastflip->prevflip == (struct flipstacker *) &insertvertex) {
| ^
triangle.c: In function 'segmentintersection':
triangle.c:11741:28: warning: variable 'collinear' set but not used [-Wunused-but-set-variable]
11741 | enum finddirectionresult collinear;
| ^~~~~~~~~
triangle.c: In function 'tallyencs':
triangle.c:13218:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
13218 | int dummy;
| ^~~~~
triangle.c: In function 'splitencsegs':
triangle.c:13295:7: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
13295 | int dummy;
| ^~~~~
triangle.c: In function 'incircleadapt':
triangle.c:5791:20: warning: 'bytcalen' may be used uninitialized [-Wmaybe-uninitialized]
5791 | temp16alen = scale_expansion_zeroelim(bytcalen, bytca, bdytail, temp16a);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
triangle.c:5391:37: note: 'bytcalen' was declared here
5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
| ^~~~~~~~
triangle.c:5749:20: warning: 'bxtcalen' may be used uninitialized [-Wmaybe-uninitialized]
5749 | temp16alen = scale_expansion_zeroelim(bxtcalen, bxtca, bdxtail, temp16a);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
triangle.c:5391:27: note: 'bxtcalen' was declared here
5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
| ^~~~~~~~
triangle.c:5652:20: warning: 'axtbclen' may be used uninitialized [-Wmaybe-uninitialized]
5652 | temp16alen = scale_expansion_zeroelim(axtbclen, axtbc, adxtail, temp16a);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
triangle.c:5391:7: note: 'axtbclen' was declared here
5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
| ^~~~~~~~
triangle.c:5694:20: warning: 'aytbclen' may be used uninitialized [-Wmaybe-uninitialized]
5694 | temp16alen = scale_expansion_zeroelim(aytbclen, aytbc, adytail, temp16a);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
triangle.c:5391:17: note: 'aytbclen' was declared here
5391 | int axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
| ^~~~~~~~
gcc -shared -s -static-libgcc -o RTriangle.dll tmp.def RTriangle_init.o interface.o triangle.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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/RtmpCI9JCx/R.INSTALL109d427171147/RTriangle/src'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/RtmpCI9JCx/R.INSTALL109d427171147/RTriangle/src'
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/RtmpCI9JCx/R.INSTALL109d427171147/RTriangle/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-RTriangle/00new/RTriangle/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 'RTriangle' as RTriangle_1.6-0.15.zip
* DONE (RTriangle)