-
Notifications
You must be signed in to change notification settings - Fork 38
Add winsock2 header into build_info.h #262
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
base: development
Are you sure you want to change the base?
Conversation
Signed-off-by: irwir <[email protected]>
TF-PSA-Crypto needs to build outside of Mbed TLS. So it doesn't seem right to me that the Windows build (with an unchanged mbedtls) is failing here. |
This is odd if an additional standard header breaks things so badly.
How to parse this? |
Numerous warnings in the log. Maybe VS 2013 did not have this option? |
The offending line (more visible in the message from MinGW) is
It looks like the parser gets confused because it doesn't recognize We use the As for |
The question was why
It is difficult to guess without installed VS 2013 and the generated projects and sources. |
Available since VS 2015. |
As far as I remember, a bug in VS 2015 increased the minimum required version for Quote from the current
Yet there is nothing but VS 2013 in Should this have been changed in development branches? |
Description
Ensures proper socket definitions on Windows (as a part of resolving mbedtls issue #10097).
PR checklist