Changes between Version 103 and Version 104 of WKTRaster/Documentation01


Ignore:
Timestamp:
Jun 2, 2010, 9:26:40 AM (14 years ago)
Author:
jorgearevalo
Comment:

"enable-development" option is no longer needed. One troubleshouting added

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v103 v104  
    156156}}}
    157157
    158 If you want to use '''ST_DumpAsPolygons''' function, you should provide the option ''--enable-development'' to configure script. In this way:
    159 
    160 {{{
    161 >./configure --with-postgis-sources=/thesrc/postgis-version --enable-development
    162 }}}
    163 
    164 Please, take into account that, if you use this option:
    165   * The configure script will look for GDAL version 1.6.0 or higher. If it isn't present, it will fail.
    166   * The ST_DumpAsPolygons function is '''under development''', and '''may crash'''.
    167 
    168 The rest of the functions of [http://trac.osgeo.org/postgis/wiki/WKTRaster/SpecificationWorking01#Objective0.1.6e-Beingabletointersectvectorandrastertoproducevector. Objective 0.1.6e] are not implemented yet.
    169158 
    170159 4. Run the compile and install commands:
     
    231220{{{
    232221>cd /c/thesrc/wktraster-svn
    233 >./configure --enable-development \
     222>./configure \
    234223      --prefix=/c/postgres --with-postgis-sources=/c/thesrc/postgis-version --with-pgconfig=/c/postgres/bin/pg_config
    235224}}}
     
    244233
    245234 * If make tries to compile using "cc" and can't find it (you get "cc: Command not found"). Try copying gcc to cc in MinGW/bin.
     235 * If you get an error like this: ''ERROR: could not load library "c:/postgres/lib/rtpostgis.dll": The specified module could not be found'', simply add the /c/postgres/lib directory to PATH enviroment variable: export PATH=/c/postgres/lib/:$PATH
    246236
    247237'''2.3.3 - Compiling on Windows using Visual Studio'''