$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: canontriplex (canontriplex_at_[hidden])
Date: 2002-02-05 13:05:19
I get this error when trying to build python libraries with jam
..\..\..\boost/bind/mem_fn_template.hpp(135) : error 
C2562: '()' : 'void' functi
on returning a value
        ..\..\..\boost/bind/mem_fn_template.hpp(133) : see 
declaration of '()'
        ..\..\..\boost/bind.hpp(735) : see reference to function 
template instan
tiation 'void __thiscall boost::_mfi::cmf1<void,class 
boost::python::detail::typ
e_object_base,struct _object *>::operator ()(class 
boost::python::detail::type_o
bject_base *const & ,struct _object *) const' being compiled
    C:\PROGRA~1\MICROS~4\VC98\bin\cl  /Zm400 -nologo -GX -c  -
D_DEBUG  /Zi /Od /
Ob0 /GX /GR /MDd   -I"..\..\..\libs\python\build" -I"." -I"..\..\.." -
I"c:\tools
\python\include"  -I"C:\PROGRA~1\MICROS~4\VC98\include"  -
Fo"..\..\..\libs\pytho
n\build\bin\libboost_python\msvc\debug\runtime-link-
dynamic\types.obj"  -Tp"../s
rc\types.cpp"
...failed msvc-C++-
action ..\..\..\libs\python\build\bin\libboost_python\msvc\de
bug\runtime-link-dynamic\types.obj ...
...skipped <libs!python!build\libboost_python\msvc\debug\runtime-link-
dynamic>li
bboost_python.lib for lack of <libs!python!
build\libboost_python\msvc\debug\runt
ime-link-dynamic>types.obj...
any ideas?
Vin