[postgis-tickets] [PostGIS] #2089: liblwgeom cannot be used through python ctypes

PostGIS trac at osgeo.org
Mon Dec 17 17:45:10 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 brushtyler):

 Replying to [comment:16 strk]:
 > Tried again after wiping out rt_module.c and I get:
 > {{{
 > In file included from cu_buildarea.c:14:0:
 > cu_tester.h:22:35: error: unknown type name ‘va_list’
 > }}}

 That's crazy, no errors here... sigh.

 BTW the missing row should be
 {{{
 #include <stdarg.h>
 }}}
 as it includes the va_list definition.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2089#comment:18>
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