Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-21 03:25:29


Hi Michael,

> I just noticed the init parameter list has a syntax error
>
> rule init ( version ? name ? )
> should read
> rule init ( version ? : name ? )
> Without this name cannot be specified.

I'm not sure this is syntax error. I believe that's the way it used to work:

using gcc : 3.3 g++3.3 ;

is the syntax accepted now (both before and after the change we talk about).
If I changed the rule as you suggest, one would have to use:

using gcc : 3.3 : g++3.3 ;

Actually, in another thread I've asked if this change in syntax should be
done, for uniformity, and I think I'll make the change very soon...

- Volodya

 


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