Changes between Version 28 and Version 29 of CompileOnWindows
- Timestamp:
- 03/22/09 11:24:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v28 v29 154 154 1. Download pgsql from [http://wwwmaster.postgresql.org/download/mirrors-ftp/source/v8.3.7/postgresql-8.3.7.tar.gz here] 155 155 156 2. Unpack to c:\osgeo4w 157 158 3. Open c:\osgeo4w\ postgresql-8.3.6\src\test\regress\pg_regress.c156 2. Unpack to c:\osgeo4w\usr\src 157 158 3. Open c:\osgeo4w\usr\src\postgresql-8.3.6\src\test\regress\pg_regress.c 159 159 160 160 4. At line 51 change: … … 170 170 char *datadir = "/osgeo4w/apps/pgsql/share"; 171 171 }}} 172 5. Open c:\osgeo4w\postgresql-8.3.6\src\interfaces\libpq\crypt.c 172 173 5. Open c:\osgeo4w\usr\src\postgresql-8.3.6\src\interfaces\libpq\crypt.c 173 174 174 175 6. At line 108 change: … … 182 183 7. In the msys console type: 183 184 {{{ 184 cd /osgeo4w/ postgresql-8.3.6185 cd /osgeo4w/usr\src/postgresql-8.3.6 185 186 ./configure --prefix=/osgeo4w \ 186 187 --with-includes=/osgeo4w/include \