Changes between Version 46 and Version 47 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Feb 8, 2012, 11:43:44 AM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v46 v47  
    361361}}}
    362362
    363 There is a bug not yet fixed in PostGIS 2.0 that make the shp2pgsql not produced the
    364 right output when there are schemas used refer to #748 for more details.  This seems to only affect Windows.  A quick
    365 hack to fix that is:
    366 
    367 edit the loader/Makefile.in
    368 and change the line
    369 
    370 {{{
    371 nls_build = @USE_NLS@
    372 }}}
    373 
    374 to
    375 {{{
    376 #nls_build = @USE_NLS@
    377 }}}
    378 
    379 
    380363{{{
    381364#this is need for shp2pgsql-gui compile
    382365export 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 have
    384 export PATH="/c/python27:$PATH"
    385366#to set to right postgres
    386367export PATH="/c/projects/pg/pg90/bin/:$PATH"
     
    390371     --with-xml2config=/c/projects/libxml/libxml2-2.7.8release/bin/xml2-config \
    391372     --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/proj/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 \
    395376     --with-jsondir=/c/projects/json-c/rel-0.9 \
    396377     --with-gui