$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-11 07:10:33
Christian Gmeiner wrote:
> I am trying to compile the filesystem lib.
>
> I set this enviroment stuff:
>
> VISUALC=C:\Programme\Microsoft Visual Studio
> JAM_TOOLSET=VISUALC
> BOOST_ROOT=C:\Development\third party\boost 1.30.0
FWIW, the first two variables are not necessary and have no effect.
> Then i change to C:\Development\third party\boost
> 1.30.0\libs\filesystem\build and enter bjam "-sTOOLS=msvc".
>
> ...found 428 targets...
> ...updating 12 targets...
> vc-C++
> ..\..\libs/filesystem/build/bin/libboost_filesystem.lib\msvc\debug\run-time
>- link-dynamic\exception.obj
> System cant find indicated path. (translated from german to englisch)
> System cant find indicated path.
[...]
> What I am making wrong?
Could you please tell what version of boost, and what version of bjam are you
using.
- Volodya