Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-06-18 12:18:47


Reece Dunn wrote:
> Note that if they are in the default locations, you can just have:
>
> using msvc : 6.0 ;
> using msvc : 7.1 ;
>

Occasionally I discovered I can say:
using msvc : all ;

> You need to either say (if I have this correct), the verbose:
>
> bjam --v2 toolset=msvc toolset:version=6.0

No this one does not work. It complains about toolset:version beeing
unknown.

> Or, with V2 you can say this more simply as:
>
> bjam --v2 msvc-6.0

I tried
bjam --v2 toolset=msvc-6.0

which finally did it.

BTW.: besides not having been able to understand the documentation
correctly (maybe others will have similar troubles starting up?), I
found that boost library version v2 Jamfiles do not yet compile the library.
Is this a known issue? Or am I trying something stupid?

What puzzles me is, that e.g. some builds are trying to invoke bison.
Is this really intended?

Regards,
Roland


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