-
Notifications
You must be signed in to change notification settings - Fork 82
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
MSVC Generator can break CMake builds #1237
Comments
The error log is quite long, here is the beginning:
But I think the interesting part is here:
|
In VS Code, to make sure you are using ninja, you need to add a
Or set it as a user settings and you won't have to think about it anymore. |
Thank you, so as I remember it, the error is caused by the Cargo build script of cxx-qt-lib. Maybe this has something to do with the file synchronization issues that we have encountered previously on Windows? |
FWIW, I've just run into this issue today, and can reliably reproduce it on our (internal) GitLab CI (cxx-qt 0.7.1, msvc generator). Will try to switch to ninja.... |
Trying to replicate KDAB#1237. DO NOT MERGE, as this will likely break sccache!
Trying to replicate KDAB#1237. DO NOT MERGE, as this will likely break sccache!
Trying to replicate KDAB#1237. DO NOT MERGE, as this will likely break sccache!
Trying to replicate KDAB#1237. DO NOT MERGE, as this will likely break sccache!
Trying to replicate KDAB#1237. DO NOT MERGE, as this will likely break sccache!
Trying to replicate KDAB#1237. DO NOT MERGE, as this will likely break sccache!
During yesterdays training @narnaud could only build with the Ninja generator, not the MSVC one.
We need to investigate whether we can reproduce this and how to fix it.
@narnaud can you reproduce the error and provide us with the error message please?
The text was updated successfully, but these errors were encountered: