We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sosi2osm still uses proj_api.h which is deprecated in PROJ 6.0.0 and will be removed in PROJ 7.0.0 (scheduled for March 2020).
proj_api.h
When using proj_api.h with PROJ 6.0.0 -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H needs to be added to CFLAGS to prevent a compiler error.
-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
CFLAGS
sosi2osm should be updated to (also) support the proj.h API.
proj.h
The text was updated successfully, but these errors were encountered:
The first PROJ 8.0.0 release candidate has been released which removes proj_api.h.
Sorry, something went wrong.
I did just merge a branch which should work in proj 6. But it would be nice to have a pull request with the changes required to use proj.h
The migration documentation should help:
https://proj.org/development/migration.html
No branches or pull requests
sosi2osm still uses
proj_api.h
which is deprecated in PROJ 6.0.0 and will be removed in PROJ 7.0.0 (scheduled for March 2020).When using
proj_api.h
with PROJ 6.0.0-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
needs to be added toCFLAGS
to prevent a compiler error.sosi2osm should be updated to (also) support the
proj.h
API.The text was updated successfully, but these errors were encountered: