-
Notifications
You must be signed in to change notification settings - Fork 248
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
[BUG] Compilation failure with Clang on Windows #1294
Comments
I also get a error when trying to compile with MSVC.
|
Interesting, I was seeing a similar error to your clang++ compilation when invoking Its weird that your |
I was running the command from Powershell but using Developer Command Prompt it works with cl. It seems that the error was on my side, sorry 😅 |
Yea, so I just tested this with a fresh install of MingW and also Clang the same as you; nothing is compiling for me on any of them either. On clang, I'm getting exactly the same errors you're getting. Using MingW g++, I'm getting the issue mentioned in the guide
But using the |
Hey so I'm not sure why clang isn't compiling properly, but your msvc version looks old. I was running into this same issue with cl version 14, update it to 19 and it should start working for msvc compiler |
For now, I'm compiling completely with MSVC and it's working properly, I haven't retried compiling with Clang. |
I get a compiler error when I compile the sources.
This is the error I get:
The text was updated successfully, but these errors were encountered: