Opened 12 years ago

Closed 12 years ago

#538 closed defect (fixed)

GeometryNoder.cpp/.h #include directives incorrect

Reported by: ChiefDanGeorge Owned by: geos-devel@…
Priority: major Milestone: 3.4.0
Component: Default Version: main
Severity: Unassigned Keywords:
Cc:

Description

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.

Change History (1)

comment:1 by strk, 12 years ago

Milestone: 3.3.43.4.0
Resolution: fixed
Status: newclosed
Version: 3.3.3svn-trunk

Fixed in r3619 -- thanks

Note: See TracTickets for help on using tickets.