Changes between Version 28 and Version 29 of CompileOnWindows


Ignore:
Timestamp:
Mar 22, 2009, 11:24:12 AM (15 years ago)
Author:
martinl
Comment:

unpack postgre to \usr\src

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v28 v29  
    1541541. Download pgsql from [http://wwwmaster.postgresql.org/download/mirrors-ftp/source/v8.3.7/postgresql-8.3.7.tar.gz here]
    155155
    156 2. Unpack to c:\osgeo4w
    157 
    158 3. Open c:\osgeo4w\postgresql-8.3.6\src\test\regress\pg_regress.c
     1562. Unpack to c:\osgeo4w\usr\src
     157
     1583. Open c:\osgeo4w\usr\src\postgresql-8.3.6\src\test\regress\pg_regress.c
    159159
    1601604. At line 51 change:
     
    170170char       *datadir = "/osgeo4w/apps/pgsql/share";
    171171}}}
    172 5. Open c:\osgeo4w\postgresql-8.3.6\src\interfaces\libpq\crypt.c
     172
     1735. Open c:\osgeo4w\usr\src\postgresql-8.3.6\src\interfaces\libpq\crypt.c
    173174
    1741756. At line 108 change:
     
    1821837. In the msys console type:
    183184{{{
    184 cd /osgeo4w/postgresql-8.3.6
     185cd /osgeo4w/usr\src/postgresql-8.3.6
    185186./configure --prefix=/osgeo4w \
    186187--with-includes=/osgeo4w/include \