$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-15 01:45:18
Andreas Fabri wrote:
>
> Hello,
>
>
> I first executed C:\Program Files\Microsoft Visual Studio
> 8\Common7\Tools\vsvars32.bat
> I then called bjam "-sTools=vc-8_0" install
Is this the literal command you gave? Then I think you have to use:
bjam "-sTOOLS=vc-8_0" install
(note upper-case TOOLS)
- Volodya