$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Gmeiner (gclbb-jamboost_at_[hidden])
Date: 2003-07-11 06:43:33
Hi!
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
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.
CALL "C:\Programme\Microsoft Visual Studio\bin\VCVARS32.BAT" >nul
"C:\Programme\Microsoft Visual Studio\bin\cl" /Zm800 -nologo -GX - c /Z7
/Od / Ob0 /GX /GR
/MDd -I"..\..\..\libs\filesystem\build" -I"C:\Development\third party\boost
1.30.0" -I"C:\Development\third party\boost
1.30.0" -Fo"..\..\..\libs/filesystem/build/bin/libboost_filesystem.lib\msvc\
debug\run-time-link-dynamic\exception.obj" -Tp"../src\exception.cpp"
...failed vc-C++
..\..\..\libs/filesystem/build/bin/libboost_filesystem.lib\msvc\debug\run-ti
me-link-dynamic\exception.obj...
and so on...
What I am making wrong?
Thanks for your help,
Christian Gmeiner