Vulpes-Vulpeos

gtkmm 4/C++ app build error log

Aug 8th, 2021
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.56 KB | None | 0 0
  1. In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
  2. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:106:
  3. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/aboutdialog.h:32:
  4. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/window.h:36:
  5. /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]
  6. delete window;
  7. ^ ~~~~~~
  8. /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm/widget.h:76:17: note: forward declaration of 'Gtk::Window'
  9. class GTKMM_API Window;
  10. ^
  11. In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
  12. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
  13. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:103:
  14. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/binding.h:22:
  15. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/object.h:29:
  16. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/objectbase.h:22:
  17. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/signalproxy.h:27:
  18. In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/sigc++.h:118:
  19. In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/signal.h:25:
  20. In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/signal_base.h:27:
  21. In file included from /usr/local/Cellar/libsigc++/3.0.7/include/sigc++-3.0/sigc++/functors/slot.h:24:
  22. /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'
  23. return std::invoke(functor_, std::forward<T_arg>(arg)...);
  24. ^~~~~~~~~~~
  25. /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
  26. _LIBCPP_INVOKE_RETURN(_VSTD::forward<_Fp>(__f)(_VSTD::forward<_Args>(__args)...))
  27. ^
  28. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
  29. #define _VSTD std::_LIBCPP_ABI_NAMESPACE
  30. ^
  31. /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> &>]
  32. _VSTD::__invoke_constexpr(
  33. ^
  34. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
  35. #define _VSTD std::_LIBCPP_ABI_NAMESPACE
  36. ^
  37. /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
  38. constexpr decltype(auto) __apply_tuple_impl(_Fn && __f, _Tuple && __t,
  39. ^
  40. /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
  41. _VSTD::__apply_tuple_impl(
  42. ^
  43. /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
  44. constexpr decltype(auto) apply(_Fn && __f, _Tuple && __t)
  45. ^
  46. /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
  47. return std::apply(this->functor_, t_with_bound);
  48. ^
  49. /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
  50. return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
  51. ^
  52. /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
  53. static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
  54. ^
  55. /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
  56. slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
  57. ^
  58. /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
  59. dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
  60. ^
  61. /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> &)>'
  62. invoke(_Fn&& __f, _Args&&... __args)
  63. ^
  64. In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
  65. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
  66. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:100:
  67. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/base64.h:23:
  68. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:505:
  69. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string_view:176:
  70. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__string:57:
  71. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:644:
  72. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:663:
  73. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1358:5: error: attempt to use a deleted function
  74. _VSTD::__invoke_constexpr(
  75. ^
  76. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
  77. #define _VSTD std::_LIBCPP_ABI_NAMESPACE
  78. ^
  79. /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
  80. constexpr decltype(auto) __apply_tuple_impl(_Fn && __f, _Tuple && __t,
  81. ^
  82. /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
  83. _VSTD::__apply_tuple_impl(
  84. ^
  85. /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
  86. constexpr decltype(auto) apply(_Fn && __f, _Tuple && __t)
  87. ^
  88. /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
  89. return std::apply(this->functor_, t_with_bound);
  90. ^
  91. /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
  92. return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
  93. ^
  94. /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
  95. static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
  96. ^
  97. /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
  98. slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
  99. ^
  100. /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
  101. dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
  102. ^
  103. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits:1686:5: note: '~__nat' has been explicitly marked deleted here
  104. ~__nat() = delete;
  105. ^
  106. In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
  107. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
  108. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:100:
  109. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/base64.h:23:
  110. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:505:
  111. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string_view:176:
  112. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__string:57:
  113. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:644:
  114. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:663:
  115. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1358:5: error: attempt to use a deleted function
  116. _VSTD::__invoke_constexpr(
  117. ^
  118. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
  119. #define _VSTD std::_LIBCPP_ABI_NAMESPACE
  120. ^
  121. /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
  122. _VSTD::__apply_tuple_impl(
  123. ^
  124. /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
  125. constexpr decltype(auto) apply(_Fn && __f, _Tuple && __t)
  126. ^
  127. /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
  128. return std::apply(this->functor_, t_with_bound);
  129. ^
  130. /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
  131. return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
  132. ^
  133. /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
  134. static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
  135. ^
  136. /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
  137. slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
  138. ^
  139. /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
  140. dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
  141. ^
  142. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits:1686:5: note: '~__nat' has been explicitly marked deleted here
  143. ~__nat() = delete;
  144. ^
  145. In file included from /Users/Vulpes-Vulpeos/Downloads/gtkmm test/main.cpp:1:
  146. In file included from /usr/local/Cellar/gtkmm4/4.2.0/include/gtkmm-4.0/gtkmm.h:100:
  147. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm.h:100:
  148. In file included from /usr/local/Cellar/glibmm/2.68.1/include/glibmm-2.68/glibmm/base64.h:23:
  149. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:505:
  150. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string_view:176:
  151. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__string:57:
  152. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:644:
  153. In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:663:
  154. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1367:5: error: no matching function for call to '__apply_tuple_impl'
  155. _VSTD::__apply_tuple_impl(
  156. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  157. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__config:873:15: note: expanded from macro '_VSTD'
  158. #define _VSTD std::_LIBCPP_ABI_NAMESPACE
  159. ^
  160. /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/tuple:1351:79: note: expanded from macro '_LIBCPP_NOEXCEPT_RETURN'
  161. #define _LIBCPP_NOEXCEPT_RETURN(...) noexcept(noexcept(__VA_ARGS__)) { return __VA_ARGS__; }
  162. ^~~~~~~~~~~
  163. /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
  164. return std::apply(this->functor_, t_with_bound);
  165. ^
  166. /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
  167. return (*typed_rep->functor_).template operator()<type_trait_take_t<T_arg>...>(a_...);
  168. ^
  169. /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
  170. static hook address() { return sigc::internal::function_pointer_cast<hook>(&call_it); }
  171. ^
  172. /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
  173. slot_base::rep_->call_ = internal::slot_call<T_functor, T_return, T_arg...>::address();
  174. ^
  175. /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
  176. dialog->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MyWindow::on_folder_dialog_response), dialog)); // <- error
  177. ^
  178. /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>]
  179. constexpr decltype(auto) __apply_tuple_impl(_Fn && __f, _Tuple && __t,
  180. ^
  181. 1 warning and 4 errors generated.
  182. [Finished in 3.3s with exit code 1]
  183. [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']
  184. [dir: /Users/Vulpes-Vulpeos/Downloads/gtkmm test]
  185. [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