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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to