<div dir="ltr"><div class="gmail_default" style="font-size:large">I made a PR that fixes these issues. It can be found at <a href="https://github.com/libgeos/geos/pull/226">https://github.com/libgeos/geos/pull/226</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 19, 2019 at 3:23 PM Daniel Baston <<a href="mailto:dbaston@gmail.com">dbaston@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Paul,<div><br></div><div>I suspect you're running into the same problem documented in this ticket: <a href="https://trac.osgeo.org/geos/ticket/975" target="_blank">https://trac.osgeo.org/geos/ticket/975</a></div><div>I think the CI builds are succeeding because they have -DBUILD_SHARED_LIBS=NO.</div><div><br></div><div>We probably need to build shared libraries in the CI builds. I haven't fixed it because I don't have ready access to Windows or Visual Studio.</div><div>If you're able to submit a PR to fix this, it would be most welcome.</div><div><br></div><div>Thanks,</div><div>Dan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 19, 2019 at 4:08 PM Paul van der Linden <<a href="mailto:paul.doskabouter@gmail.com" target="_blank">paul.doskabouter@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">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).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">After quite some digging I found out that the usage of std::vector<std::unique_ptr<SomeType>> was the cause of that. (Commenting out that declaration and all its references got me a successful compile).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Tried it in vs2017 and vs2019, same results...</div><div class="gmail_default" style="font-size:small">Both attempts done via the cmake support that has been built in in visual studio (just open the folder containing the cmakelists.txt).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Strange thing is that in your ci builds just fine with vs2019, 2017 and even 2015.</div><div class="gmail_default" style="font-size:small">Checking the logs, the only difference I see is that in the ci, and enterprise version is used, while I have the community edition. Find it hard to believe that those 2 have different compilers...</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Also tried running cmake (latest version), but that kept on complaining that it couldn't find it's root and couldn't find CMakeDependentOption.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Has anyone experience with building in visual studio, or any pointers on how to get this to work?</div><div class="gmail_default" style="font-size:small">Will be greatly appreciated.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Paul<br></div></div>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org" target="_blank">geos-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geos-devel" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geos-devel</a></blockquote></div>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org" target="_blank">geos-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geos-devel" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geos-devel</a></blockquote></div>