From: sfranke2000 (franke_at_[hidden])
Date: 2002-02-01 11:00:03


--- In boost_at_y..., "David Abrahams" <david.abrahams_at_r...> wrote:
> You must be using some older version of Jam. It's complaining about
the
> argument list, which is a Boost.Jam syntax extension that's been in
place
> for many months.
[...]
> I'm not sure what you're saying. Certainly Boost.Build and
Boost.Jam have
> both been updated since 1.24.0.

Yes, you were right. Although I did install the latest prebuild jam,
there was an older version in my path that stems from my experiments
with 1.24.0!

But even with the correct jam.exe and BOOST_ROOT set correctly, I
can't get it built. The output is

D:\dev\Projects\CreamScript\boost\libs\python>jam -sTOOLS="msvc"
...found 418 targets...
...updating 40 targets...
msvc-C++-action ..\..\libs\python\bin\bpl\msvc\debug\runtime-link-
dynamic\body.o
bj
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.

    CALL "D:\Programme\Microsoft\bin\VCVARS32.BAT" >nul
CALL "Visual\bin\VCVARS3
2.BAT" >nul CALL "Studio\VC98\Bin\bin\VCVARS32.BAT" >nul
    D:\Programme\Microsoft\bin\cl Visual\bin\cl Studio\VC98
\Bin\bin\cl /Zm400 -
nologo -GX -c -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_V2 -
DBOOST_PYTHON_SOURC
E /Zi /Od /Ob0 /GX /GR /MDd -I"..\..\libs\python" -I"." -
I"D:\dev\Projects\Cr
eamScript\boost" -I"c:/tools/python\include" -
I"c:/tools/python\PC" -Fo"..\..\
libs\python\bin\bpl\msvc\debug\runtime-link-dynamic\body.obj" -
Tp"src/converter
\body.cpp"

...failed msvc-C++-
action ..\..\libs\python\bin\bpl\msvc\debug\runtime-link-dyna
mic\body.obj ...
msvc-C++-action ..\..\libs\python\bin\bpl\msvc\debug\runtime-link-
dynamic\handle
.obj
Das System kann den angegebenen Pfad nicht finden.
Das System kann den angegebenen Pfad nicht finden.

[... and so on]

where the error msg "Das System kann den angegebenen Pfad nicht
finden" means "The system cannot find the given path".

What's going wrong?