-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
gdal/3.8.3 : Building error with default recipe #25853
Comments
After investigations, I understood that the gdal compilation error came from the non-definition of the Parquet_VERSION variable in the ogr/ogrsf_frmts/parquet/CMakeLists.txt file (line 12). |
same error (linux, gcc), can you elaborate on how you fixed it? |
hey, I'm stuck on the same problem atm. I am using a conanfile.py to download and install my dependencies, which includes gdal 3.8.3, which itself includes all its dependencies, but everything is automatic and opaque, how can you change the Cmakelists file and it would be automatically included during the conan build? Because I imagine the fix will take weeks or month to be available inside ConanCenter right? |
Description
Installing gdal/3.8.3 or 3.7.3 in both Release and Debug mode with default recipe/settings failed. My colleagues got the same error on their PC
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
Steps to reproduce
conan install . --output-folder=build --build=missing
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: