You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Steps to reproduce the behavior:
.\vcpkg.exe update
.\vcpkg.exe install aws-sdk-cpp[core,cloudformation,ec2,monitoring,ssm,s3,cloudfront,rds,cloudtrail,sns,lambda]:x64-windows
Seems that the AWS CRT C++ does not build, which is required for all aws sdk libraries.
CMake Error at CMakeLists.txt:87 (configure_file):
configure_file attempted to configure a file:
C:/Users/xanat/Documents/Files/Projects/system_monitor/third-party/vcpkg/buildtrees/aws-crt-cpp/src/c763da6810-ba58d2be12.clean/include/aws/crt/Config.h
into a source directory.
Additional context
I appreciate the work Microsoft does with this beautiful tool which makes C++ dependency management more bearable but is there potentially a more 'stable' release branch system I can use to avoid this breaking my continuous integration? Should I be using the tags releases found here instead: https://github.com/microsoft/vcpkg/releases ?
Thanks
The text was updated successfully, but these errors were encountered:
AWS CPP SDK no longer builds since 92af1ff
Host Environment
To Reproduce
Steps to reproduce the behavior:
.\vcpkg.exe update
.\vcpkg.exe install aws-sdk-cpp[core,cloudformation,ec2,monitoring,ssm,s3,cloudfront,rds,cloudtrail,sns,lambda]:x64-windows
Failure logs
config-x64-windows-out.log
Seems that the AWS CRT C++ does not build, which is required for all aws sdk libraries.
CMake Error at CMakeLists.txt:87 (configure_file):
configure_file attempted to configure a file:
C:/Users/xanat/Documents/Files/Projects/system_monitor/third-party/vcpkg/buildtrees/aws-crt-cpp/src/c763da6810-ba58d2be12.clean/include/aws/crt/Config.h
into a source directory.
Additional context
I appreciate the work Microsoft does with this beautiful tool which makes C++ dependency management more bearable but is there potentially a more 'stable' release branch system I can use to avoid this breaking my continuous integration? Should I be using the tags releases found here instead: https://github.com/microsoft/vcpkg/releases ?
Thanks
The text was updated successfully, but these errors were encountered: