Changes between Version 123 and Version 124 of UsersWikiWinCompile


Ignore:
Timestamp:
May 27, 2010, 6:51:47 AM (14 years ago)
Author:
jorgearevalo
Comment:

Changed proj version to 4.6.1. The 4.7.0 version causes problems during compiling

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v123 v124  
    219219== 11. Compiling Proj4 ==
    220220
    221 Download [http://trac.osgeo.org/proj/ the latest Proj4] from the web site, and the datum shifts grid file.
    222 
    223  * http://download.osgeo.org/proj/proj-4.7.0.tar.gz
     221Download [http://trac.osgeo.org/proj/ Proj4] from the web site, and the datum shifts grid file.
     222
     223 * http://download.osgeo.org/proj/proj-4.6.1.tar.gz
    224224 * http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
    225225
     
    227227
    228228{{{
    229 # tar xvfz proj-4.7.9.tar.gz
    230 # cd proj-4.7.0
     229# tar xvfz proj-4.6.1.tar.gz
     230# cd proj-4.6.1
    231231# cd nad
    232232# unzip ../../proj-datumgrid-1.5.zip
     
    241241# gcc -shared -o libproj.dll -Wl,--out-implib=libproj.dll.a -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive libproj.a -Wl,--no-whole-archive /c/mingw/lib/libmingw32.a
    242242}}}
     243
     244Note: The [http://download.osgeo.org/proj/proj-4.7.0.tar.gz 4.7.0 version] can be used, but causes problems. More information [http://trac.osgeo.org/proj/ticket/56 here] and [http://trac.osgeo.org/proj/ticket/72 here].
     245
    243246
    244247== 12. Installing C-Unit ==