Changes between Version 32 and Version 33 of DevWikiWinMingWSys_20
- Timestamp:
- 01/05/12 14:22:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v32 v33 177 177 == 10. Compiling GEOS == 178 178 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 .179 Download 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 . 180 180 {{{ 181 181 # 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 184 185 # make 185 186 # make install … … 192 193 === GEOS 3.3 === 193 194 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.195 If 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. 195 196 196 197 I 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)