Can't build Python-lib with VC
Hi all,
i'm trying to build the Boost-Python library (Version 1.26.0) with
VS6 using SP6 and i get the following ErrorMsg.
Compiling...
types.cpp
..\..\..\boost/bind/mem_fn_template.hpp(135) : error
C2562: '()' : 'void' function returning a
value ..\..\..\boost/bind/mem_fn_template.hpp(133) : see declaration
of '()' ..\..\..\boost/bind.hpp(735) : see reference to function
template instantiation 'void __thiscall boost::_mfi::cmf1
From: "swbuddy2001"
Hi all,
i'm trying to build the Boost-Python library (Version 1.26.0) with VS6 using SP6 and i get the following ErrorMsg. [...] Any suggestions what i can do to get types.cpp compiled?
Please use the latest version of mem_fn from the CVS. -- Peter Dimov Multi Media Ltd.
Thank you Peter,
with your tip i got a little further. But it doesen't solve the
problem completely.
Now i get an internal compiler error during the compilation of
types.cpp!
When i turn of the debug info (within Visual Studio) for this file
the compilation succedes.
Using Jam to build the component doesen't work.
--
Juergen
--- In Boost-Users@y..., "Peter Dimov"
From: "swbuddy2001"
Hi all,
i'm trying to build the Boost-Python library (Version 1.26.0) with VS6 using SP6 and i get the following ErrorMsg. [...] Any suggestions what i can do to get types.cpp compiled?
Please use the latest version of mem_fn from the CVS.
-- Peter Dimov Multi Media Ltd.
From: "swbuddy2001"
Thank you Peter,
with your tip i got a little further. But it doesen't solve the problem completely.
Now i get an internal compiler error during the compilation of types.cpp!
When i turn of the debug info (within Visual Studio) for this file the compilation succedes.
Using Jam to build the component doesen't work.
I just tried to build types.cpp, using the latest versions of bind/mem_fn and boost.python from the CVS, Python 2.1 headers/libs, and MSVC 6 SP5 (12.00.8804) with /Zi. It worked. Did you update the internal mem_fn headers (boost/bind/mem_fn*.hpp)? -- Peter Dimov Multi Media Ltd.
--- In Boost-Users@y..., "Peter Dimov"
I just tried to build types.cpp, using the latest versions of
bind/mem_fn
and boost.python from the CVS, Python 2.1 headers/libs, and MSVC 6 SP5 (12.00.8804) with /Zi. It worked.
Did you update the internal mem_fn headers (boost/bind/mem_fn*.hpp)?
-- Peter Dimov Multi Media Ltd.
No, i didn't update the files boost/bind/* files for the latest try. I'm going to do this next week and tell you the results. -- Juergen Denner
participants (2)
-
Peter Dimov
-
swbuddy2001