|
Boost-Build : |
From: ssalmehe (ssalmehe_at_[hidden])
Date: 2004-05-05 14:50:35
I am trying to build boost libraries with jam using msvc compiler. I
ran vcvars32.bat and if I do:
bjam "-sTOOLS=msvc"
I get:
skipping Boost.Python library build due to missing or incorrect
configuration
couldn't find Python.h in "/usr/include"
You can configure the location of your python installation by setting:
PYTHON_ROOT - currently "/usr"
PYTHON_VERSION - The 2-part python Major.Minor version number (e.g.
"2.2", NOT "2.2.1") - currently "2.2"
The following are automatically configured from PYTHON_ROOT if not
otherwise set:
PYTHON_LIB_PATH - path to Python library object; currently
"/usr/libs"
---------------------------------------------------------------------
...found 2178 targets...
...updating 476 targets...
MkDir1 libs\regex\build\bin-stage
spawn: No such file or directory
I don't have 'spawn(.exe)' anywhere in the machine directories. I
have 'vcspawn.exe' though. What am I missing? Thanks.
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk