$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] bootstrap.bat broken for MinGW since 1.55
From: spom (spom.spom_at_[hidden])
Date: 2013-12-05 11:48:41
I had the same problem today but found a workaround:
Adding an empty!! new line in
$BOOSTDIR/tools/build/v2/engine/build.bat
in line 93 right before:
:Guess_Toolset
After that
cmd /c 'bootstrap.bat mingw'
Works as expected again in msys command environment.
I have no clue to *.bat scripts so I have no idea why this hack works, but I
hope this can help fixing the bootstrap problem in a more elegant way.
Best regards,
Spom.
-- View this message in context: http://boost.2283326.n4.nabble.com/bootstrap-bat-broken-for-MinGW-since-1-55-tp4655733p4655944.html Sent from the Boost - Dev mailing list archive at Nabble.com.