$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-08 03:15:42
Hi J?rgen,
> I'm getting strange build errors since the weekend. Sorry for the late
> report, but I could only check my cron runs yesterday :-((
>
> When going to the boost root and running "bjam --v2" I get
>
> hunold_at_lin17 ~/packages/boost $ bjam --v2
> /ive/hunold/packages/boost/tools/build/v2/build/targets.jam:1265: in
> targets.tag-name from module targets error: Both <tag> and <name>
> properties specified
> /ive/hunold/packages/boost/tools/build/v2/tools/stage.jam:128: in
> construct from module object(stage-target-class)@1
The error says you have both <tag> and <name> properties on some 'stage'
rule. Could you check what stage rules have <tag> requirement, and give the
their definition?
- Volodya