[postgis-tickets] [PostGIS] #2089: liblwgeom cannot be used through python ctypes
PostGIS
trac at osgeo.org
Mon Dec 17 10:02:36 PST 2012
#2089: liblwgeom cannot be used through python ctypes
-------------------------+--------------------------------------------------
Reporter: brushtyler | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: liblwgeom | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
{{{
rt_module.c:58:1: error: redefinition of ‘Pg_magic_func’
rt_module.c:23:1: note: previous definition of ‘Pg_magic_func’ was here
rt_module.c:65:1: error: redefinition of ‘_PG_init’
rt_module.c:30:1: note: previous definition of ‘_PG_init’ was here
rt_module.c:93:1: error: redefinition of ‘Pg_magic_func’
rt_module.c:23:1: note: previous definition of ‘Pg_magic_func’ was here
rt_module.c:100:1: error: redefinition of ‘_PG_init’
rt_module.c:30:1: note: previous definition of ‘_PG_init’ was here
}}}
The above as the result of:
{{{
./autogen.sh && ../configure.local && make clean all check RUNTESTFLAGS=-v
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2089#comment:14>
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-tickets
mailing list