<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 guess it was just an unlucky checkout, the current sources are compiling perfectly.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks anyway!</div><div class="gmail_default" style="font-size:small">And @Dan: if you ever want something tested under windows/visual studio, let me know and I'll help.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Paul<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">>I made a PR that fixes these issues. It can be found at<br>><a href="https://github.com/libgeos/geos/pull/226">https://github.com/libgeos/geos/pull/226</a><br>><br>>On Thu, Sep 19, 2019 at 3:23 PM Daniel Baston <dbaston at <a href="http://gmail.com">gmail.com</a>> wrote:<br>><br>>> Hi Paul,<br>>><br>>> I suspect you're running into the same problem documented in this ticket:<br>>> <a href="https://trac.osgeo.org/geos/ticket/975">https://trac.osgeo.org/geos/ticket/975</a><br>>> I think the CI builds are succeeding because they have<br>>> -DBUILD_SHARED_LIBS=NO.<br>>><br>>> We probably need to build shared libraries in the CI builds. I haven't<br>>> fixed it because I don't have ready access to Windows or Visual Studio.<br>>> If you're able to submit a PR to fix this, it would be most welcome.<br>>><br>>> Thanks,<br>>> Dan<br>>><br>>> On Thu, Sep 19, 2019 at 4:08 PM Paul van der Linden <<br>>> paul.doskabouter at <a href="http://gmail.com">gmail.com</a>> wrote:<br>>><br>>>> Hi,<br>>>><br>>>> I'm trying to compile it on windows (7) in visual studio, but I keep<br>>>> getting errors about attempting to reference a deleted function (C2280).<br>>>><br>>>> After quite some digging I found out that the usage of<br>>>> std::vector<std::unique_ptr<SomeType>> was the cause of that. (Commenting<br>>>> out that declaration and all its references got me a successful compile).<br>>>><br>>>> Tried it in vs2017 and vs2019, same results...<br>>>> Both attempts done via the cmake support that has been built in in visual<br>>>> studio (just open the folder containing the cmakelists.txt).<br>>>><br>>>> Strange thing is that in your ci builds just fine with vs2019, 2017 and<br>>>> even 2015.<br>>>> Checking the logs, the only difference I see is that in the ci, and<br>>>> enterprise version is used, while I have the community edition. Find it<br>>>> hard to believe that those 2 have different compilers...<br>>>><br>>>> Also tried running cmake (latest version), but that kept on complaining<br>>>> that it couldn't find it's root and couldn't find CMakeDependentOption.<br>>>><br>>>> Has anyone experience with building in visual studio, or any pointers on<br>>>> how to get this to work?<br>>>> Will be greatly appreciated.<br>>>><br>>>> Paul<br>>>> _______________________________________________<br>>>> geos-devel mailing list<br>>>> geos-devel at <a href="http://lists.osgeo.org">lists.osgeo.org</a><br>>>> <a href="https://lists.osgeo.org/mailman/listinfo/geos-devel">https://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>>><br>>> _______________________________________________<br>>> geos-devel mailing list<br>>> geos-devel at <a href="http://lists.osgeo.org">lists.osgeo.org</a><br>>> <a href="https://lists.osgeo.org/mailman/listinfo/geos-devel">https://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>>-------------- next part --------------<br>>An HTML attachment was scrubbed...<br>>URL: <<a href="http://lists.osgeo.org/pipermail/geos-devel/attachments/20190920/0f6beb9c/attachment-0001.html">http://lists.osgeo.org/pipermail/geos-devel/attachments/20190920/0f6beb9c/attachment-0001.html</a>></div></div>