[postgis-devel] [PostGIS] #713: new GNUMake.in is broken on mingW

PostGIS trac at osgeo.org
Wed Dec 15 10:55:56 PST 2010


#713: new GNUMake.in  is broken on mingW
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:  mingw    |  
---------------------+------------------------------------------------------

Comment(by pramsey):

 Different problem though. I just introduced a breaking change in
 ./postgis, so compilation fails there... but! it still merrily goes into
 ./loader and compiles there, despite the critical error.
 {{{
 lwgeom_pg.c:481: error: ‘GSERIALIZED’ has no member named ‘type’
 make[1]: *** [lwgeom_pg.o] Error 1
 ---- Making all in loader
 gcc -g -O2  -fno-common -DPIC  -Wall -Wmissing-prototypes  -DUSE_NLS
 -DLOCALEDIR=\"/usr/local/pgsql/9.0/share/locale\" -I/opt/local/include
 -I/opt/local/include shpopen.o dbfopen.o getopt.o shp2pgsql-core.o
 shpcommon.o shp2pgsql-cli.o safileio.o ../liblwgeom/liblwgeom.a -o
 shp2pgsql -L/opt/local/lib -lintl -liconv -lc  -Wl,-framework
 -Wl,CoreFoundation -L/opt/local/lib -liconv -lm
 }}}

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