Following Joost's advice I upgraded to MSVC 2010. But now I'm no longer able to compile LyX. I get tons of errors like these:

--------------------
d:\lyxsvn\lyx-devel\src\frontends\qt4\InGuiThread.h(100) : error C2780: 'boost::
_bi::bind_t<R,F,_bi::list_av_8<A1,A2,A3,A4,A5,A6,A7,A8>::type> boost::bind(boost
::type<T>,F,A1,A2,A3,A4,A5,A6,A7,A8)' : expects 10 arguments - 9 provided
        D:\LyXSVN\lyx-devel/boost\boost/bind/bind.hpp(1444) : see declaration of
 'boost::bind'
d:\lyxsvn\lyx-devel\src\frontends\qt4\InGuiThread.h(100) : error C2784: 'boost::
_bi::bind_t<R,F,_bi::list_av_7<A1,A2,A3,A4,A5,A6,A7>::type> boost::bind(boost::t
ype<T>,F,A1,A2,A3,A4,A5,A6,A7)' : could not deduce template argument for 'boost:
:type<T>' from 'int (__cdecl *)(const lyx::docstring &,const lyx::docstring &,in
t,int,const lyx::docstring &,const lyx::docstring &,const lyx::docstring &,const
 lyx::docstring &)'
        D:\LyXSVN\lyx-devel/boost\boost/bind/bind.hpp(1436) : see declaration of
 'boost::bind'
d:\lyxsvn\lyx-devel\src\frontends\qt4\InGuiThread.h(100) : error C2780: 'boost::
_bi::bind_t<R,F,_bi::list_av_6<A1,A2,A3,A4,A5,A6>::type> boost::bind(boost::type
<T>,F,A1,A2,A3,A4,A5,A6)' : expects 8 arguments - 9 provided
        D:\LyXSVN\lyx-devel/boost\boost/bind/bind.hpp(1428) : see declaration of
 'boost::bind'
d:\lyxsvn\lyx-devel\src\frontends\qt4\InGuiThread.h(100) : error C2780: 'boost::
_bi::bind_t<R,F,_bi::list_av_5<A1,A2,A3,A4,A5>::type> boost::bind(boost::type<T>
,F,A1,A2,A3,A4,A5)' : expects 7 arguments - 9 provided
        D:\LyXSVN\lyx-devel/boost\boost/bind/bind.hpp(1420) : see declaration of
 'boost::bind'
d:\lyxsvn\lyx-devel\src\frontends\qt4\InGuiThread.h(100) : error C2780: 'boost::
_bi::bind_t<R,F,_bi::list_av_4<A1,A2,A3,A4>::type> boost::bind(boost::type<T>,F,
A1,A2,A3,A4)' : expects 6 arguments - 9 provided
        D:\LyXSVN\lyx-devel/boost\boost/bind/bind.hpp(1412) : see declaration of
 'boost::bind'
--------------------------------

I'm using Joost#s dependency package for MSVC 2010.

Any ideas?

thanks and regards
Uwe

Reply via email to