Opened 13 years ago

Closed 13 years ago

#467 closed defect (fixed)

SementString.inl missing in trunk?

Reported by: warmerdam Owned by: strk
Priority: major Milestone:
Component: Core Version: main
Severity: Unassigned Keywords:
Cc:

Description

I get compile problems with geos trunk with SegmentString.inl not being found. I had to do the following to get things building:

warmerdam@warmerdam-glaptop:~/geos$ svn diff
Index: src/inlines.cpp
===================================================================
--- src/inlines.cpp	(revision 3455)
+++ src/inlines.cpp	(working copy)
@@ -57,7 +57,7 @@
 #include <geos/geom/MultiLineString.inl>
 #include <geos/geom/MultiPolygon.inl>
 #include <geos/geom/CoordinateArraySequenceFactory.inl>
-#include <geos/noding/SegmentString.inl>
+//#include <geos/noding/SegmentString.inl>
 #include <geos/noding/snapround/HotPixel.inl>
 #include <geos/noding/MCIndexNoder.inl>
 
Index: include/geos/noding/BasicSegmentString.h
===================================================================
--- include/geos/noding/BasicSegmentString.h	(revision 3455)
+++ include/geos/noding/BasicSegmentString.h	(working copy)
@@ -104,9 +104,6 @@
 } // namespace geos.noding
 } // namespace geos
 
-#ifdef GEOS_INLINE
-# include "geos/noding/SegmentString.inl"
-#endif
 
 #endif // ndef GEOS_NODING_BASICSEGMENTSTRING_H

Change History (1)

comment:1 by strk, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r3456, thanks.

Note: See TracTickets for help on using tickets.