-
-
Notifications
You must be signed in to change notification settings - Fork 113
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 when building against proj 6.0.0 #277
Comments
This is where this error comes from. |
Well, you use Proj 6 which has major changes to the API. |
As @Nakaner said, there seems to be major changes in version 6. It seems we could just set |
This isn't the solution. proj_api.h will be removed in proj v7. The macro is only a workaround for v6. The best solution is to disintegrate the old api. |
See #277. This is a stopgap solution until we find a better one. The version 6 API is sufficiently different from the earlier API that our code can't be made to work with the new API efficiently and without changes. It will need some time to figure this out.
9fa0183 has a stopgap solution until we find a better one. The version 6 API is sufficiently different from the earlier API that our code can't be made to work with the new API efficiently and without changes. It will need some time to figure this out. Closing here. |
drops dependency on devel/proj, cf osmcode/libosmium#277 add a patch to build with our zlib (needs gzclose_r/w, gzclose is enough), hint from sthen@. ok bentley@
I'm trying to build libosmium with latest proj library.
I'm getting a test error:
What needs to be done to build successfully?
Any special configure keys?
The text was updated successfully, but these errors were encountered: