$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2008-01-16 09:33:13
Gennadiy Rozental wrote:
> 1. Even if it caused by any of them, it's still a problem in Boost.Build -
> no one but you can explain what all that giberish above means. Can you give
> us short description in layman terms what is wrong here.
>
I think this is the key line: "error: <tag>@rulename is present but is
not the only <tag> feature"
I believe it means that a target has two <tag>@rulename being applied to
it, most likely through propagation, probably from the boost libs.
Phillip