-
Notifications
You must be signed in to change notification settings - Fork 1
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
Current revision of GEOS does not build on GCC 13 or later #3
Comments
Patch to apply to geos submodule:
There is already discussion: libgeos/geos@5fe03b6 - not sure if it'll get backported though. For now I just did I offer this workaround simply because I had the same experience during a late night weekend project, and was too stubborn to go to sleep. |
Just an addendum: I hit followup issues due to the outdated webpack etc. not playing well with more recent OpenSSL. Unfortunately the Makefile looks to be explicitly setting NODE_OPTIONS rather than extending anything from the calling environment. For sure there's a better solution, but rather than inevitably fighting against makefile syntax and multiple callpoints I just modified The final issue I encountered was again related to me having a too-recent toolchain. The Cheers! |
... and moving GEOS to a version where GCC 13 is supported causes GEOS-related tests in Cockroach to fail with what look like behavior changes.
The text was updated successfully, but these errors were encountered: