Changes between Version 40 and Version 41 of UsersWikiWinCompile


Ignore:
Timestamp:
Jun 30, 2009, 6:04:46 AM (15 years ago)
Author:
vincentp
Comment:

typo (broken line breaks)

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v40 v41  
    9191       1. ''cd /c/thesrc''
    9292       2. ''ls''
    93 Now you will get the fOlders you have copied to the directory listed.[[BR]]
     93Now you will get the folders you have copied to the directory listed.[[BR]]
    9494The names of the folders will be different than in this example if you have newer releases of the tools.[[BR]]
    9595move into one of the folders:
     
    125125if you get an error something like:[[BR]]
    126126e:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sspi.h:60: error: syntax error before SECURITY_STRING[[BR]]
    127 In file included from e:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/security.h:39,[[BR]]
    128 from libpq-int.h:57,[[BR]]
    129 from fe-auth.h:18,[[BR]]
    130 from fe-auth.c:48:[[BR]]
     127In file included from e:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/security.h:39, [[BR]]
     128from libpq-int.h:57, [[BR]]
     129from fe-auth.h:18, [[BR]]
     130from fe-auth.c:48: [[BR]]
    131131e:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/ntsecpkg.h:123: error: syntax error before SECURITY_STRING
    132132
    133133the solution is to edit two of the source-files.[[BR]]
    134 In both files:[[BR]]
    135 postgresql-8.3.7/src/include/libpq/libpq-be.h[[BR]]
    136 and[[BR]]
     134In both files: [[BR]]
     135postgresql-8.3.7/src/include/libpq/libpq-be.h [[BR]]
     136and [[BR]]
    137137postgresql-8.3.7/src/interfaces/libpq/libpq-int.h:
    138138
     
    145145
    146146you can read about this here:[[BR]]
    147 http://pgolub.wordpress.com/2008/12/15/building-postgresql-client-library-using-mingw-under-winxp-sp3/[[BR]]
     147http://pgolub.wordpress.com/2008/12/15/building-postgresql-client-library-using-mingw-under-winxp-sp3/ [[BR]]
    148148and[[BR]]
    149 http://postgresqlorg.blogspot.com/2008/09/hackers-83-4-vista-mingw-initdb.html[[BR]]
     149http://postgresqlorg.blogspot.com/2008/09/hackers-83-4-vista-mingw-initdb.html [[BR]]
    150150
    151151'''10. Compiling GEOS'''[[BR]]
    152 Download latest GEOS-source from trac.osgeo.org/geos/ (http://download.osgeo.org/geos/geos-3.1.1.tar.bz2)
     152Download latest GEOS-source from trac.osgeo.org/geos/ ( http://download.osgeo.org/geos/geos-3.1.1.tar.bz2 )
    153153and copy into C:\thesrc
    154154
     
    159159
    160160
    161 Do the same as with postgresql, extract to c:\thesrc[[BR]]
     161Do the same as with postgresql, extract to c:\thesrc [[BR]]
    162162in msys terminal move to the GEOS source-code directory[[BR]]
    163163     1. ''configure --prefix=/c/postgres && make && make install''
     
    168168
    169169'''11. Compiling Proj'''[[BR]]
    170 Download latest Proj from trac.osgeo.org/proj/ (http://download.osgeo.org/proj/proj-4.6.1.zip)[[BR]]
     170Download latest Proj from trac.osgeo.org/proj/ (http://download.osgeo.org/proj/proj-4.6.1.zip ) [[BR]]
    171171in msys terminal move to the Proj source-code directory[[BR]]
    172172     1. ''configure --prefix=/c/postgres && make && make install''