Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:106:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/aboutdialog.h:32:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/window.h:36:
- /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/application.h:761:7: warning: deleting pointer to incomplete type 'Gtk::Window' may cause undefined behavior [-Wdelete-incomplete]
- delete window;
- ^ ~~~~~~
- /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/widget.h:76:17: note: forward declaration of 'Gtk::Window'
- class GTKMM_API Window;
- ^
- In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:103:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/binding.h:22:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/object.h:29:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/objectbase.h:22:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/signalproxy.h:27:
- In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/sigc++.h:118:
- In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/signal.h:25:
- In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/signal_base.h:27:
- In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:24:
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/adaptors/adaptor_trait.h:100:12: error: no matching function for call to 'invoke'
- return std::invoke(functor_, std::forward<T_arg>(arg)...);
- ^~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits:4367:23: note: in instantiation of function template specialization 'sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> >::operator()<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &>' requested here
- _LIBCPP_INVOKE_RETURN(_VSTD::forward<_Fp>(__f)(_VSTD::forward<_Args>(__args)...))
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_ABI_NAMESPACE
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1358:5: note: while substituting deduced template arguments into function template '__invoke_constexpr' [with _Fp = sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, _Args = <const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &>]
- _VSTD::__invoke_constexpr(
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_ABI_NAMESPACE
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1355:26: note: in instantiation of exception specification for '__apply_tuple_impl<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &, 0, 1>' requested here
- constexpr decltype(auto) __apply_tuple_impl(_Fn && __f, _Tuple && __t,
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1367:12: note: in instantiation of function template specialization 'std::__1::__apply_tuple_impl<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &, 0, 1>' requested here
- _VSTD::__apply_tuple_impl(
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1365:26: note: in instantiation of exception specification for 'apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- constexpr decltype(auto) apply(_Fn && __f, _Tuple && __t)
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/adaptors/bind.h:193:17: note: in instantiation of function template specialization 'std::__1::apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- return std::apply(this->functor_, t_with_bound);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:154:44: note: in instantiation of function template specialization 'sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >::operator()<const int &>' requested here
- return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:160:79: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::call_it' requested here
- static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:238:82: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::address' requested here
- slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
- ^
- /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:18:39: note: in instantiation of function template specialization 'sigc::slot<void (int)>::slot<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> > >' requested here
- dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/functional:2773:1: note: candidate template ignored: substitution failure [with _Fn = sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> &, _Args = <const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &>]: no type named 'type' in 'std::__1::result_of<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> &(const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &)>'
- invoke(_Fn&& __f, _Args&&... __args)
- ^
- In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/base64.h:23:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:505:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string_view:176:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__string:57:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:644:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:663:
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1358:5: error: attempt to use a deleted function
- _VSTD::__invoke_constexpr(
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_ABI_NAMESPACE
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1355:26: note: in instantiation of exception specification for '__apply_tuple_impl<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &, 0, 1>' requested here
- constexpr decltype(auto) __apply_tuple_impl(_Fn && __f, _Tuple && __t,
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1367:12: note: in instantiation of function template specialization 'std::__1::__apply_tuple_impl<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &, 0, 1>' requested here
- _VSTD::__apply_tuple_impl(
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1365:26: note: in instantiation of exception specification for 'apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- constexpr decltype(auto) apply(_Fn && __f, _Tuple && __t)
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/adaptors/bind.h:193:17: note: in instantiation of function template specialization 'std::__1::apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- return std::apply(this->functor_, t_with_bound);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:154:44: note: in instantiation of function template specialization 'sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >::operator()<const int &>' requested here
- return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:160:79: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::call_it' requested here
- static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:238:82: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::address' requested here
- slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
- ^
- /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:18:39: note: in instantiation of function template specialization 'sigc::slot<void (int)>::slot<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> > >' requested here
- dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits:1686:5: note: '~__nat' has been explicitly marked deleted here
- ~__nat() = delete;
- ^
- In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/base64.h:23:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:505:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string_view:176:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__string:57:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:644:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:663:
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1358:5: error: attempt to use a deleted function
- _VSTD::__invoke_constexpr(
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_ABI_NAMESPACE
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1367:12: note: in instantiation of function template specialization 'std::__1::__apply_tuple_impl<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &, 0, 1>' requested here
- _VSTD::__apply_tuple_impl(
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1365:26: note: in instantiation of exception specification for 'apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- constexpr decltype(auto) apply(_Fn && __f, _Tuple && __t)
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/adaptors/bind.h:193:17: note: in instantiation of function template specialization 'std::__1::apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- return std::apply(this->functor_, t_with_bound);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:154:44: note: in instantiation of function template specialization 'sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >::operator()<const int &>' requested here
- return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:160:79: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::call_it' requested here
- static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:238:82: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::address' requested here
- slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
- ^
- /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:18:39: note: in instantiation of function template specialization 'sigc::slot<void (int)>::slot<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> > >' requested here
- dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits:1686:5: note: '~__nat' has been explicitly marked deleted here
- ~__nat() = delete;
- ^
- In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
- In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:100:
- In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/base64.h:23:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:505:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string_view:176:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__string:57:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:644:
- In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:663:
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1367:5: error: no matching function for call to '__apply_tuple_impl'
- _VSTD::__apply_tuple_impl(
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
- #define _VSTD std::_LIBCPP_ABI_NAMESPACE
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1351:79: note: expanded from macro '_LIBCPP_NOEXCEPT_RETURN'
- #define _LIBCPP_NOEXCEPT_RETURN(...) noexcept(noexcept(__VA_ARGS__)) { return __VA_ARGS__; }
- ^~~~~~~~~~~
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/adaptors/bind.h:193:17: note: in instantiation of function template specialization 'std::__1::apply<sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &>' requested here
- return std::apply(this->functor_, t_with_bound);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:154:44: note: in instantiation of function template specialization 'sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >::operator()<const int &>' requested here
- return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:160:79: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::call_it' requested here
- static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
- ^
- /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:238:82: note: in instantiation of member function 'sigc::internal::slot_call<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> >, void, int>::address' requested here
- slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
- ^
- /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:18:39: note: in instantiation of function template specialization 'sigc::slot<void (int)>::slot<sigc::bind_functor<-1, sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *>, std::__1::shared_ptr<Gtk::FileChooserNative> > >' requested here
- dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
- ^
- /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1355:26: note: candidate template ignored: substitution failure [with _Fn = sigc::adaptor_functor<sigc::bound_mem_functor<void (MyWindow::*)(int, Gtk::FileChooserNative *), int, Gtk::FileChooserNative *> > &, _Tuple = const std::__1::tuple<const int &, std::__1::shared_ptr<Gtk::FileChooserNative> &> &, _Id = <0, 1>]
- constexpr decltype(auto) __apply_tuple_impl(_Fn && __f, _Tuple && __t,
- ^
- 1 warning and 4 errors generated.
- [Finished in 3.3s with exit code 1]
- [shell_cmd: g++ -std=c++2a -Wall "/Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp" -o "/Users/Vulpes-Vulpeos/Downloads/gtkmm test/main" `pkg-config gtkmm-4.0 --cflags --libs` && open -a Terminal.app '/Users/Vulpes-Vulpeos/Downloads/gtkmm test/main']
- [dir: /Users/Vulpes-Vulpeos/Downloads/gtkmm test]
- [path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS]
Add Comment
Please, Sign In to add comment