[geos-devel] [GEOS] #937: geos/.h files not available in framework Headers
GEOS
geos-trac at osgeo.org
Sat Oct 20 08:02:21 PDT 2018
#937: geos/.h files not available in framework Headers
-----------------------------------+---------------------------
Reporter: xzcvczx | Owner: geos-devel@…
Type: defect | Status: closed
Priority: minor | Milestone:
Component: Build/Install (cmake) | Version: 3.6.2
Severity: Unassigned | Resolution: invalid
Keywords: |
-----------------------------------+---------------------------
Changes (by kyngchaos):
* status: new => closed
* resolution: => invalid
Comment:
Actually, the way framework headers work, including <geos/whatever.h>
works without using any -I flags. The build system tries frameworks that
match the first part of the path in the <>. So, it knows that
<geos/whatever.h> is the GEOS framework (names are not case sensitive) and
look for the "whatever.h" file in the framework's Headers folder. Using a
-I flag should not interfere with this.
And, there already is a symlink if really needed for some reason. It's in
the "unix" folder, along with other standard unix-style folders, bin,
include and lib. This simulates a unix style build, with the geos-config
bin, and c and c++ library names.
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/937#comment:2>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list