Changes between Version 32 and Version 33 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Jan 5, 2012, 2:22:49 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v32 v33  
    177177== 10. Compiling GEOS ==
    178178
    179 Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3.0.tar.bz2 or http://download.osgeo.org/geos/geos-svn.tar.bz2 and copy to c:\projects\geos .
     179Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.3.2.tar.bz2 or http://download.osgeo.org/geos/geos-svn.tar.bz2 and copy to c:\projects\geos .
    180180{{{
    181181# cd /c/projects/geos
    182 # bzip2 -d -c geos-svn.tar.bz2 | tar xvf -
    183 # ./configure --prefix=/c/projects/geos/rel-3.3.0
     182# bzip2 -d -c geos-3.3.2.tar.bz2 | tar xvf -
     183# cd geos-3.3.2
     184# ./configure --prefix=/c/projects/geos/rel-3.3.2
    184185# make
    185186# make install
     
    192193=== GEOS 3.3 ===
    193194
    194 If you are compiling the latest GEOS 3.2/3.3 (the SVN version), you may get an error because of a bug in MinGW. GEOS 3.2 is needed to take advantage of the new ST_Buffer enhancements in PostGIS 1.5+ and also some fixes for topology exceptions in intersects and intersection.
     195If you are compiling the latest GEOS 3.3 (the SVN version), you may get an error because of a bug in MinGW. GEOS 3.3 is needed to take advantage of the new ST_MakeValid and several other new functions in PostGIS 2.0+ and also some fixes for topology exceptions in intersects and intersection.
    195196
    196197I had to comment out the lines as seen below, lines 159 and 166 in C:\MinGW\include\c++\3.4.5\cwchar (the same issue still exists under gcc 4.4.0)