Boost LuaBind Half-Life 2 Issue
Secretive Loon <[email protected]>
| Newsgroups | gmane.comp.lib.boost.langbinding |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to implement LuaBind in Half-Life 2 and I'm getting strange compiler errors. I'm not using any luabind functions, I'm just including the hpp at the moment. It's just one line producing the errors but it produces over a hundred. Here's the line: in function.hpp at line 28: object fn = make_function(L, f, deduce_signature(f), policies); and here are the errors it produces: Error 2 error C2780: 'boost::mpl::vector12<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 3 error C2784: 'boost::mpl::vector12<R,const T&,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 4 error C2780: 'boost::mpl::vector12<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 5 error C2784: 'boost::mpl::vector12<R,T&,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 6 error C2784: 'boost::mpl::vector11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6,A7,A8,A9)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 7 error C2780: 'boost::mpl::vector11<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6,A7,A8> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 8 error C2784: 'boost::mpl::vector11<R,const T&,A0,A1,A2,A3,A4,A5,A6,A7,A8> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 9 error C2780: 'boost::mpl::vector11<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6,A7,A8> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 10 error C2784: 'boost::mpl::vector11<R,T&,A0,A1,A2,A3,A4,A5,A6,A7,A8> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7,A8)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 11 error C2784: 'boost::mpl::vector10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6,A7,A8),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6,A7,A8)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 12 error C2780: 'boost::mpl::vector10<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6,A7> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 13 error C2784: 'boost::mpl::vector10<R,const T&,A0,A1,A2,A3,A4,A5,A6,A7> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 14 error C2780: 'boost::mpl::vector10<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6,A7> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 15 error C2784: 'boost::mpl::vector10<R,T&,A0,A1,A2,A3,A4,A5,A6,A7> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6,A7)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 16 error C2784: 'boost::mpl::vector9<T0,T1,T2,T3,T4,T5,T6,T7,T8> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6,A7),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6,A7)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 17 error C2780: 'boost::mpl::vector9<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 18 error C2784: 'boost::mpl::vector9<R,const T&,A0,A1,A2,A3,A4,A5,A6> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 19 error C2780: 'boost::mpl::vector9<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5,A6> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 20 error C2784: 'boost::mpl::vector9<R,T&,A0,A1,A2,A3,A4,A5,A6> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5,A6)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 21 error C2784: 'boost::mpl::vector8<T0,T1,T2,T3,T4,T5,T6,T7> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3,A4,A5,A6)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 22 error C2780: 'boost::mpl::vector8<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 23 error C2784: 'boost::mpl::vector8<R,const T&,A0,A1,A2,A3,A4,A5> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 24 error C2780: 'boost::mpl::vector8<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4,A5> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 25 error C2784: 'boost::mpl::vector8<R,T&,A0,A1,A2,A3,A4,A5> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4,A5))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4,A5)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 26 error C2784: 'boost::mpl::vector7<T0,T1,T2,T3,T4,T5,T6> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3,A4,A5),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3,A4,A5)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 27 error C2780: 'boost::mpl::vector7<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 28 error C2784: 'boost::mpl::vector7<R,const T&,A0,A1,A2,A3,A4> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 29 error C2780: 'boost::mpl::vector7<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3,A4> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 30 error C2784: 'boost::mpl::vector7<R,T&,A0,A1,A2,A3,A4> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3,A4))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3,A4)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 31 error C2784: 'boost::mpl::vector6<T0,T1,T2,T3,T4,T5> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3,A4),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3,A4)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 32 error C2780: 'boost::mpl::vector6<R,const most_derived<T,Wrapped>::type&,A0,A1,A2,A3> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 33 error C2784: 'boost::mpl::vector6<R,const T&,A0,A1,A2,A3> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 34 error C2780: 'boost::mpl::vector6<R,most_derived<T,Wrapped>::type&,A0,A1,A2,A3> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 35 error C2784: 'boost::mpl::vector6<R,T&,A0,A1,A2,A3> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2,A3))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2,A3)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 36 error C2784: 'boost::mpl::vector5<T0,T1,T2,T3,T4> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2,A3),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2,A3)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 37 error C2780: 'boost::mpl::vector5<R,const most_derived<T,Wrapped>::type&,A0,A1,A2> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 38 error C2784: 'boost::mpl::vector5<R,const T&,A0,A1,A2> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 39 error C2780: 'boost::mpl::vector5<R,most_derived<T,Wrapped>::type&,A0,A1,A2> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 40 error C2784: 'boost::mpl::vector5<R,T&,A0,A1,A2> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1,A2))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1,A2)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 41 error C2784: 'boost::mpl::vector4<T0,T1,T2,T3> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1,A2),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1,A2)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 42 error C2780: 'boost::mpl::vector4<R,const most_derived<T,Wrapped>::type&,A0,A1> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 43 error C2784: 'boost::mpl::vector4<R,const T&,A0,A1> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 44 error C2780: 'boost::mpl::vector4<R,most_derived<T,Wrapped>::type&,A0,A1> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 45 error C2784: 'boost::mpl::vector4<R,T&,A0,A1> luabind::detail::deduce_signature(R (__thiscall T::* )(A0,A1))' : could not deduce template argument for 'R (__thiscall T::* )(A0,A1)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 46 error C2784: 'boost::mpl::vector3<T0,T1,T2> luabind::detail::deduce_signature(R (__cdecl *)(A0,A1),...)' : could not deduce template argument for 'R (__cdecl *)(A0,A1)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 47 error C2780: 'boost::mpl::vector3<R,const most_derived<T,Wrapped>::type&,A0> luabind::detail::deduce_signature(R (__thiscall T::* )(A0) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 48 error C2784: 'boost::mpl::vector3<R,const T&,A0> luabind::detail::deduce_signature(R (__thiscall T::* )(A0) const)' : could not deduce template argument for 'R (__thiscall T::* )(A0) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 49 error C2780: 'boost::mpl::vector3<R,most_derived<T,Wrapped>::type&,A0> luabind::detail::deduce_signature(R (__thiscall T::* )(A0),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 50 error C2784: 'boost::mpl::vector3<R,T&,A0> luabind::detail::deduce_signature(R (__thiscall T::* )(A0))' : could not deduce template argument for 'R (__thiscall T::* )(A0)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 51 error C2784: 'boost::mpl::vector2<T0,T1> luabind::detail::deduce_signature(R (__cdecl *)(A0),...)' : could not deduce template argument for 'R (__cdecl *)(A0)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 52 error C2780: 'boost::mpl::vector2<R,const most_derived<T,Wrapped>::type&> luabind::detail::deduce_signature(R (__thiscall T::* )(void) const,Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 53 error C2784: 'boost::mpl::vector2<R,const T&> luabind::detail::deduce_signature(R (__thiscall T::* )(void) const)' : could not deduce template argument for 'R (__thiscall T::* )(void) const' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 54 error C2780: 'boost::mpl::vector2<R,most_derived<T,Wrapped>::type&> luabind::detail::deduce_signature(R (__thiscall T::* )(void),Wrapped *)' : expects 2 arguments - 1 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 55 error C2784: 'boost::mpl::vector2<R,T&> luabind::detail::deduce_signature(R (__thiscall T::* )(void))' : could not deduce template argument for 'R (__thiscall T::* )(void)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 56 error C2784: 'boost::mpl::vector1<T0> luabind::detail::deduce_signature(R (__cdecl *)(void),...)' : could not deduce template argument for 'R (__cdecl *)(void)' from 'void (__cdecl *const )(const tchar *,...)' c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic Error 57 error C2780: 'luabind::adl::object luabind::make_function(lua_State *,F)' : expects 2 arguments - 4 provided c:\HL2AITools02\src\lua\luabind-0.8.1\luabind\function.hpp 28 Server Episodic The strange thing is that it's saying that it's expecting a different number of arguments, for example, in the very last error. But when I go to the functions definition, the definition has four arguments too: object make_function(lua_State* L, F f, Signature, Policies) Any ideas what might be causing this? All ideas are appreciated :) ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Boost-langbinding mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/boost-langbinding