$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Building boost
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-12-09 14:17:26
Christian Henning wrote:
> The next step I'm doing is to copy user-config.jam into my home
> directory. I also add the following line:
>
> use-project boost : C:\\boost ;
>
> The output is even worse. Now bjam is crashing. Here is what I have:
>
> -------------------------------------------------------
>
> Setting environment for using Microsoft Visual Studio 2010 x64 tools.
>
> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>cd c:\boost
>
> c:\boost>bjam -j8 --toolset=msvc --without-mpi variant=release
> link=static runtime-link=shared address-model=64
> define=_CRT_NONSTDC_NO_DEPRECATE define=_CRT_SECURE_NO_DEPRECATE
> define=_SCL_SECURE_NO_DEPRECATE define=_SECURE_SCL=0
> define=_HAS_ITERATOR_DEBUGGING=0 stage
> Class top-level-target already defined
Please provide the output of the above command with --debug-configuration
option, as well as the value of your BOOST_BUILD_PATH environemnt variable
and BOOST_ROOT environment variable (please actually check them with
echo %<NAME>%, not just assume they are not set).
- Volodya