[postgis-devel] [PostGIS] #1409: Can't compile topology or raster anymore under mingw

PostGIS trac at osgeo.org
Sun Dec 25 12:07:06 PST 2011


#1409: Can't compile topology or raster anymore under mingw
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  strk         
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.0.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by robe):

 Okay I think I figured out my issue with raster. strk it's this line you
 added to rt_pg/Makefile.in

 http://trac.osgeo.org/postgis/browser/trunk/raster/rt_pg/Makefile.in#L92
 {{{
 # SQL objects deps here
 $(SQL_OBJS): ../../postgis/sqldefines.h
 }}}

 Wouldn't that overwrite this?

 {{{

 $(SQL_OBJS): %.in: %.in.c
         $(CPP) -I../../postgis/ -I../../ -traditional-cpp $< | grep -v
 '^#' > $@
 }}}

 Should that other part go in ${OBJS} instead.

 I realized I don't know quite what I'm talking about but getting rid of
 that line you added fixes my compile issue.

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