[postgis-devel] [PostGIS] #1694: PostGIS 2.0.0 does not build with clang
PostGIS
trac at osgeo.org
Sat Mar 24 01:16:18 PDT 2012
#1694: PostGIS 2.0.0 does not build with clang
---------------------+------------------------------------------------------
Reporter: vince | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by vince):
Okay, I’ve got a build. In summary, I had to:
1. Substitute $(CPP) for cpp (or /usr/bin/cpp) in all the makefiles using
$(CPP) for transforming *.sql.in in *.sql;
2. Modify the Makefile in extensions/postgis to pull out any comment
processing by xsltproc;
3. Add a line LDFLAGS += … in the Makefile of liblwgeom in order to
correctly build a OS X universal version.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1694#comment:12>
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