[geos-devel] [GEOS] #538: GeometryNoder.cpp/.h #include directives
incorrect
GEOS
geos-trac at osgeo.org
Fri May 4 07:25:39 PDT 2012
#538: GeometryNoder.cpp/.h #include directives incorrect
----------------------------+-----------------------------------------------
Reporter: ChiefDanGeorge | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.3.4
Component: Default | Version: 3.3.3
Severity: Unassigned | Keywords:
----------------------------+-----------------------------------------------
Grabbed the latest trunk from svn and when using cmake and then make,
GeometryNoder.cpp errors out due to missing directory in the #include
directives.
For example in the trunk the #includes are similiar to:
#include <noding/GeometryNoder.h>
my fix was to prepend geos/:
#include <geos/noding/GeometryNoder.h>
GeometryNoder.h also had an #include missing the geos/ directory.
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/538>
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