Changes between Version 67 and Version 68 of UsersWikiWinCompile
- Timestamp:
- 08/04/09 09:40:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v67 v68 194 194 NOTE: If you are compiling the latest GEOS (geos/trunk, you may get an error because of a bug in MingW). 195 195 196 I had to comment out like below -- change lines (159, 166) to below (in C:\MinGW\include\c++\3.4.5\cwchar (same issue exists under 3.5)196 I had to comment out like below -- change lines (159, 166) to below (in C:\MinGW\include\c++\3.4.5\cwchar (same issue exists under gcc 4.4.0) 197 197 //using ::swprintf; 198 198 … … 202 202 and [http://lists.osgeo.org/pipermail/geos-devel/2009-June/004240.html] for details 203 203 204 If you are runnning 4.4.0 and you get complaints about link g++ you probably need to do this too:204 If you are runnning gcc 4.4.0 and you get complaints about link g++ you probably need to do this too: 205 205 206 206 and changing library_names='libstdc++.dll.a'