[postgis-devel] [PostGIS] #1628: Can't configure anymore again on mingw
PostGIS
trac at osgeo.org
Tue Feb 28 20:22:30 PST 2012
#1628: Can't configure anymore again on mingw
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
FWIW my script looks something like this
{{{
export GEOS_VER=3.3.3SVN_345
export GDAL_VER=1.9.0_345
export XML_VER=2.7.8
export PROJSO="libproj.dll"
export PROJ_LIB=/c/projects/postgis/pg/pg84/share/contrib/postgis/proj
export GDAL_DATA=/c/projects/gdal/rel-${GDAL_VER}/share/gdal
export JSON_VER=0.9_345
./configure --prefix=/c/projects/pg/pg${PG_VER} --with-
gdalconfig=/c/projects/gdal/rel-${GDAL_VER}/bin/gdal-config --with-
jsondir=/c/projects/json-c/rel-${JSON_VER} --with-
xml2config=/c/projects/libxml/libxml2-${XML_VER}release/bin/xml2-config
--with-pgconfig=/c/projects/pg/pg${PG_VER}/bin/pg_config --with-
geosconfig=/c/projects/geos/rel-${GEOS_VER}/bin/geos-config --with-
projdir=/c/projects/proj/rel-4.6.1 --with-gettext=no --with-gui --with-
topology
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1628#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list