-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Compilation failure using Clang on Windows #1898
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Can you tell how you build this library with clang on windows? I had tried many ways to build with clang on windows, but fail. |
@dota17 I am also interested to find out this answer, thanks, does it work with clang on windows? |
See #1818 (comment) - trying to reproduce. |
To be fixed with #2259. |
Hi, the compilation fails when using Clang on Windows. I have used Ninja as my Generator and this is the cmake --build output: https://pastebin.com/fWASC8cV
It compiles when using msvc. I also tried to change the if logic in the CMakeLists.txt in the root to include Clang to the MSVC specific settings. Didn't do anything though.
The text was updated successfully, but these errors were encountered: