fastshp - Fast routines for working with large ESRI shapefiles (.shp) - check results
RForge.net

fastshp

About fastshp
GIT access
Download/Files
Check results
Package R docs

Version: 0.1-2
Result: WARNING
Check time: 2021-09-08 04:48

SVN checkout/GIT clone log

git clone --recursive https://github.com/s-u/fastshp.git fastshp
Cloning into 'fastshp'...

Distribution log

SVN checkout/GIT clone log


Build log for Windows 7 (R 3.0.x)

(fastshp 0.1-0)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'fastshp' ...
** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c atag.c -o atag.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c boxes.c -o boxes.o
boxes.c: In function 'C_bboxes':
boxes.c:7:24: warning: unused variable 'box' [-Wunused-variable]
boxes.c:14:9: warning: 'id' may be used uninitialized in this function [-Wuninitialized]
boxes.c:22:20: warning: 'x' may be used uninitialized in this function [-Wuninitialized]
boxes.c:23:20: warning: 'y' may be used uninitialized in this function [-Wuninitialized]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c centr.c -o centr.o
g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c clipper.cpp -o clipper.o
clipper.cpp: In constructor 'ClipperLib::OffsetBuilder::OffsetBuilder(const Polygons&, ClipperLib::Polygons&, bool, double, ClipperLib::JoinType, ClipperLib::EndType, double)':
clipper.cpp:3206:12: warning: unused variable 'deltaSq' [-Wunused-variable]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c inside.c -o inside.o
inside.c: In function 'shp_inside':
inside.c:10:10: warning: variable 'p' set but not used [-Wunused-but-set-variable]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c merge.c -o merge.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c pointline.c -o pointline.o
g++ -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c poly.cpp -o poly.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c shp-read.c -o shp-read.o
shp-read.c: In function 'read_shp':
shp-read.c:95:15: warning: variable 'shp_type' set but not used [-Wunused-but-set-variable]
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c thin.c -o thin.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c tools.c -o tools.o
g++ -m32 -shared -s -static-libgcc -o fastshp.dll tmp.def atag.o boxes.o centr.o clipper.o inside.o merge.o pointline.o poly.o shp-read.o thin.o tools.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/i386 -lR
installing to z:/rforge/Rlib/win7-3.0/fastshp/libs/i386

*** arch - x64
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c atag.c -o atag.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c boxes.c -o boxes.o
boxes.c: In function 'C_bboxes':
boxes.c:7:24: warning: unused variable 'box' [-Wunused-variable]
boxes.c:14:9: warning: 'id' may be used uninitialized in this function [-Wuninitialized]
boxes.c:22:20: warning: 'x' may be used uninitialized in this function [-Wuninitialized]
boxes.c:23:20: warning: 'y' may be used uninitialized in this function [-Wuninitialized]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c centr.c -o centr.o
g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c clipper.cpp -o clipper.o
clipper.cpp: In constructor 'ClipperLib::OffsetBuilder::OffsetBuilder(const Polygons&, ClipperLib::Polygons&, bool, double, ClipperLib::JoinType, ClipperLib::EndType, double)':
clipper.cpp:3206:12: warning: unused variable 'deltaSq' [-Wunused-variable]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c inside.c -o inside.o
inside.c: In function 'shp_inside':
inside.c:10:10: warning: variable 'p' set but not used [-Wunused-but-set-variable]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c merge.c -o merge.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c pointline.c -o pointline.o
g++ -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -mtune=core2 -c poly.cpp -o poly.o
poly.cpp: In function 'ClipperLib::Polygons* polys_create(int, int*, double*, double*)':
poly.cpp:17:11: warning: 'last' may be used uninitialized in this function [-Wuninitialized]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c shp-read.c -o shp-read.o
shp-read.c: In function 'read_shp':
shp-read.c:95:15: warning: variable 'shp_type' set but not used [-Wunused-but-set-variable]
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c thin.c -o thin.o
gcc -m64 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O2 -Wall -std=gnu99 -mtune=core2 -c tools.c -o tools.o
g++ -m64 -shared -s -static-libgcc -o fastshp.dll tmp.def atag.o boxes.o centr.o clipper.o inside.o merge.o pointline.o poly.o shp-read.o thin.o tools.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/r/r-3.0/bin/x64 -lR
installing to z:/rforge/Rlib/win7-3.0/fastshp/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'fastshp' as fastshp_0.1-0.zip
* DONE (fastshp)