Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2006-03-07 15:04:24


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\debug\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"

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

The exec test passes, though.

-- 
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