Boost logo

Boost :

Subject: Re: [boost] [release] Boost 1.64.0 Beta 1
From: Olaf van der Spek (ml_at_[hidden])
Date: 2017-03-24 07:55:20


On Thu, Mar 23, 2017 at 8:57 PM, Rene Rivera <grafikrobot_at_[hidden]> wrote:
> On Thu, Mar 23, 2017 at 11:04 AM, Olaf van der Spek <ml_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk