github-actions[bot] on gh-pages
deploy: a218babc8daee904a83f550… (compare)
stefanseefeld on develop
Fix enum_type_object type on Py… (compare)
vswhere
tool available, but faber
then can't find it, so the build fails: https://github.com/boostorg/python/pull/342/checks?check_run_id=1612000557
vswhere
is bundled with MSVC nowadays.
vswhere
be found ?
vswhere
. Otherwise you could set PATH=%PATH%;%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\
vswhere
to the system path.
%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\
in cmd.exe ?
The shell variable %ProgramFiles(x86)%
points to C:\Program Files (x86)
on almost all computers, I'm guessing a very small percentage have a non C: drive as their default.
From my understanding VS 2017 (15.2+) and VS 2019 will always install vswhere
to %ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe
.
cl /nologo /showIncludes /EP ...
, then I scan the output (stderr !) for "Note: including file: ". I just realized that this only works for English locales. Do you know of a way (under Windows) to set the locale just for a specific subprocess (such as cl ...
) ?