Update of /cvsroot/monetdb/geom/src/monetdb5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22089/src/monetdb5

Modified Files:
      Tag: Geom_0-4
        geom.mx 
Log Message:

undoing my "stupid" checkin of htis morning.
The problem on gento is actually not the gcc 4.3 compiler
but the geos 3.0.0 version that differs significantly from geos 2.2.3.
Basically, our code is not (yet?) ready for geos 3.0.0.


U geom.mx
Index: geom.mx
===================================================================
RCS file: /cvsroot/monetdb/geom/src/monetdb5/geom.mx,v
retrieving revision 1.13.4.4
retrieving revision 1.13.4.5
diff -u -d -r1.13.4.4 -r1.13.4.5
--- geom.mx     5 Jun 2008 05:49:13 -0000       1.13.4.4
+++ geom.mx     5 Jun 2008 13:12:27 -0000       1.13.4.5
@@ -788,7 +788,7 @@
        GEOSGeom geosGeometry = wkb2geos(*geom);
 
        if (geosGeometry) {  
-               const GEOSCoordSeq GEOS_DLL gcs = 
GEOSGeom_getCoordSeq(geosGeometry);
+               const GEOSCoordSeq gcs = GEOSGeom_getCoordSeq(geosGeometry);
 
                /* we could also check if geom is a
                        LineString, LinearRing or Point */ 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to