[geos-devel] Build errors in StringTokenizer.cpp with 3.5.0/trunk/branch-3.5

2016-01-27 Thread Jeff McKenna
Hello everyone, Compiling on Windows with Visual Studio 2008 I get the same errors with the 3.5.0 release, SVN trunk, and branch 3.5, but I can't find any mention of this problem in Trac or on this list. Here is the error: StringTokenizer.cpp io\StringTokenizer.cpp(60) : error C2039:

[geos-devel] [GEOS] #766: Patch for StringTokenizer.cpp to include std::numeric

2016-01-27 Thread GEOS
#766: Patch for StringTokenizer.cpp to include std::numeric +-- Reporter: jmckenna| Owner: geos-devel@… Type: defect | Status: new Priority: major | Milestone: 3.5.1 Component: Default |Version: 3.5.0

Re: [geos-devel] [GEOS] #766: Patch for StringTokenizer.cpp to include std::numeric

2016-01-27 Thread GEOS
#766: Patch for StringTokenizer.cpp to include std::numeric +--- Reporter: jmckenna| Owner: geos-devel@… Type: defect | Status: new Priority: major | Milestone: 3.5.1 Component: Default | Version:

Re: [geos-devel] Build errors in StringTokenizer.cpp with 3.5.0/trunk/branch-3.5

2016-01-27 Thread Jeff McKenna
On 2016-01-27 2:34 PM, Even Rouault wrote: C89 and .cpp file, no ;-) I'd rather bet that #include would fix that Thanks, you are right of course. Thanks (humbled again, ha!). I've filed the little patch. https://trac.osgeo.org/geos/ticket/766 -jeff -- Jeff McKenna MapServer

Re: [geos-devel] Build errors in StringTokenizer.cpp with 3.5.0/trunk/branch-3.5

2016-01-27 Thread Even Rouault
Le mercredi 27 janvier 2016 19:06:12, Jeff McKenna a écrit : > Hello everyone, > > Compiling on Windows with Visual Studio 2008 I get the same errors with > the 3.5.0 release, SVN trunk, and branch 3.5, but I can't find any > mention of this problem in Trac or on this list. Here is the error: >