Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#221 closed defect (fixed)

Some small compile errors

Reported by: barendgehrels Owned by: pramsey
Priority: minor Milestone: 3.1.0
Component: Build/Install Version: 3.0.0
Severity: Unassigned Keywords:
Cc:

Description

Compiling GEOS with VC++2008 and stlport results in the following errors, which make sense and easy to solve.

1) WKBReader.h needs #include <string>

2) BufferBuilder.cpp, line 363 needs "std::sort" instead of "sort"

3) ConvexHull.cpp, line 272 needs "std::sort" instead of "sort"

4) ConvexHull.cpp, line 167 needs "std::unique" instead of "unique"

I use GEOS Version 3.0.3 on Visual C++ 2008 Express Edition with STLPort 5.2.1

Change History (4)

comment:1 by pramsey, 15 years ago

Milestone: 3.1.0
Owner: changed from mloskot to pramsey

comment:2 by pramsey, 15 years ago

Resolution: fixed
Status: newclosed

These appear to have been applied in trunk. Applied to 3.0 branch at r2242.

comment:3 by (none), 15 years ago

Milestone: 3.1.0

Milestone 3.1.0 deleted

comment:4 by pramsey, 15 years ago

Milestone: 3.1.0
Note: See TracTickets for help on using tickets.