$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Building doc error: 'toolbox' is not a valid property specification
From: Christian Henning (chhenning_at_[hidden])
Date: 2012-11-15 11:10:28
Hi Daniel,
>> Now I get this error:
>>
>> C:/boost/tools/build/v2/build\virtual-target.jam:1106: in
>> virtual-target.register-actual-name from module virtual-target
>> error: Duplicate name of actual target:
>
> I don't know. I tried the files you posted and they worked okay for
> me. When I saw the error I first thought it might be a conflict with
> another jamfile (in which case I think the solution would be to
> specify a project in the jamfile), but the error suggests that the
> conflict is from the same file. It seems that boost build is running
> the jamfile twice but doesn't realise that it's the same file. Is
> there anything in your setup that could cause that?
Since I can build other libaries like boost.function or
boost.algorithm I think my setup should be fine.
Christian