Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Invalid
-
Affects Version/s: 1.8.0
-
Fix Version/s: None
-
Component/s: Platforms: Windows, Toolchains: Visual C++
-
Labels:None
Description
How to reproduce:
Build a project in a shell that doesn't have MSVC in PATH.
What happens?
D:\playground\collidingmice>qbs No build graph exists yet for this configuration. Resolving project for configuration default ERROR: D:\dev\qbs\master-build\share\qbs\imports\qbs\Probes\MsvcProbe.qbs:50:16 Error: Could not start cl.exe (Process failed to start: No such file or directory)
What's expected?
Qbs should be able to build the project.
That's why we have the buildEnvironment in the MSVC cpp module.