Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2005-05-24 09:18:57


building from libs/python/test

For some reason <define>BOOST_PYTHON_SOURCE isn't getting applied,
even though it's in the target requirements for lib boost_python. Any
clues?

msvc.compile.c++ ..\..\..\bin.v2\libs\python\test\select_from_python_test.test\msvc-8.0\debug\type_id.obj
type_id.cpp
..\..\..\libs\python\src\converter\type_id.cpp(121) : error C2491: 'boost::python::operator <<' : definition of dllimport function not allowed
..\..\..\libs\python\src\converter\type_id.cpp(128) : error C2491: 'boost::python::detail::operator <<' : definition of dllimport function not allowed

call "C:\Program Files\Microsoft Visual Studio 8\VC\\bin\vcvars32.bat" > nul
cl /Zm800 -nologo -TP /Z7 /Od /Ob0 /EHsc /GR /MDd @"..\..\..\bin.v2\libs\python\test\select_from_python_test.test\msvc-8.0\debug\type_id.obj.rsp" -c -Fo"..\..\..\bin.v2\libs\python\test\select_from_python_test.test\msvc-8.0\debug\type_id.obj" && del "..\..\..\bin.v2\libs\python\test\select_from_python_test.test\msvc-8.0\debug\type_id.obj.rsp"

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