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/
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
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
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