Changes between Version 46 and Version 47 of DevWikiWinMingWSys_20
- Timestamp:
- 02/08/12 11:43:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingWSys_20
v46 v47 361 361 }}} 362 362 363 There is a bug not yet fixed in PostGIS 2.0 that make the shp2pgsql not produced the364 right output when there are schemas used refer to #748 for more details. This seems to only affect Windows. A quick365 hack to fix that is:366 367 edit the loader/Makefile.in368 and change the line369 370 {{{371 nls_build = @USE_NLS@372 }}}373 374 to375 {{{376 #nls_build = @USE_NLS@377 }}}378 379 380 363 {{{ 381 364 #this is need for shp2pgsql-gui compile 382 365 export PATH="/c/gtkbundle/bin:$PATH" 383 #this is needed for raster support so it can find the python bindings,replace with which version of python you have384 export PATH="/c/python27:$PATH"385 366 #to set to right postgres 386 367 export PATH="/c/projects/pg/pg90/bin/:$PATH" … … 390 371 --with-xml2config=/c/projects/libxml/libxml2-2.7.8release/bin/xml2-config \ 391 372 --with-pgconfig=/c/pg/pg90/bin/pg_config \ 392 --with-geosconfig=/c/projects/geos/rel-3.3. 0/bin/geos-config \393 --with-projdir=/c/projects/p roj/rel-4.6.1\394 --with-gdal =/c/projects/gdal/rel-trunk/bin/gdal-config \373 --with-geosconfig=/c/projects/geos/rel-3.3.2/bin/geos-config \ 374 --with-projdir=/c/projects/pg/pg90\ 375 --with-gdalconfig=/c/projects/gdal/rel-trunk/bin/gdal-config \ 395 376 --with-jsondir=/c/projects/json-c/rel-0.9 \ 396 377 --with-gui