Boost logo

Boost-Build :

From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-10-12 01:06:33


David Abrahams wrote:
> notice: msvc-6.0 detected, command: 'C:\Program Files\Microsoft Visual Studio\VC98\Bin\CL.EXE'
> .
> .
> .
> c:/boost/tools/build/v2/build\feature.jam:272: in implied-subfeature from module feature
> error: "6.0" is not a known subfeature value of <toolset>msvc
>
> What's going on?

Looks like you don't have 'using msvc : 6.0 ;' in site-config or
user-config. Even if a configuration is detected you still have to
enable it. You can use 'using msvc : all ;' to enable all found
configurations.

Best regards/Venlig hilsen,
Alexey Pakhunov.


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