Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2005-04-28 06:52:52


Vladimir Prus <ghost_at_[hidden]> writes:

> Ouch! The site-config file initializes stlport, which is a project itself, and
> so tries to inherit from 'user-config', that's not defined yet!
>
> I've modified the logic so that "standlone" project (those that don't
> correspond to Jamfiles), do not inherit from user-config.
>
> Can you try again?

Here we go:

The results are still wrong, and really weird now! Why doesn't the
first compile command line appear directly after msvc.compile.c++ ?
Why are any tests showing up as **passed**?

-*- mode: compilation; default-directory: "c:/boost/libs/python/test/" -*-
bjam --v2 msvc-6.5
******************************************************

Building Boost.Regex with Unicode/ICU support disabled.
HINT: define the environment variable ICU_PATH to point to the
root directy of your ICU installation if you have one.
Couldn't find utypes.h in

******************************************************
...patience...
...found 2227 targets...
...updating 897 targets...
MkDir1 ..\..\..\bin.v2\libs\python
MkDir1 ..\..\..\bin.v2\libs\python\test
MkDir1 ..\..\..\bin.v2\libs\python\test\object_fail1.test
MkDir1 ..\..\..\bin.v2\libs\python\test\object_fail1.test\msvc-6.5
MkDir1 ..\..\..\bin.v2\libs\python\test\object_fail1.test\msvc-6.5\debug
msvc.compile.c++ ..\..\..\bin.v2\libs\python\test\object_fail1.test\msvc-6.5\debug\object_fail1.obj ..\..\..\bin.v2\libs\python\test\object_fail1.test\msvc-6.5\debug\object_fail1_cpp.rsp
object_fail1.cpp
..\..\..\boost/python/detail/wrap_python.hpp(30) : fatal error C1083: Cannot open include file: 'pyconfig.h': No such file or directory
(failed-as-expected) ..\..\..\bin.v2\libs\python\test\object_fail1.test\msvc-6.5\debug\object_fail1.obj
**passed** ..\..\..\bin.v2\libs\python\test\object_fail1.test\msvc-6.5\debug\object_fail1.test
MkDir1 ..\..\..\bin.v2\libs\python\build
MkDir1 ..\..\..\bin.v2\libs\python\build\msvc-6.5
MkDir1 ..\..\..\bin.v2\libs\python\build\msvc-6.5\debug
msvc.compile.c++ ..\..\..\bin.v2\libs\python\build\msvc-6.5\debug\numeric.obj ..\..\..\bin.v2\libs\python\build\msvc-6.5\debug\numeric_cpp.rsp
numeric.cpp
..\..\..\boost/python/detail/wrap_python.hpp(30) : fatal error C1083: Cannot open include file: 'pyconfig.h': No such file or directory

call "C:\Program Files\Microsoft Visual Studio\VC98\bin\vcvars32.bat" > nul
cl /Zm800 -nologo -TP /Z7 /Od /Ob0 /EHsc /GR /MDd @"..\..\..\bin.v2\libs\python\build\msvc-6.5\debug\numeric_cpp.rsp" -c -Fo"..\..\..\bin.v2\libs\python\build\msvc-6.5\debug\numeric.obj"

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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