[postgis-devel] [PostGIS] #273: ST_GeomFromGML crashes in Windows compiled in MingW
PostGIS
trac at osgeo.org
Sat Nov 28 02:08:44 PST 2009
#273: ST_GeomFromGML crashes in Windows compiled in MingW
----------------------+-----------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by colivier):
Regina,
1)
Libxml2:
{{{
./configure --prefix=/c/postgres
# make
# make install
}}}
PostGIS:
{{{
# ./configure \
--prefix=/c/postgres \
--with-pgconfig=/c/postgres/bin/pg_config \
--with-geosconfig=/c/postgres/bin/geos-config \
--with-projdir=/c/postgres
# export PATH=/c/postgres/bin:$PATH
# make clean
# make
# make install
}}}
2) Libxml2 is released under MIT license, so not a problem to link/use it
the way you want.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/273#comment:22>
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