-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] openssl/1.1.1m: can't build with windows clang #9834
Comments
I can try this one later today. I am pretty sure it used to work for clang-cl earlier, but it was like ~4 years ago xD |
I confirm I have the same error: some similar reports, might be helpful: |
the slash right after
now need to understand where is it coming from... |
the output of
notice: |
okay, the reason seeems to be clear now. in my local
while an original code has:
so this should be the following line: so it turns out the new helper msvc_runtime_flag doesn't work for the clang-cl case. and indeed it doesn't: I'll create an issue against conan client. meanwhile, the simple patch for the recipe solves that problem:
then it fails with another errors:
|
okay, after adding one more change:
I've got a successful build, finally. |
I am getting endless build loop locally... |
now it works for me. It seems, it was related to the time shift. |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conan install openssl/1.1.1m@ --build missing -pr clang
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: