[geos-devel] Problems compiling nightly snapshot

2010-03-03 Thread Paul Meems
I'm trying to update the GEOS version we're using with MapWindow GIS. We're currently using v3.2.0rc4 After the stable release of v3.2.0 several patches have been added, including one suggested to me. So I thought that if I get the Nightly Snapshot I would have the latest version. I did that but

Re: [geos-devel] Problems compiling nightly snapshot

2010-03-03 Thread strk
On Wed, Mar 03, 2010 at 11:20:34AM +0100, Paul Meems wrote: What is the best approach the get the latest version? svn checkout http://svn.osgeo.org/geos/trunk --strk; Share. It's fair. http://iwouldntsteal.net ___ geos-devel mailing list

Re: [geos-devel] Problems compiling nightly snapshot

2010-03-03 Thread Mateusz Loskot
Paul Meems wrote: Thanks, I just did and got the missing file. But this issue should be fixed: http://trac.osgeo.org/geos/ticket/330#comment:4 but it's not. geos_c.h still refers to geos/version.h and geos/export.h Am I still not using the latest version or do I mis-interpret the fixed

Re: [geos-devel] Problems compiling nightly snapshot

2010-03-03 Thread Paul Meems
Mateusz, Our problem is that when we want to use the GEOS library in our own code we need to include geos_c.h That is logic. We do that as well with other libraries we use, like gdal, proj, etc. For that reason in the build script we copy the needed header files to a include folder higher in the

Re: [geos-devel] Problems compiling nightly snapshot

2010-03-03 Thread Mateusz Loskot
Paul Meems wrote: Mateusz, Our problem is that when we want to use the GEOS library in our own code we need to include geos_c.h That is logic. We do that as well with other libraries we use, like gdal, proj, etc. For that reason in the build script we copy the needed header files to a

Re: [geos-devel] Problems compiling nightly snapshot

2010-03-03 Thread Mateusz Loskot
strk wrote: On Wed, Mar 03, 2010 at 01:23:58PM +, Mateusz Loskot wrote: Paul Meems wrote: But this doesn't work with geos_c.h because it refers to two files in sub folders. We can do two things: either create the sub folder and copy the two files in to it or copy geos_c.h and open it