* installing *source* package 'h3lib' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c algos.c -o algos.o In file included from latLng.h:28, from bbox.h:25, from algos.h:23, from algos.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c baseCells.c -o baseCells.o In file included from coordijk.h:33, from baseCells.h:24, from baseCells.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ baseCells.c:922:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 922 | int H3_EXPORT(res0CellCount)() { return NUM_BASE_CELLS; } | ^~~~~~~~~~~~~ h3api.h:38:25: note: in definition of macro 'H3_EXPORT' 38 | #define H3_EXPORT(name) name | ^~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bbox.c -o bbox.o In file included from latLng.h:28, from bbox.h:25, from bbox.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c coordijk.c -o coordijk.o In file included from coordijk.h:33, from coordijk.c:21: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c directedEdge.c -o directedEdge.o In file included from latLng.h:28, from bbox.h:25, from algos.h:23, from directedEdge.c:23: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c faceijk.c -o faceijk.o In file included from coordijk.h:33, from faceijk.h:27, from faceijk.c:21: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c h3Assert.c -o h3Assert.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c h3Index.c -o h3Index.o In file included from coordijk.h:33, from faceijk.h:27, from h3Index.h:23, from h3Index.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ h3Index.c:1023:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] 1023 | int H3_EXPORT(pentagonCount)() { return NUM_PENTAGONS; } | ^~~~~~~~~~~~~ h3api.h:38:25: note: in definition of macro 'H3_EXPORT' 38 | #define H3_EXPORT(name) name | ^~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o In file included from latLng.h:28, from bbox.h:25, from algos.h:23, from init.c:3: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c iterators.c -o iterators.o In file included from iterators.h:27, from iterators.c:22: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ iterators.c:45:26: warning: function declaration isn't a prototype [-Wstrict-prototypes] 45 | static IterCellsChildren _null_iter() { | ^~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c latLng.c -o latLng.o In file included from latLng.h:28, from latLng.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c linkedGeo.c -o linkedGeo.o In file included from latLng.h:28, from bbox.h:25, from linkedGeo.h:25, from linkedGeo.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c localij.c -o localij.o In file included from coordijk.h:33, from baseCells.h:24, from localij.c:28: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mathExtensions.c -o mathExtensions.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c polygon.c -o polygon.o In file included from latLng.h:28, from bbox.h:25, from polygon.h:25, from polygon.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vec2d.c -o vec2d.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vec3d.c -o vec3d.o In file included from latLng.h:28, from vec3d.h:23, from vec3d.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vertex.c -o vertex.o In file included from coordijk.h:33, from faceijk.h:27, from vertex.h:23, from vertex.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vertexGraph.c -o vertexGraph.o In file included from latLng.h:28, from vertexGraph.h:26, from vertexGraph.c:20: h3api.h:440:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 440 | DECLSPEC int H3_EXPORT(res0CellCount)(); | ^~~~~~~~ h3api.h:451:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | DECLSPEC int H3_EXPORT(pentagonCount)(); | ^~~~~~~~ gcc -shared -s -static-libgcc -o h3lib.dll tmp.def algos.o baseCells.o bbox.o coordijk.o directedEdge.o faceijk.o h3Assert.o h3Index.o init.o iterators.o latLng.o linkedGeo.o localij.o mathExtensions.o polygon.o vec2d.o vec3d.o vertex.o vertexGraph.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-h3lib/00new/h3lib/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help No man pages found in package 'h3lib' *** 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 * DONE (h3lib)