Re: [Scons-dev] Visual Studio without C++ compiler installed

2018-08-12 Thread Bill Deegan
I think the msvc tool should discard versions where there is no cl tool since msvc (should) = Microsoft Visual C Any idea how to update the appveyor config file to have it install cl ? -Bill On Sat, Aug 11, 2018 at 10:03 PM, Daniel Moody wrote: > I was looking at one of our test in the

[Scons-dev] Visual Studio without C++ compiler installed

2018-08-11 Thread Daniel Moody
I was looking at one of our test in the appveyor CI and I noticed it was failing due to the 'cl' executable not being found: https://ci.appveyor.com/project/SCons/scons/build/3.0.1.205/job/yp0pg368ga5i033b#L141 This is a case where Visual Studio has been installed, but the C++ build tools have