Ticket #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: | 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
Note: See
TracTickets for help on using
tickets.
