Ticket #538 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

GeometryNoder.cpp/.h #include directives incorrect

Reported by: ChiefDanGeorge Owned by: geos-devel@…
Priority: major Milestone: 3.4.0
Component: Default Version: svn-trunk
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

Changed 13 months ago by strk

  • status changed from new to closed
  • version changed from 3.3.3 to svn-trunk
  • resolution set to fixed
  • milestone changed from 3.3.4 to 3.4.0

Fixed in r3619 -- thanks

Note: See TracTickets for help on using tickets.