-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error while compiling aws-sdk-cpp:1.8.130 on windows #2592
Comments
It says you are missing aws-c-common. This could possibly be because you haven't downloaded the submodules required for this sdk. Can you follow these steps and then try recompiling this sdk?
|
@jmklix I am using |
Your options are using this sdk directly which is what I described above. |
Thanks, I'll then raise this issue on |
|
Describe the bug
Getting compilation error while building
aws-sdk-cpp
on windows. I was able to compile the same version on my system and was using it without any issues since a long time ago. But some days back I removed the existing package and try to re-compile it. But this time it is giving me compile time error.I am using
Conan version: 1.56.0
Expected Behavior
The program should be able to compile without any issues.
Current Behavior
Getting Error:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.8.130
Compiler and Version used
Visual Studio 16 2019
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: