Boost logo

Boost-Build :

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])

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk