Opened 14 years ago
Closed 14 years ago
#616 closed defect (fixed)
change with-gdal to with-gdalconfig
Reported by: | robe | Owned by: | jorgearevalo |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Just putting in Mark's comment in as a formal request
with-gdal should be changed to with-gdalconfig so it conforms to the standard we have in place -- e.g with-geosconfig with-xml..config etc.
Change History (4)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This sort of works -- I mean its picking up my gdal 1.8 even though that is not anywhere in my path except at the configure, but it is showing this error anyway. So I suspect this may be a bogus error.
configure: WARNING: unrecognized options: --with-gdalconfig PostGIS is now configured for i686-pc-mingw32 -------------- Compiler Info ------------- C compiler: gcc -g -O2 C++ compiler: g++ -g -O2 -------------- Dependencies -------------- GEOS config: /c/projects/geos/rel-3.3.0/bin/geos-config GEOS version: 3.3.0 GDAL config: /c/projects/gdal/rel-trunk/bin/gdal-config GDAL version: 1.8.0 PostgreSQL config: /c/projects/pg/pg91/bin/pg_config PostgreSQL version: PostgreSQL 9.1alpha1 PROJ4 version: 46 Libxml2 config: /c/projects/libxml/libxml2-2.7.6release/bin/xml2-config Libxml2 version: 2.7.6 PostGIS debug level: 0 -------------- Extensions -------------- PostGIS Raster: 0.1.6d
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm still having problems with this on one box, but not another so I suspect its just some junk on my box left over somewhere. I'll close this out since no one else seems to be having the issue and I'm only partly having it.
Done in r6099. I've changed doc/installation.xml too.