Changes between Version 42 and Version 43 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 13, 2011, 4:00:31 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v42 v43  
    144144    *  http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
    145145
     146----
     147THIS MAY NOT BE NECESSARY WITH THE MUTEX PATCH.  STill fails anyway
    146148To compile  you need to download and install pthreads as described here http://sourceforge.net/apps/trac/mingw-w64/wiki/Compile%20pthreads
    147149(pre-compiled binaries for both the 32-bit and 64-bit are located at http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/pthreads/ in the .zip file)
     150
     151----
    148152
    149153
     
    158162 unzip ../../proj-datumgrid-1.5.zip
    159163 cd ..
     164}}}
     165
     166Apply mutex patch in http://trac.osgeo.org/proj/ticket/72
     167{{{
    160168 ./configure --prefix=/c/projects/proj/rel-4.7.0 --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --enable-shared --disable-static
    161169 make