Changes between Version 67 and Version 68 of UsersWikiWinCompile


Ignore:
Timestamp:
Aug 4, 2009, 9:40:27 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v67 v68  
    194194NOTE: If you are compiling the latest GEOS (geos/trunk, you may get an error because of a bug in MingW).
    195195
    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
     196I 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
    197197  //using ::swprintf; 
    198198
     
    202202and [http://lists.osgeo.org/pipermail/geos-devel/2009-June/004240.html] for details
    203203
    204 If you are runnning 4.4.0 and you get complaints about link g++ you probably need to do this too:
     204If you are runnning gcc 4.4.0 and you get complaints about link g++ you probably need to do this too:
    205205
    206206and changing library_names='libstdc++.dll.a'