-
Notifications
You must be signed in to change notification settings - Fork 264
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 GDAL fails with netcdf 4.9.3-rc1 #3028
Comments
this seems to be the same issue as in #3017 |
Looking at GDAL, it appears (at least in |
Thanks for explaining the context! The fix from GDAL master was already backported to the 3.9 branch. The 3.8 branch seems not longer maintained according to their maintenance policy. But with the information provided patching 3.8 seems to be trivial if needed. Upgrading to GDAL 3.9 is a problem in certain environments due to its increased requirements. |
refactoring_FillValue to NC_FillValue causes other breakage. Isn't _FillValue still defined? |
It's not, due to conflicts with |
OS: macOS 14 with XCode CLT 15.3
Building netcdf-c 4.9.3-rc1 (with
-DNETCDF_ENABLE_HDF5=OFF -DNETCDF_BUILD_UTILITIES=OFF
) works successfully, one failed test, see #3027.Building GDAL 3.8.5 against that fials with
error: use of undeclared identifier '_FillValue'
. Doing the same against netcdf 4.9.2 builds successfully.Build log
The text was updated successfully, but these errors were encountered: