[geos-devel] [GEOS] #557: Build error on Mac

GEOS geos-trac at osgeo.org
Fri Jun 22 06:37:08 PDT 2012


#557: Build error on Mac
------------------------+---------------------------------------------------
 Reporter:  dburken     |       Owner:  geos-devel@…              
     Type:  defect      |      Status:  new                       
 Priority:  major       |   Milestone:  3.3.5                     
Component:  Default     |     Version:  3.3.4                     
 Severity:  Unassigned  |    Keywords:                            
------------------------+---------------------------------------------------

Comment(by kyngchaos):

 I'm not sure, but I think the framework build is only in Cmake.

 And as Howard says, clang is the way to go.  Add this to cmake configure:

 {{{
 -D CMAKE_CXX_COMPILER="/usr/bin/clang++" \
 -D CMAKE_C_COMPILER="/usr/bin/clang" \
 }}}

 It looks like cmake doesn't have a target to create geos_c.h, so this
 needs to be fixed for compiling from svn source.

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/557#comment:9>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list