Boost logo

Boost :

Subject: Re: [boost] modular-boost comile error
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-12-02 21:46:42


AMDG

On 12/02/2013 04:09 PM, Vicente J. Botet Escriba wrote:
>
> Im getting this error when compiling several tool sets on the same
> command line.
> <snip>
>
> ./b2 toolset=clang-3.2xl,darwin-4.8.1x -l 300 -j6
>
> <snip>
> /Users/viboes/github/modular-boost/tools/build/v2/build/virtual-target.jam:1099:
> in virtual-target.register-actual-name from module virtual-target
> error: Duplicate name of actual target: <pstage/lib>libboost_atomic.dylib
> <snip>
> error: created from libs/atomic/build/boost_atomic
> error: added properties: <toolset-darwin:version>4.8.1x <toolset>darwin
> error: removed properties: <toolset-clang:platform>darwin
> <toolset-clang:version>3.2xl <toolset>clang
> <snip>
>

This has nothing to do with the git transition.
You'd get the same error with any release since
--layout=system was made the default for non-Windows.
You need --layout=versioned or --layout=tagged to
build with multiple toolsets.

In Christ,
Steven Watanabe


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