-
Notifications
You must be signed in to change notification settings - Fork 574
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
Add postgres support for GDAL #5349
Conversation
still fails, looks like it can't find some headers:
Unfortunately |
It looks like you might need to set the OSGeo/gdal#1657 (comment) |
Aaah, good old mailing lists :D I'm a bit surprised: I cloned the original GDAL directory including the patches, but when I execute the script |
I think you have to set the environment variables before calling
|
Yes, that's the cleaner solution. I just copied from the issue comment. I still get two errors: |
I also changed the |
Hmm yeah I wonder. It seems the build is indeed broken regardless of Postgres. Soon we will need to switch this build to the CMake build system, since the current one is deprecated and will be removed in GDAL 3.6: https://github.com/OSGeo/gdal/blob/v3.5.1/NEWS.md#in-a-nutshell Not sure how much work it would be, but perhaps if we make that switch, adding new dependencies will be easier. |
Yeah, I converted this to a draft then, so that we can first convert the build to cmake and add postgres later. Or if everything works in one go thats also fine. |
This adds postgresql support to GDAL. This is my first PR to Yggdrasil, so I hope it works :D
cc @visr @evetion