Project ERROR: Cannot run compiler 'cl'. Output:
See original GitHub issueI have a really hard time getting this running on Windows.
Let me first say that I’m not really knowing what I’m doing, C++ is not my comfort zone and Qt even less.
I’m just trying to get this running on Windows too and hope you can maybe help.
https://github.com/Vampire/svn2git/runs/879715535 works fine with the setup on Linux.
Now I try to get it running on Windows.
But here is the problem: https://github.com/Vampire/svn2git/runs/879875430
Qt is installed fine, but when trying to run qmake
the error from the title is raised and I’m kind of lost. 😕
Issue Analytics
- State:
- Created 3 years ago
- Comments:27 (12 by maintainers)
Top Results From Across the Web
QtCreator qmake Cannot run compiler 'cl' - Stack Overflow
While building example project bars met an error. Project ERROR: Cannot run compiler 'cl'. Maybe you forgot to setup the environment?
Read more >Qt Creator says "Project ERROR: Cannot run compiler 'cl ...
I am new to Qt and this is my first post. I am using Qt 5.12 on two different computers ... both on...
Read more >解决运行qmake:Project ERROR: Cannot run compiler 'cl ...
QT的项目工程默认使用的是qmake,这本来也没什么问题。但是由于要用到vcpkg这个工具来管理第三方库,好像这个vcpkg工具只能在cmake的项目中才能使.
Read more >qt vs tools project error: cannot run compiler 'cl'. maybe you ...
1 Answer 1. ActiveOldestVotes. 7. Your error simply means that vcvarsall.batis not in a folder that is listed in your PATHenvironment variable. You...
Read more >Thread: MSVC 2017 32-bit can't run qmake - Qt Centre Forum
Now i want to use it on MSVC 2017 32-bit. I do: cd %directory% qmake. It says: Project ERROR: Cannot run compiler 'cl'....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
check this https://github.com/xiaoyifang/goldendict/blob/staged/.github/workflows/windows.yml
You have to run qmake in the same step, because the environment is not transferred between steps.