conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
949 stars 1.73k forks source link

[package] gdal/3.4.1: Building tools fails when ATL not installed with Visual Studio #24314

Open rconde01 opened 3 months ago

rconde01 commented 3 months ago

Description

I built the gdal/3.4.1 package locally with tools=True. It failed with:

D:\cn2\p\b\gdald31aa4e54cf96\b\src\port\cpl_aws_win32.cpp(41): fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory

I believe this is because I don't have the ATL component installed which is an optional component not installed by default.

Package and Environment Details

Conan profile

[settings] compiler=msvc compiler.runtime=dynamic compiler.version=193 compiler.cppstd=20 os=Windows

Steps to reproduce

I apologize but I don't have time to simplify this right now - if the extra detail is needed let me know.

Logs

I apologize but I don't have time to simplify this right now - if the extra detail is needed let me know.