-
Notifications
You must be signed in to change notification settings - Fork 684
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
Building on OSX -DENABLE_DATA_TOOLS=ON raising errors in GEOS #2021
Comments
@drewda do you have any ideas by any chance? |
@TimMcCauley different geos versions make changes to their API and the code doesnt detect all of the variants. We have a little bit of code in there at the moment that tries to work around certain versions of geos but apparently not all 😄 we'll need to look into the geos 3.8.0 docs to see where our cheese got moved to and then see how we could make our code also target that version as well |
@kevinkreiser thank you a bunch, I tried an older version of geos with a little workaround via brew which seemed to work. If one is running into this issue, I recommend to try
which can be installed this way:
consider as closed for now! |
.. and then you might get this error OSGeo/homebrew-osgeo4mac#174
which I resolved with this symlink (probably super hacky... but...)
or w/e versions your error message is yielding.. |
The library itself suggests using the C-api rather than the C++ bindings for api stability. Would it be a large change for us to simply use the more stable C-api? |
For future reference: had the same problem on Ubuntu 18.04. If you have the PPA You can check and amend:
|
Similar with Archlinux. Downgrade to a previous geos 3.7 for a temporary solution:
|
Greetings Valhalla authors,
I am having difficulties trying to build Valhalla on OS X 10.14.6 when setting
ENABLE_DATA_TOOLS=ON
. Without the build works fine:however when setting
ENABLE_DATA_TOOLS=ON
it will raise a couple of GEOS errors:Does anyone have an idea what's going on here? I have followed the instructions in the README and from the circle ci config.
My geos version running is installed via homebrew:
Any help would be greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: