[postgis-devel] [PostGIS] #1785: Can't compile under mingw 64-bit anymore
PostGIS
trac at osgeo.org
Sun Apr 22 12:32:35 PDT 2012
#1785: Can't compile under mingw 64-bit anymore
-----------------------------------+----------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.1
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Comment(by robe):
Okay I isolated the issue to our use of SQLPP.
On my mingw 32-bit
postgis/makefile
SQLPP = /mingw/bin/cpp -traditional-cpp -P
but my mingw 64-bit
SQLPP =
So I guess it doesn't know how to properly handle the:
{{{
$(SQL_OBJS): %.in: %.in.c
$(SQLPP) -I../libpgcommon $< | grep -v '^#' > $@
}}}
in http://trac.osgeo.org/postgis/browser/trunk/postgis/Makefile.in#L135
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1785#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