[postgis-devel] [PostGIS] #1668: ST_AsText, ST_AsEWKT under Windows 64-bit PostGIS 64-bit is all screwy
PostGIS
trac at osgeo.org
Tue Mar 13 09:11:28 PDT 2012
#1668: ST_AsText, ST_AsEWKT under Windows 64-bit PostGIS 64-bit is all screwy
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: mingw64 |
---------------------+------------------------------------------------------
Comment(by robe):
Mark,
I tried doing this thinking the same thing, but evidentally I'm not doing
it right since it made no difference: ignore my PROJECTS, PG_VER variables
{{{
CPPFLAGS="-I${PROJECTS}/pgx64/pg${PG_VER}/include
-D__USE_MINGW_ANSI_STDIO=1" LDFLAGS="-L${PROJECTS}/pgx64/pg${PG_VER}/lib
-L${PROJECTS}/gdal/rel-${GDAL_VER}/lib" ./configure ..other stuff
}}}
BTW I think that is why the loader is broken, but the raster2pgsql one is
broken because of the gettext issue (so trying to build that one from
scratch). If I don't specify a schema the raster2pgsql one works fine.
On closer inspection looks like shp2pgsql is also using string_buffer.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1668#comment:36>
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