Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#205 closed defect (fixed)

Build problem on Solaris

Reported by: magne Owned by: mloskot
Priority: major Milestone: 3.1.0
Component: Default Version: main
Severity: Unassigned Keywords:
Cc:

Description

The current svn version does not build on Solaris.

There are a couple of small issues (missing std:: , not including clocale, etc.)

I've attached a patch that seems to do the trick (I've also tested on Linux)

Attachments (1)

geos-solaris-1.diff (1.8 KB ) - added by magne 16 years ago.

Download all attachments as: .zip

Change History (6)

by magne, 16 years ago

Attachment: geos-solaris-1.diff added

comment:1 by mloskot, 16 years ago

Owner: changed from geos-devel@… to mloskot
Status: newassigned

comment:2 by mloskot, 16 years ago

Milestone: 3.1
Resolution: fixed
Status: assignedclosed
Version: svn-trunk

Magne,

Thanks for the patch. I've applied your fixes except the last one to MarkupSTL.h file. Are you sure Solaris complains about strnicmp not qualified with std:: ? I'm surprised C++ implementation on Solaris puts non-C++ function strnicmp() into std:: namespace.

Anyway, function strnicmp is not defined in ISO/IEC C++ and I've decided to not to prefix it with std.

comment:3 by mloskot, 16 years ago

I've forgot to add changeset number - r2189

comment:4 by (none), 15 years ago

Milestone: 3.1.0

Milestone 3.1.0 deleted

comment:5 by pramsey, 15 years ago

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