1 2 3 4 5 6 7 8 9 10 11 12
|
Compilation en cours...
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h: In member function typename sigc::adaptor_functor<T_functor>::deduce_result_type<T_arg1, void, void, void, void, void, void>::type sigc::adaptor_functor<T_functor>::operator()(T_arg1) const [with T_arg1 = GdkEventMotion* const&, T_functor = sigc::bound_mem_functor1<bool, Interface, GdkEvent*>]:
/usr/include/sigc++-2.0/sigc++/functors/slot.h:137: instantiated from static T_return sigc::internal::slot_call1<T_functor, T_return, T_arg1>::call_it(sigc::internal::slot_rep*, typename sigc::type_trait<T_arg3>::take) [with T_functor = sigc::bound_mem_functor1<bool, Interface, GdkEvent*>, T_return = bool, T_arg1 = GdkEventMotion*]
/usr/include/sigc++-2.0/sigc++/functors/slot.h:144: instantiated from static void* (* sigc::internal::slot_call1<T_functor, T_return, T_arg1>::address())(void*) [with T_functor = sigc::bound_mem_functor1<bool, Interface, GdkEvent*>, T_return = bool, T_arg1 = GdkEventMotion*]
/usr/include/sigc++-2.0/sigc++/functors/slot.h:529: instantiated from sigc::slot1<T_return, T_arg1>::slot1(const T_functor&) [with T_functor = sigc::bound_mem_functor1<bool, Interface, GdkEvent*>, T_return = bool, T_arg1 = GdkEventMotion*]
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1157: instantiated from sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bound_mem_functor1<bool, Interface, GdkEvent*>, T_return = bool, T_arg1 = GdkEventMotion*]
/home/chris/TFE/TestInterface/lib/Interface.cpp:233: instantiated from here
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:84: error: no match for call to (sigc::bound_mem_functor1<bool, Interface, GdkEvent*>) (GdkEventMotion* const&)
/usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1850: note: candidates are: T_return sigc::bound_mem_functor1<T_return, T_obj, T_arg1>::operator()(typename sigc::type_trait<T_arg3>::take) const [with T_return = bool, T_obj = Interface, T_arg1 = GdkEvent*]
make: *** [main] Erreur 1 |