Changes between Version 103 and Version 104 of WKTRaster/Documentation01
- Timestamp:
- 06/02/10 09:26:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v103 v104 156 156 }}} 157 157 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-development162 }}}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.169 158 170 159 4. Run the compile and install commands: … … 231 220 {{{ 232 221 >cd /c/thesrc/wktraster-svn 233 >./configure --enable-development\222 >./configure \ 234 223 --prefix=/c/postgres --with-postgis-sources=/c/thesrc/postgis-version --with-pgconfig=/c/postgres/bin/pg_config 235 224 }}} … … 244 233 245 234 * 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 246 236 247 237 '''2.3.3 - Compiling on Windows using Visual Studio'''