[geos-devel] Geos 2.2.2 tests broken
Charlie Savage
cfis at interserv.com
Sun Apr 2 18:03:47 EDT 2006
The Geos 2.2.2 XmlTester doesn't compile on MinGW.
Offending code is in indexSweepline.h, line 62.
class indexSweepLineEvent {
public:
enum {
INSERT = 1,
DELETE <------- Breaks
};
The error:
In file included from ../..//source/headers/geos/opValid.h:67,
from XMLTester.cpp:41:
../..//source/headers/geos/indexSweepline.h:62: error: expected
identifier before numeric constant
Not sure if this is important, but thought I'd bring it up. I'm using
g++ 3.4.5 on Windows XP under MingW.
Thanks,
Charlie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3166 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.osgeo.org/pipermail/geos-devel/attachments/20060402/46579ae7/smime.bin
More information about the geos-devel
mailing list