-
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
Unable to compile SDK with older windows SDK #2964
Comments
should be fixed with #2967 |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
Sorry for not responding. |
Sorry the first PR didn't fix it for you. @SergeyRyabinin's most recent PR should get it working for you. Please let us know if you still have any problems compiling this sdk |
I tested latest and confirm it is okay. Thank you. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
I tried to build the latest SDK (1.11.329) but this line cause error and I can't build it.
I changed SDK version to 1.11.296 that the version before the line added, I can compile SDK.
Expected Behavior
Compile SDK
Current Behavior
Error occurs that tells me "WINHTTP_OPTION_ENABLE_HTTP_PROTOCOL" is not defined.
I checked the source and found that there's no such variable in my winhttp.h source.
I think I'm using Visual Studio 2017 and my windows sdk is too old.
Reproduction Steps
I used command prompt with this command.
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.329
Compiler and Version used
Visual Studio 2017
Operating System and version
Windows 10 Pro 22H2
The text was updated successfully, but these errors were encountered: