$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2006-06-24 15:29:16
Andrei Melnikov wrote:
> http://www.boost.org/tools/build/jam_src/Jam.html
> This is the best language reference we have now.
It's somewhat incomplete. Besides, BJam has some strange quirks which
can be hard to debug.
For example, I've spent a LOT of time trying to debug my code. It turned
out that:
rule test ( a b * c : d )
should have been:
rule test ( a b * : c : d )
I think we need to create a section in Wiki to collect all cases of such
behaviour.
PS: My BJamC++ issues an error on this code ;)
-- With respect, Alex Besogonov (cyberax_at_[hidden])