Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-09 10:43:59


On Tuesday 07 March 2006 23:04, David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > Hi,
> > I've comitted some changes to fix the remaining Python issues. If
> > somebody could run
> >
> > bjam --v2 select_from_python_test exec
> >
> > in the libs/python/test directory on Windows/msvc and verify that tests
> > pass, this would be great.
>
> New problem:
>
> select_from_python_test.cpp
> ..\..\..\boost/python/detail/wrap_python.hpp(50) : fatal error C1083:
> Cannot open include file: 'pyconfig.h': No such file or directory
>
> call "c:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
> x86 >nul cl /Zm800 -nologo -TP /Z7 /Od /Ob0 /W0 /GR /MDd /Zc:forScope
> /Zc:wchar_t /wd4675 /EHs
> @"..\..\..\bin.v2\libs\python\test\select_from_python_test.test\msvc-8.0\de
>bug\select_from_python_test.obj.rsp" -c
> -Fo"..\..\..\bin.v2\libs\python\test\select_from_python_test.test\msvc-8.0\
>debug\select_from_python_test.obj"

Ah, I made this test completely independent from Python. Fixed now, can you
try again.

>
> I note there's no /I option there at all.

They all are in response file. I have a patch that prints contents of response
files, but it's not ready yet.

> The exec test passes, though.

That's good.

- Volodya


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