$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-06 11:13:06
David Abrahams wrote:
> OK, I fixed that and got past dependency_test. However, it appears
> that the problem with setup not getting called for the MSVC link
> command is back. You can see it yourself by doing
>
> bjam -n msvc-6.5
>
> in the direct-request-test directory.
Fixed, but can't commit due to repository being locked. However, you can
easily fix the problem yourself in your local copy.
1. Change line 590 of virtual-targets.jam (where set-target-variables are
called) to pass *all* actual targets to set-target-variables
2. Adjust the parameter list for set-target-variables to accept several
targets.
I don't know what's up.... but seems like Jam mishandles the case where
variable is set on only one target, while action produces two.
- Volodya