Skip to content
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

EXR Driver missing on Windows #139

Open
bertt opened this issue Jun 28, 2024 · 1 comment
Open

EXR Driver missing on Windows #139

bertt opened this issue Jun 28, 2024 · 1 comment
Assignees
Labels
bug-gdal A bug in GDAL

Comments

@bertt
Copy link

bertt commented Jun 28, 2024

Hi, just upgraded my sample to 3.9.0, I noticed that GDAL driver 'EXR' is missing on Windows (150 gdal drivers), not on Linux/Mac (151 gdal drivers).

@bertt bertt added the bug Something isn't working label Jun 28, 2024
@MaxRev-Dev MaxRev-Dev added bug-gdal A bug in GDAL and removed bug Something isn't working labels Jun 28, 2024
@MaxRev-Dev
Copy link
Owner

Yes, that's intended. OpenEXR is not recognized on Windows during configuration.

I have not found any solution to this. If you know how to enable it, you're welcome to contribute.

# disabling KEA driver as it causes build issues on Windows
# https://github.com/OSGeo/gdal/blob/3b232ee17d8f3d93bf3535b77fbb436cb9a9c2e0/.github/workflows/windows_build.yml#L178
# for the same reason, we are disabling OpenEXR
# -DOpenEXR_LIBRARY="$env:VCPKG_INSTALLED\lib\OpenEXR-3_2.lib" `
# -DOpenEXR_INCLUDE_DIR="$env:VCPKG_INSTALLED\include\OpenEXR" `
# -DOpenEXR_UTIL_LIBRARY="$env:VCPKG_INSTALLED\lib\OpenEXRUtil-3_2.lib" `
# -DOpenEXR_HALF_LIBRARY="$env:VCPKG_INSTALLED\lib\Imath-3_1.lib" `
# -DOpenEXR_IEX_LIBRARY="$env:VCPKG_INSTALLED\lib\Iex-3_2.lib" `

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-gdal A bug in GDAL
Projects
None yet
Development

No branches or pull requests

2 participants