-
Notifications
You must be signed in to change notification settings - Fork 96
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 building on mac #387
Comments
That's strange, What do you have at |
Homebrew updated gdal to 3.6.3.1 |
I cloned gdal repo and ran |
Sorry @lnicola this is what I have on that line |
Commenting out all those lines, app compiles |
This looks like rust-lang/rust-bindgen#2312. Are you building the current version of the code or the latest release? Which |
Ah, so it's only in the released version? |
Try |
Bindgen is 0.61.0 |
Okay, I can reproduce this with [dependencies]
gdal = { git = "https://github.com/georust/gdal/", features = ["bindgen"] }
gdal-sys = { git = "https://github.com/georust/gdal/", features = ["bindgen"] } |
Yeah, I tried that and it works, but a lot of things changed in the meantime so I get other compile errors. |
Thanks a lot for your help and responsiveness. |
When we put out a new release and you upgrade, you'll have to fix the same set of errors. You can see the pending changes at https://github.com/georust/gdal/blob/master/CHANGES.md#unreleased. Feel free to ask here or on Discord if you need help upgrading! I'll try to find the time for another Lynch fan :-). |
Since a couple of days ago, homebrew updated gdal and this package no longer compiles:
This error in particular happens with vcpkg, but same thing happens with brew version.
The text was updated successfully, but these errors were encountered: