Re: [geos-devel] Compiling geos on windows

2019-09-21 Thread Paul van der Linden
Hi, I guess it was just an unlucky checkout, the current sources are compiling perfectly. Thanks anyway! And @Dan: if you ever want something tested under windows/visual studio, let me know and I'll help. Paul >I made a PR that fixes these issues. It can be found at >https://github.com/libgeos/

Re: [geos-devel] Compiling geos on windows

2019-09-20 Thread Howard Butler
I made a PR that fixes these issues. It can be found at https://github.com/libgeos/geos/pull/226 On Thu, Sep 19, 2019 at 3:23 PM Daniel Baston wrote: > Hi Paul, > > I suspect you're running into the same problem documented in this ticket: > https://trac.osgeo.org/geos/ticket/975 > I think the CI

Re: [geos-devel] Compiling geos on windows

2019-09-19 Thread Daniel Baston
Hi Paul, I suspect you're running into the same problem documented in this ticket: https://trac.osgeo.org/geos/ticket/975 I think the CI builds are succeeding because they have -DBUILD_SHARED_LIBS=NO. We probably need to build shared libraries in the CI builds. I haven't fixed it because I don't

[geos-devel] Compiling geos on windows

2019-09-19 Thread Paul van der Linden
Hi, I'm trying to compile it on windows (7) in visual studio, but I keep getting errors about attempting to reference a deleted function (C2280). After quite some digging I found out that the usage of std::vector> was the cause of that. (Commenting out that declaration and all its references got