Boost logo

Boost-Build :

From: klapshin (klapshin_at_[hidden])
Date: 2003-04-25 13:46:20


--- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:
> OK, then someone broke default handling of optional features while I
> wasn't looking...
>
> just putting
>
> using msvc : <some-version-number> ;

Ok, I figured it. The correct way of doing it was: add "using msvc : 6
;" to user-config as you suggested, and invoke bjam as "bjam msvc-6".
This way it works.

Trying to invoke build via "bjam" or "bjam msvc" sets setup variable
correctly, but build system never calls setup. So you end up with
bunch of "can't find cl.exe" errors.

Now I can even add

using msvc : 6 ;
using msvc : 7.1 ;

to user-config and compile either one via "bjam msvc-6" or "bjam
msvc-7.1". Awesome!

Thanks for your help!

 


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