Boost logo

Boost-Build :

From: rob_stewart_lists (rob_stewart_lists_at_[hidden])
Date: 2005-08-21 13:46:37


--- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:
> Rob Stewart <stewart_at_s...> writes:
>
> > 1. Why couldn't bjam create the bin subdirectory?
>
> Unclear. problames from spawn usually mean there was something wrong
> with the command line. Please try adding -d+2 to your bjam
> command-line.
[snip]
> > Clearly, this isn't how things are supposed to work. Any ideas?
>
> Lets' see the output with -d+2. Heck, add -d+4 too, for good measure.

I tried

bjam -d+2 -d+4 -sTOOLS=gcc --prefix=d:/dev/boost
--builddir=d:/tmp/build install >& bjam.out

And got the following output, which hardly looks different
than without those options:

******************************************************
Building Boost.Iostreams with bzip2 support disabled. ECHO To enable
bzip2, consult the Boost.Iostreams documentation
******************************************************
******************************************************
Building Boost.Iostreams with zlib and gzip support disabled.
To enable zlib and gzip, consult the Boost.Iostreams documentation
******************************************************
---------------------------------------------------------------------
*** If you don't need Boost.Python, you can ignore this section ***
*** pass --without-python to suppress this message in the future ***

skipping Boost.Python library build due to missing or incorrect
configuration

couldn't find Python.h in
"/cygwin//usr/local/pydebug/include/python2.2
/cygwin//usr/local/pydebug/include/python2.2
/cygwin//usr/include/python2.2 /cygwin//usr/include/python2.2
/usr/local/pydebug/include/python2.2
/usr/local/pydebug/include/python2.2 /usr/include/python2.2
/usr/include/python2.2 c:/tools/python/include"

You can configure the location of your python installation by setting:
PYTHON_ROOT - currently "c:/tools/python"
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
"c:/tools/python/libs"

For detailed configuration of Boost.Python for Cygwin GCC
under Windows NT please see
http://www.boost.org/libs/python/doc/building.html
---------------------------------------------------------------------
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
MkDir1 d:\tmp\build\bin\boost\libs\date_time\build\boost_date_time.dll

mkdir
"d:\tmp\build\bin\boost\libs\date_time\build\boost_date_time.dll"

spawn: No such file or directory
Executing through .bat file
Executing command [cmd.exe] [/Q/C]
[D:\DOCUME~1\Rob\LOCALS~1\Temp\jam156-00.bat]

 


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