On Thu, Mar 23, 2017 at 8:57 PM, Rene Rivera
On Thu, Mar 23, 2017 at 11:04 AM, Olaf van der Spek
wrote: VS2015 / W10:
boost_1_64_0>bootstrap.bat
Building Boost.Build engine HRESULT was unexpected at this time.
Could you try building b2.exe directly:
=== cd tools\build\src\engine built.bat ===
And posting the output?
PS C:\vc\boost_1_64_0\tools\build\src\engine> .\build.bat HRESULT was unexpected at this time. It seems to be this bit of code that causes the error but I have no clue why. if "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" ( if NOT "_%VS150COMNTOOLS%_" == "__" ( set "BOOST_JAM_TOOLSET_ROOT=%VS150COMNTOOLS%..\..\VC\" )) Hmm echo "_%BOOST_JAM_TOOLSET_ROOT%_" "_Exception calling "Query" with "1" argument(s): "Error HRESULT E_FAIL has been returned from a call to a COM component."\VC\_" -- Olaf