Some geos 3 build issues on Windows with VC++ 8.0 (using latest CVS head)
1. source/noding/snapround/MCIndexSnapRounder.cpp needs to #include <algorithm> for the std::for_each method on line 92
2. source/index/strtree/STRtree.cpp needs to include #include <algorithm> for the std::sort method on line 208.
3. RobustLineIntersector and NonRobustLineIntersector define classes that are not declared anywhere.
4. There are various files that appear to do nothing:PolygonExtracter.obj : warning LNK4221: no public symbols found; archive member will be inaccessible PointExtracter.obj : warning LNK4221: no public symbols found; archive member will be inaccessible LinearComponentExtracter.obj : warning LNK4221: no public symbols found; archive member will be inaccessible CoordinateSequenceFactory.obj : warning LNK4221: no public symbols found; archive member will be inaccessible UnsupportedOperationException.obj : warning LNK4221: no public symbols found; archive member will be inaccessible IllegalArgumentException.obj : warning LNK4221: no public symbols found; archive member will be inaccessible AssertionFailedException.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
For MinGw - still doesn't build. Same link error:c:\Development\MinGW\mingw32\bin\ld.exe: BFD 2.16.91 20060119 assertion fail ../../src/bfd/cofflink.c:1926
make[2]: *** [libgeos.la] Error 5 make[2]: Leaving directory `/usr/src/geos/source' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/geos/source' make: *** [all-recursive] Error 1 Causes ld to have a segmentation fault. Thanks, Charlie
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel