-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while building Geos Release 3.13.0 in Visual Studio for platform toolset "Visual Studio 2017(v141)" #1172
Comments
Have a patch that works? I don't have that env here, and the code in question looks pretty anodyne. |
I found a similar issue on SO here. It recommends adding
(and maybe some other standard headers). @psharma-gdal Can you try this and see if it fixes the problem? |
As this is a std::ostream related operator, I believe this should rather be:
|
rouault
added a commit
to rouault/geos
that referenced
this issue
Oct 3, 2024
rouault
added a commit
that referenced
this issue
Oct 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following error while building geos Release 3.13.0 in Visual Studio for platform toolset "Visual Studio 2017(v141)"
[exec] C:\geos-3.13.0\dist\include\geos/operation/relateng/TopologyPredicate.h(197): error C2679: binary '<<': no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
This seems to build OK when platform toolset "v143"
This file
TopologyPredicate.h
seems to be introduced in latest release onlyThe text was updated successfully, but these errors were encountered: