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
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
openssl/1.1.1j: ['"VC-conan-Debug-Windows-x86_64-clang-11"', 'no-shared', '--prefix="C:\\Users\\runneradmin\\.conan\\data\\openssl\\1.1.1j\\_\\_\\package\\0778b007b0f73be7de0191eacba7188d2bc2bd5a"', '--openssldir="C:\\Users\\runneradmin\\.conan\\data\\openssl\\1.1.1j\\_\\_\\package\\0778b007b0f73be7de0191eacba7188d2bc2bd5a\\res"', 'no-unit-test', 'threads', 'PERL=C:\\.conan\\18ba5c\\1\\bin\\perl.exe', 'no-tests', '--debug']
Bareword found where operator expected at (eval 13) line 12, near """C"
(Missing operator before C?)
Failure! build file wasn't produced.
Please read INSTALL and associated NOTES files. You may also have to look over
your available compiler tool chain or change your configuration.
syntax error at (eval 13) line 12, near """C"
We definitely want to turn it back after we find a solution to make it work.
To the point, OpenSSL is likely sentry-native and not a crashpad dependency as crashpad is currently included as a binary blob.
Since Conan's sentry-native package is anyway broken, I'll try to find a way to set up our own artifactory package with proper configuration and probably different OpenSSL version (though I don't really like downgrading security libraries).
UPD:
yeah, that openssl is a dependency for libcurl/7.75.0 which sentry-native depends on.
but 1.1.1c is too old, maybe we should investigate the problem with more recent versions
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I would like to keep current problems with clang on Windows in this place.
Current problems clang on Windows:
1 - clang build failed with crashpad
PR: #58
build log: https://github.com/storm-devs/storm-engine/runs/2403689592?check_suite_focus=true#step:5:576
logs_214.zip
This bug may be related: conan-io/conan-center-index#96
But people says, that openssl/1.1.1c works fine with clang 8 + ninja:
https://gist.github.com/uilianries/b114b80aff1c7f8eb5b2e2ae0bd7fd9e
2 - clang build failed with sdl 2.0.14
I replaced old PR, but has tree here: https://github.com/q4a/storm-engine/tree/fb484bbc50dee4f980918b595e633e7da7d6f704
build log: https://github.com/q4a/storm-engine/runs/2312924402?check_suite_focus=true#step:5:470
logs_78.zip
This bug related and fixed: libsdl-org/SDL#4269
So, I hope to see fix in SDL 2.0.16: https://libsdl.org/next.php
Clang commits to revert:
586c89a - return clang to CMakeSettings.json
adf1553 - return clang to cibuild.yml
Describe the solution you'd like
I would like to:
The text was updated successfully, but these errors were encountered: