|
Boost-Build : |
Subject: Re: [Boost-build] Issue attempting to stage boost on windows MSVC-10.0
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-10-30 14:03:08
AMDG
On 10/30/2013 09:37 AM, John Bargman wrote:
> There is indeed, and it's a vanilla copy from the official boost_1_54_0.zip
I can't reproduce your problem. Here's what I tried:
- Download boost_1_54_0.7z from
http://sourceforge.net/projects/boost/files/boost/1.54.0/
- unzip to boost_1_54_0/
>cd boost_1_54_0
boost_1_54_0>bootstrap.bat
Building Boost.Build engine
Bootstrapping is done. To build, run:
.\b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
.\b2 --help
- Getting started guide:
http://boost.org/more/getting_started/windows.html
- Boost.Build documentation:
http://www.boost.org/boost-build2/doc/html/index.html
boost_1_54_0>b2 toolset=msvc-11.0 --build-type=complete architecture=x86
--stagedir=stage\lib\x32 stage
Performing configuration checks
<snip>
...patience...
...found 46783 targets...
...updating 5217 targets...
common.mkdir stage
^C
...interrupted
boost_1_54_0>b2 toolset=msvc-11.0 --build-type=complete architecture=x86
address-model=64 --stagedir=stage\lib\x64 stage
<snip>
...patience...
...found 46827 targets...
...updating 5259 targets...
^C
...interrupted
There are a few things that might help track this down:
a) run b2 with --debug-configuration
b) apply the attached patch, which should give more
context for the error.
In Christ,
Steven Watanabe
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk