-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error when compiling on Windows #8
Comments
I got another error :
|
Your first error says:
Make sure you're running In your second error, Perhaps the Setting up page of the guide will be helpful. |
I have an other error :
I see |
You should remove MinGW paths from environment variables in your prompt. MinGW cannot be used together with MSVC, and something in your environment causes cmake to use |
I remove MinGW paths but cmake use D:\MinGW\bin\ld.exe... How to remove that ? |
I don't know. Maybe this issue is related. Do you have the latest cmake installed? The |
I remove MinGW Path from set command and i use the latest cmake, but same error... |
im having the same issue. cmake is also using mingw, however i removed it from my env variables already and when i simply run |
@AlexisHuvier your CMake is still using VS 2019. Check your env variables for |
restart your computor ,and Re Extract the original code zip file to a new file and recompile the project...this way works on my computer |
Hey, i want to use rust-qt but when i launch a basic example i have this error :
Thanks.
The text was updated successfully, but these errors were encountered: