Boost logo

Boost :

From: sfranke2000 (franke_at_[hidden])
Date: 2002-02-01 15:31:05


...on Win32(Win2k) with MSVC6?

Thanks, David, for your last answer. Calling vcvars32.bat explicitely
solves the problem that the M$ tools are not found.

But the last hours I tried to arrange everything exactly like it seems
to be expected by the default settings

- Put Boost into c:\boost and set BOOST_ROOT accordingly
- Put a Python source distro into c:\tools\python

It still doesn't work, and I'm slowly going crazy. Look at the
following shell command. Current dir is C:\boost\libs\python and
BOOST_ROOT is again passed to jam explicitely.

The compiler complains that it can't include
'boost/python/converter/body.hpp', but of course
the file *is* at that very relative position to BOOST_ROOT.

And no, it's not due to missing path delimiters at the end of the
environment variables or so.

Same with the subsequent errors. What am I doing wrong? *Please* help
me. I'd really would love to use Boost.Python if it would let me.

If anyone has the current B.Py running under MSVC/Win2k maybe you can
copy or describe me your environment?

Stefan

-----------------------------------------------------------------

C:\boost\libs\python>jam -sTOOLS="MSVC" -sBOOST_ROOT=c:\boost
don't know how to make <python-library@>python21.lib
...found 292 targets...
...updating 28 targets...
...can't find 1 target...
...can't make 12 targets...
msvc-C++-action ..\..\libs\python\bin\bpl\MSVC\debug\body.obj
body.cpp
src/converter\body.cpp(6) : fatal error C1083: Cannot open include
file: 'boost/
python/converter/body.hpp': No such file or directory

    cl /Zm400 -nologo -GX -c -I"..\..\libs\python" -I"." -
I"c:/tools/python
\include" -I"c:/tools/python\PC" -I"D:\PROGRA~1\MICROS~1\VC98
\include" -Fo"..\
..\libs\python\bin\bpl\MSVC\debug\body.obj" -
Tp"src/converter\body.cpp"

...failed msvc-C++-
action ..\..\libs\python\bin\bpl\MSVC\debug\body.obj ...
msvc-C++-action ..\..\libs\python\bin\bpl\MSVC\debug\handle.obj
handle.cpp
src/converter\handle.cpp(6) : fatal error C1083: Cannot open include
file: 'boos
t/python/converter/handle.hpp': No such file or directory

    cl /Zm400 -nologo -GX -c -I"..\..\libs\python" -I"." -
I"c:/tools/python
\include" -I"c:/tools/python\PC" -I"D:\PROGRA~1\MICROS~1\VC98
\include" -Fo"..\
..\libs\python\bin\bpl\MSVC\debug\handle.obj" -
Tp"src/converter\handle.cpp"

...failed msvc-C++-
action ..\..\libs\python\bin\bpl\MSVC\debug\handle.obj ...
msvc-C++-action ..\..\libs\python\bin\bpl\MSVC\debug\registry.obj
registry.cpp
src/converter\registry.cpp(7) : fatal error C1083: Cannot open
include file: 'bo
ost/python/converter/unwrapper.hpp': No such file or directory


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk