Advertisement
Guest User

Untitled

a guest
Apr 25th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.75 KB | None | 0 0
  1. /usr/include/gtkmm-2.4/gtkmm/treeview.h: In function ‘void Gtk::TreeView_Private::_connect_auto_store_editable_signal_handler(Gtk::TreeView*, Gtk::CellRenderer*, const Gtk::TreeModelColumn<ColumnType>&)’:
  2. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2468:16: error: ‘class Gtk::CellRendererText’ has no member named ‘signal_edited’
  3. pCellText->signal_edited().connect(
  4. ^
  5. In file included from /usr/include/gtkmm-2.4/gtkmm.h:123:0,
  6. from app_gtkmm_utils.cpp:12:
  7. /usr/include/gtkmm-2.4/gtkmm/combobox.h: At global scope:
  8. /usr/include/gtkmm-2.4/gtkmm/combobox.h:712:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  9. Glib::SignalProxy0< void > signal_changed();
  10. ^
  11. In file included from /usr/include/gtkmm-2.4/gtkmm.h:128:0,
  12. from app_gtkmm_utils.cpp:12:
  13. /usr/include/gtkmm-2.4/gtkmm/curve.h:132:9: error: ‘ArrayHandle<float>’ in namespace ‘Glib’ does not name a type
  14. Glib::ArrayHandle<float> get_vector(int veclen) const;
  15. ^
  16. /usr/include/gtkmm-2.4/gtkmm/curve.h:133:31: error: ‘ArrayHandle<float>’ in namespace ‘Glib’ does not name a type
  17. void set_vector(const Glib::ArrayHandle<float>& array);
  18. ^
  19. /usr/include/gtkmm-2.4/gtkmm/curve.h:144:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  20. Glib::SignalProxy0< void > signal_curve_type_changed();
  21. ^
  22. In file included from /usr/include/gtkmm-2.4/gtkmm.h:135:0,
  23. from app_gtkmm_utils.cpp:12:
  24. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:489:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  25. Glib::SListHandle<Glib::ustring> get_filenames() const;
  26. ^
  27. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:598:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  28. Glib::SListHandle<Glib::ustring> get_uris() const;
  29. ^
  30. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:699:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  31. Glib::SListHandle< Glib::RefPtr<Gio::File> > get_files();
  32. ^
  33. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:927:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  34. Glib::SListHandle< FileFilter* > list_filters();
  35. ^
  36. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:936:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  37. Glib::SListHandle< const FileFilter* > list_filters() const;
  38. ^
  39. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1000:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  40. Glib::SListHandle<Glib::ustring> list_shortcut_folders() const;
  41. ^
  42. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1032:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  43. Glib::SListHandle<Glib::ustring> list_shortcut_folder_uris() const;
  44. ^
  45. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1051:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  46. Glib::SignalProxy0< void > signal_current_folder_changed();
  47. ^
  48. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1072:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  49. Glib::SignalProxy0< void > signal_selection_changed();
  50. ^
  51. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1095:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  52. Glib::SignalProxy0< void > signal_update_preview();
  53. ^
  54. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1112:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  55. Glib::SignalProxy0< void > signal_file_activated();
  56. ^
  57. /usr/include/gtkmm-2.4/gtkmm/filechooser.h:1120:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  58. Glib::SignalProxy0< FileChooserConfirmation > signal_confirm_overwrite();
  59. ^
  60. In file included from /usr/include/gtkmm-2.4/gtkmm.h:136:0,
  61. from app_gtkmm_utils.cpp:12:
  62. /usr/include/gtkmm-2.4/gtkmm/filechooserbutton.h:212:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  63. Glib::SignalProxy0< void > signal_file_set();
  64. ^
  65. In file included from /usr/include/gtkmm-2.4/gtkmm/fileselection.h:42:0,
  66. from /usr/include/gtkmm-2.4/gtkmm.h:140,
  67. from app_gtkmm_utils.cpp:12:
  68. /usr/include/gtkmm-2.4/gtkmm/optionmenu.h:146:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  69. Glib::SignalProxy0< void > signal_changed();
  70. ^
  71. In file included from /usr/include/gtkmm-2.4/gtkmm.h:140:0,
  72. from app_gtkmm_utils.cpp:12:
  73. /usr/include/gtkmm-2.4/gtkmm/fileselection.h:171:9: error: ‘ArrayHandle<std::__cxx11::string>’ in namespace ‘Glib’ does not name a type
  74. Glib::ArrayHandle<std::string> get_selections() const;
  75. ^
  76. In file included from /usr/include/gtkmm-2.4/gtkmm.h:142:0,
  77. from app_gtkmm_utils.cpp:12:
  78. /usr/include/gtkmm-2.4/gtkmm/fontbutton.h:335:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  79. Glib::SignalProxy0< void > signal_font_set();
  80. ^
  81. In file included from /usr/include/gtkmm-2.4/gtkmm.h:146:0,
  82. from app_gtkmm_utils.cpp:12:
  83. /usr/include/gtkmm-2.4/gtkmm/handlebox.h:155:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  84. Glib::SignalProxy1< void,Widget* > signal_child_attached();
  85. ^
  86. /usr/include/gtkmm-2.4/gtkmm/handlebox.h:163:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  87. Glib::SignalProxy1< void,Widget* > signal_child_detached();
  88. ^
  89. In file included from /usr/include/gtkmm-2.4/gtkmm/icontheme.h:29:0,
  90. from /usr/include/gtkmm-2.4/gtkmm.h:150,
  91. from app_gtkmm_utils.cpp:12:
  92. /usr/include/gtkmm-2.4/gtkmm/iconinfo.h:199:32: error: expected identifier
  93. bool get_attach_points(Glib::ArrayHandle<Gdk::Point>& points) const;
  94. ^
  95. /usr/include/gtkmm-2.4/gtkmm/iconinfo.h:199:55: error: expected unqualified-id before ‘&’ token
  96. bool get_attach_points(Glib::ArrayHandle<Gdk::Point>& points) const;
  97. ^
  98. /usr/include/gtkmm-2.4/gtkmm/iconinfo.h:199:55: error: expected ‘)’ before ‘&’ token
  99. cc1plus: error: expected ‘;’ at end of member declaration
  100. /usr/include/gtkmm-2.4/gtkmm/iconinfo.h:199:57: error: ISO C++ forbids declaration of ‘points’ with no type [-fpermissive]
  101. bool get_attach_points(Glib::ArrayHandle<Gdk::Point>& points) const;
  102. ^
  103. /usr/include/gtkmm-2.4/gtkmm/iconinfo.h:199:57: error: expected ‘;’ at end of member declaration
  104. /usr/include/gtkmm-2.4/gtkmm/iconinfo.h:199:63: error: expected unqualified-id before ‘)’ token
  105. bool get_attach_points(Glib::ArrayHandle<Gdk::Point>& points) const;
  106. ^
  107. In file included from /usr/include/gtkmm-2.4/gtkmm.h:150:0,
  108. from app_gtkmm_utils.cpp:12:
  109. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:232:36: error: ‘ArrayHandle<Glib::ustring>’ in namespace ‘Glib’ does not name a type
  110. void set_search_path(const Glib::ArrayHandle<Glib::ustring>& path);
  111. ^
  112. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:233:9: error: ‘ArrayHandle<Glib::ustring>’ in namespace ‘Glib’ does not name a type
  113. Glib::ArrayHandle<Glib::ustring> get_search_path() const;
  114. ^
  115. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:272:9: error: ‘ArrayHandle<int>’ in namespace ‘Glib’ does not name a type
  116. Glib::ArrayHandle<int> get_icon_sizes(const Glib::ustring& icon_name) const;
  117. ^
  118. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:326:36: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  119. IconInfo choose_icon(const Glib::StringArrayHandle& icon_names, int size, IconLookupFlags flags);
  120. ^
  121. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:364:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  122. Glib::ListHandle<Glib::ustring> list_icons(const Glib::ustring& context) const;
  123. ^
  124. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:373:10: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  125. Glib::ListHandle<Glib::ustring> list_icons() const;
  126. ^
  127. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:383:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  128. Glib::ListHandle<Glib::ustring> list_contexts() const;
  129. ^
  130. /usr/include/gtkmm-2.4/gtkmm/icontheme.h:434:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  131. Glib::SignalProxy0< void > signal_changed();
  132. ^
  133. In file included from /usr/include/gtkmm-2.4/gtkmm.h:151:0,
  134. from app_gtkmm_utils.cpp:12:
  135. /usr/include/gtkmm-2.4/gtkmm/iconview.h:532:17: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  136. typedef Glib::ListHandle<TreePath, TreePathTraits> ArrayHandle_TreePaths;
  137. ^
  138. /usr/include/gtkmm-2.4/gtkmm/iconview.h:549:3: error: ‘ArrayHandle_TreePaths’ does not name a type
  139. ArrayHandle_TreePaths get_selected_items() const;
  140. ^
  141. /usr/include/gtkmm-2.4/gtkmm/iconview.h:657:39: error: ‘ArrayHandle_TargetEntry’ does not name a type
  142. void enable_model_drag_source(const ArrayHandle_TargetEntry& targets,
  143. ^
  144. /usr/include/gtkmm-2.4/gtkmm/iconview.h:667:37: error: ‘ArrayHandle_TargetEntry’ does not name a type
  145. void enable_model_drag_dest(const ArrayHandle_TargetEntry& targets, Gdk::DragAction actions = Gdk::ACTION_COPY | Gdk::ACTION_MOVE);
  146. ^
  147. In file included from /usr/include/gtkmm-2.4/gtkmm.h:151:0,
  148. from app_gtkmm_utils.cpp:12:
  149. /usr/include/gtkmm-2.4/gtkmm/iconview.h:916:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  150. Glib::SignalProxy2< void,Adjustment*,Adjustment* > signal_set_scroll_adjustments();
  151. ^
  152. /usr/include/gtkmm-2.4/gtkmm/iconview.h:924:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  153. Glib::SignalProxy1< void,const TreeModel::Path& > signal_item_activated();
  154. ^
  155. /usr/include/gtkmm-2.4/gtkmm/iconview.h:932:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  156. Glib::SignalProxy0< void > signal_selection_changed();
  157. ^
  158. In file included from /usr/include/gtkmm-2.4/gtkmm.h:154:0,
  159. from app_gtkmm_utils.cpp:12:
  160. /usr/include/gtkmm-2.4/gtkmm/infobar.h:252:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  161. Glib::SignalProxy1< void,int > signal_response();
  162. ^
  163. In file included from /usr/include/gtkmm-2.4/gtkmm.h:155:0,
  164. from app_gtkmm_utils.cpp:12:
  165. /usr/include/gtkmm-2.4/gtkmm/inputdialog.h:158:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  166. Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::Device>& > signal_enable_device();
  167. ^
  168. /usr/include/gtkmm-2.4/gtkmm/inputdialog.h:166:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  169. Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::Device>& > signal_disable_device();
  170. ^
  171. In file included from /usr/include/gtkmm-2.4/gtkmm.h:157:0,
  172. from app_gtkmm_utils.cpp:12:
  173. /usr/include/gtkmm-2.4/gtkmm/calendar.h:385:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  174. Glib::SignalProxy0< void > signal_month_changed();
  175. ^
  176. /usr/include/gtkmm-2.4/gtkmm/calendar.h:393:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  177. Glib::SignalProxy0< void > signal_day_selected();
  178. ^
  179. /usr/include/gtkmm-2.4/gtkmm/calendar.h:401:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  180. Glib::SignalProxy0< void > signal_day_selected_double_click();
  181. ^
  182. /usr/include/gtkmm-2.4/gtkmm/calendar.h:409:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  183. Glib::SignalProxy0< void > signal_prev_month();
  184. ^
  185. /usr/include/gtkmm-2.4/gtkmm/calendar.h:417:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  186. Glib::SignalProxy0< void > signal_next_month();
  187. ^
  188. /usr/include/gtkmm-2.4/gtkmm/calendar.h:425:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  189. Glib::SignalProxy0< void > signal_prev_year();
  190. ^
  191. /usr/include/gtkmm-2.4/gtkmm/calendar.h:433:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  192. Glib::SignalProxy0< void > signal_next_year();
  193. ^
  194. In file included from /usr/include/gtkmm-2.4/gtkmm.h:160:0,
  195. from app_gtkmm_utils.cpp:12:
  196. /usr/include/gtkmm-2.4/gtkmm/layout.h:236:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  197. Glib::SignalProxy2< void,Adjustment*,Adjustment* > signal_set_scroll_adjustments();
  198. ^
  199. In file included from /usr/include/gtkmm-2.4/gtkmm/liststore.h:31:0,
  200. from /usr/include/gtkmm-2.4/gtkmm.h:161,
  201. from app_gtkmm_utils.cpp:12:
  202. /usr/include/gtkmm-2.4/gtkmm/treesortable.h:251:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  203. Glib::SignalProxy0< void > signal_sort_column_changed();
  204. ^
  205. In file included from /usr/include/gtkmm-2.4/gtkmm.h:161:0,
  206. from app_gtkmm_utils.cpp:12:
  207. /usr/include/gtkmm-2.4/gtkmm/liststore.h:198:28: error: ‘ArrayHandle<int>’ in namespace ‘Glib’ does not name a type
  208. void reorder(const Glib::ArrayHandle<int>& new_order);
  209. ^
  210. In file included from /usr/include/gtkmm-2.4/gtkmm.h:172:0,
  211. from app_gtkmm_utils.cpp:12:
  212. /usr/include/gtkmm-2.4/gtkmm/notebook.h:1010:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  213. Glib::SignalProxy2< void,GtkNotebookPage*,guint > signal_switch_page();
  214. ^
  215. /usr/include/gtkmm-2.4/gtkmm/notebook.h:1018:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  216. Glib::SignalProxy2< void,Widget*,guint > signal_page_reordered();
  217. ^
  218. /usr/include/gtkmm-2.4/gtkmm/notebook.h:1026:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  219. Glib::SignalProxy2< void,Widget*,guint > signal_page_removed();
  220. ^
  221. /usr/include/gtkmm-2.4/gtkmm/notebook.h:1034:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  222. Glib::SignalProxy2< void,Widget*,guint > signal_page_added();
  223. ^
  224. In file included from /usr/include/gtkmm-2.4/gtkmm/pagesetup.h:28:0,
  225. from /usr/include/gtkmm-2.4/gtkmm.h:177,
  226. from app_gtkmm_utils.cpp:12:
  227. /usr/include/gtkmm-2.4/gtkmm/papersize.h:150:17: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  228. typedef Glib::ListHandle<PaperSize, PaperSizeTraits> ListHandle_PaperSizes;
  229. ^
  230. /usr/include/gtkmm-2.4/gtkmm/papersize.h:161:10: error: ‘ListHandle_PaperSizes’ does not name a type
  231. static ListHandle_PaperSizes get_paper_sizes(bool include_custom = true);
  232. ^
  233. In file included from /usr/include/gtkmm-2.4/gtkmm/pagesetupunixdialog.h:28:0,
  234. from /usr/include/gtkmm-2.4/gtkmm.h:179,
  235. from app_gtkmm_utils.cpp:12:
  236. /usr/include/gtkmm-2.4/gtkmm/printsettings.h:898:9: error: ‘ArrayHandle<Gtk::PrintSettings::PageRange>’ in namespace ‘Glib’ does not name a type
  237. Glib::ArrayHandle<PageRange> get_page_ranges() const;
  238. ^
  239. /usr/include/gtkmm-2.4/gtkmm/printsettings.h:899:36: error: ‘ArrayHandle<Gtk::PrintSettings::PageRange>’ in namespace ‘Glib’ does not name a type
  240. void set_page_ranges(const Glib::ArrayHandle<PageRange>& page_ranges);
  241. ^
  242. In file included from /usr/include/gtkmm-2.4/gtkmm.h:184:0,
  243. from app_gtkmm_utils.cpp:12:
  244. /usr/include/gtkmm-2.4/gtkmm/printer.h:299:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  245. Glib::ListHandle< Glib::RefPtr<PageSetup> > list_papers();
  246. ^
  247. /usr/include/gtkmm-2.4/gtkmm/printer.h:317:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  248. Glib::ListHandle< Glib::RefPtr<const PageSetup> > list_papers() const;
  249. ^
  250. /usr/include/gtkmm-2.4/gtkmm/printer.h:369:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  251. Glib::SignalProxy1< void,bool > signal_details_acquired();
  252. ^
  253. In file included from /usr/include/gtkmm-2.4/gtkmm/printoperation.h:30:0,
  254. from /usr/include/gtkmm-2.4/gtkmm/printjob.h:29,
  255. from /usr/include/gtkmm-2.4/gtkmm.h:185,
  256. from app_gtkmm_utils.cpp:12:
  257. /usr/include/gtkmm-2.4/gtkmm/printoperationpreview.h:163:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  258. Glib::SignalProxy1< void,const Glib::RefPtr<PrintContext>& > signal_ready();
  259. ^
  260. /usr/include/gtkmm-2.4/gtkmm/printoperationpreview.h:171:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  261. Glib::SignalProxy2< void,const Glib::RefPtr<PrintContext>&,const Glib::RefPtr<PageSetup>& > signal_got_page_size();
  262. ^
  263. In file included from /usr/include/gtkmm-2.4/gtkmm/printjob.h:29:0,
  264. from /usr/include/gtkmm-2.4/gtkmm.h:185,
  265. from app_gtkmm_utils.cpp:12:
  266. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:641:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  267. Glib::SignalProxy1< void,PrintOperationResult > signal_done();
  268. ^
  269. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:649:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  270. Glib::SignalProxy1< void,const Glib::RefPtr<PrintContext>& > signal_begin_print();
  271. ^
  272. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:657:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  273. Glib::SignalProxy1< bool,const Glib::RefPtr<PrintContext>& > signal_paginate();
  274. ^
  275. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:665:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  276. Glib::SignalProxy3< void,const Glib::RefPtr<PrintContext>&,int,const Glib::RefPtr<PageSetup>& > signal_request_page_setup();
  277. ^
  278. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:673:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  279. Glib::SignalProxy2< void,const Glib::RefPtr<PrintContext>&,int > signal_draw_page();
  280. ^
  281. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:681:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  282. Glib::SignalProxy1< void,const Glib::RefPtr<PrintContext>& > signal_end_print();
  283. ^
  284. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:689:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  285. Glib::SignalProxy0< void > signal_status_changed();
  286. ^
  287. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:697:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  288. Glib::SignalProxy0< Widget* > signal_create_custom_widget();
  289. ^
  290. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:705:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  291. Glib::SignalProxy1< void,Widget* > signal_custom_widget_apply();
  292. ^
  293. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:715:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  294. Glib::SignalProxy3< bool,const Glib::RefPtr<PrintOperationPreview>&,const Glib::RefPtr<PrintContext>&,Window* > signal_preview();
  295. ^
  296. /usr/include/gtkmm-2.4/gtkmm/printoperation.h:726:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  297. Glib::SignalProxy3< void,Gtk::Widget*,const Glib::RefPtr<PageSetup>&,const Glib::RefPtr<PrintSettings>& > signal_update_custom_widget();
  298. ^
  299. In file included from /usr/include/gtkmm-2.4/gtkmm.h:185:0,
  300. from app_gtkmm_utils.cpp:12:
  301. /usr/include/gtkmm-2.4/gtkmm/printjob.h:232:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  302. Glib::SignalProxy0< void > signal_status_changed();
  303. ^
  304. In file included from /usr/include/gtkmm-2.4/gtkmm/toggleaction.h:28:0,
  305. from /usr/include/gtkmm-2.4/gtkmm/radioaction.h:28,
  306. from /usr/include/gtkmm-2.4/gtkmm.h:194,
  307. from app_gtkmm_utils.cpp:12:
  308. /usr/include/gtkmm-2.4/gtkmm/action.h:348:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  309. Glib::SListHandle<Widget*> get_proxies();
  310. ^
  311. /usr/include/gtkmm-2.4/gtkmm/action.h:357:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  312. Glib::SListHandle<const Widget*> get_proxies() const;
  313. ^
  314. /usr/include/gtkmm-2.4/gtkmm/action.h:398:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  315. Glib::SignalProxy0< void > signal_activate();
  316. ^
  317. In file included from /usr/include/gtkmm-2.4/gtkmm/radioaction.h:28:0,
  318. from /usr/include/gtkmm-2.4/gtkmm.h:194,
  319. from app_gtkmm_utils.cpp:12:
  320. /usr/include/gtkmm-2.4/gtkmm/toggleaction.h:215:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  321. Glib::SignalProxy0< void > signal_toggled();
  322. ^
  323. In file included from /usr/include/gtkmm-2.4/gtkmm.h:194:0,
  324. from app_gtkmm_utils.cpp:12:
  325. /usr/include/gtkmm-2.4/gtkmm/radioaction.h:229:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  326. Glib::SignalProxy1< void,const Glib::RefPtr<RadioAction>& > signal_changed();
  327. ^
  328. In file included from /usr/include/gtkmm-2.4/gtkmm/toolitem.h:35:0,
  329. from /usr/include/gtkmm-2.4/gtkmm/toolbutton.h:27,
  330. from /usr/include/gtkmm-2.4/gtkmm/toggletoolbutton.h:30,
  331. from /usr/include/gtkmm-2.4/gtkmm/radiotoolbutton.h:30,
  332. from /usr/include/gtkmm-2.4/gtkmm.h:197,
  333. from app_gtkmm_utils.cpp:12:
  334. /usr/include/gtkmm-2.4/gtkmm/sizegroup.h:211:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  335. Glib::SListHandle<Widget*> get_widgets();
  336. ^
  337. /usr/include/gtkmm-2.4/gtkmm/sizegroup.h:219:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  338. Glib::SListHandle<const Widget*> get_widgets() const;
  339. ^
  340. In file included from /usr/include/gtkmm-2.4/gtkmm/toolbutton.h:27:0,
  341. from /usr/include/gtkmm-2.4/gtkmm/toggletoolbutton.h:30,
  342. from /usr/include/gtkmm-2.4/gtkmm/radiotoolbutton.h:30,
  343. from /usr/include/gtkmm-2.4/gtkmm.h:197,
  344. from app_gtkmm_utils.cpp:12:
  345. /usr/include/gtkmm-2.4/gtkmm/toolitem.h:483:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  346. Glib::SignalProxy0< bool > signal_create_menu_proxy();
  347. ^
  348. /usr/include/gtkmm-2.4/gtkmm/toolitem.h:502:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  349. Glib::SignalProxy0< void > signal_toolbar_reconfigured();
  350. ^
  351. /usr/include/gtkmm-2.4/gtkmm/toolitem.h:519:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  352. Glib::SignalProxy3< bool,Tooltips*,const Glib::ustring&,const Glib::ustring& > signal_set_tooltip();
  353. ^
  354. In file included from /usr/include/gtkmm-2.4/gtkmm/toggletoolbutton.h:30:0,
  355. from /usr/include/gtkmm-2.4/gtkmm/radiotoolbutton.h:30,
  356. from /usr/include/gtkmm-2.4/gtkmm.h:197,
  357. from app_gtkmm_utils.cpp:12:
  358. /usr/include/gtkmm-2.4/gtkmm/toolbutton.h:281:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  359. Glib::SignalProxy0< void > signal_clicked();
  360. ^
  361. In file included from /usr/include/gtkmm-2.4/gtkmm/radiotoolbutton.h:30:0,
  362. from /usr/include/gtkmm-2.4/gtkmm.h:197,
  363. from app_gtkmm_utils.cpp:12:
  364. /usr/include/gtkmm-2.4/gtkmm/toggletoolbutton.h:165:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  365. Glib::SignalProxy0< void > signal_toggled();
  366. ^
  367. In file included from /usr/include/gtkmm-2.4/gtkmm.h:198:0,
  368. from app_gtkmm_utils.cpp:12:
  369. /usr/include/gtkmm-2.4/gtkmm/range.h:400:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  370. Glib::SignalProxy0< void > signal_value_changed();
  371. ^
  372. /usr/include/gtkmm-2.4/gtkmm/range.h:408:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  373. Glib::SignalProxy1< void,double > signal_adjust_bounds();
  374. ^
  375. /usr/include/gtkmm-2.4/gtkmm/range.h:416:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  376. Glib::SignalProxy1< void,ScrollType > signal_move_slider();
  377. ^
  378. /usr/include/gtkmm-2.4/gtkmm/range.h:446:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  379. Glib::SignalProxy2< bool,ScrollType,double > signal_change_value();
  380. ^
  381. In file included from /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:27:0,
  382. from /usr/include/gtkmm-2.4/gtkmm/recentaction.h:29,
  383. from /usr/include/gtkmm-2.4/gtkmm.h:199,
  384. from app_gtkmm_utils.cpp:12:
  385. /usr/include/gtkmm-2.4/gtkmm/recentinfo.h:201:9: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  386. Glib::StringArrayHandle get_applications() const;
  387. ^
  388. /usr/include/gtkmm-2.4/gtkmm/recentinfo.h:232:9: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  389. Glib::StringArrayHandle get_groups() const;
  390. ^
  391. In file included from /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:29:0,
  392. from /usr/include/gtkmm-2.4/gtkmm/recentaction.h:29,
  393. from /usr/include/gtkmm-2.4/gtkmm.h:199,
  394. from app_gtkmm_utils.cpp:12:
  395. /usr/include/gtkmm-2.4/gtkmm/recentmanager.h:359:17: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  396. typedef Glib::ListHandle<RecentInfo, RecentInfoTraits> ListHandle_RecentInfos;
  397. ^
  398. /usr/include/gtkmm-2.4/gtkmm/recentmanager.h:370:3: error: ‘ListHandle_RecentInfos’ does not name a type
  399. ListHandle_RecentInfos get_items() const;
  400. ^
  401. /usr/include/gtkmm-2.4/gtkmm/recentmanager.h:390:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  402. Glib::SignalProxy0< void > signal_changed();
  403. ^
  404. In file included from /usr/include/gtkmm-2.4/gtkmm/recentaction.h:29:0,
  405. from /usr/include/gtkmm-2.4/gtkmm.h:199,
  406. from app_gtkmm_utils.cpp:12:
  407. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:411:17: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  408. typedef Glib::ListHandle<RecentInfo, RecentInfoTraits> ListHandle_RecentInfos;
  409. ^
  410. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:425:3: error: ‘ListHandle_RecentInfos’ does not name a type
  411. ListHandle_RecentInfos get_items() const;
  412. ^
  413. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:432:9: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  414. Glib::StringArrayHandle get_uris() const;
  415. ^
  416. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:459:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  417. Glib::SListHandle<RecentFilter*> list_filters();
  418. ^
  419. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:468:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  420. Glib::SListHandle<const RecentFilter*> list_filters() const;
  421. ^
  422. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:503:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  423. Glib::SignalProxy0< void > signal_selection_changed();
  424. ^
  425. /usr/include/gtkmm-2.4/gtkmm/recentchooser.h:515:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  426. Glib::SignalProxy0< void > signal_item_activated();
  427. ^
  428. In file included from /usr/include/gtkmm-2.4/gtkmm.h:208:0,
  429. from app_gtkmm_utils.cpp:12:
  430. /usr/include/gtkmm-2.4/gtkmm/scale.h:242:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  431. Glib::SignalProxy1< Glib::ustring,double > signal_format_value();
  432. ^
  433. In file included from /usr/include/gtkmm-2.4/gtkmm/settings.h:31:0,
  434. from /usr/include/gtkmm-2.4/gtkmm.h:214,
  435. from app_gtkmm_utils.cpp:12:
  436. /usr/include/gtkmm-2.4/gtkmm/toolbar.h:337:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  437. Glib::SignalProxy1< void,Orientation > signal_orientation_changed();
  438. ^
  439. /usr/include/gtkmm-2.4/gtkmm/toolbar.h:348:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  440. Glib::SignalProxy1< void,ToolbarStyle > signal_toolbar_style_changed();
  441. ^
  442. /usr/include/gtkmm-2.4/gtkmm/toolbar.h:369:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  443. Glib::SignalProxy3< bool,int,int,int > signal_popup_context_menu();
  444. ^
  445. In file included from /usr/include/gtkmm-2.4/gtkmm.h:216:0,
  446. from app_gtkmm_utils.cpp:12:
  447. /usr/include/gtkmm-2.4/gtkmm/spinbutton.h:353:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  448. Glib::SignalProxy1< int,double* > signal_input();
  449. ^
  450. /usr/include/gtkmm-2.4/gtkmm/spinbutton.h:366:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  451. Glib::SignalProxy0< bool > signal_output();
  452. ^
  453. /usr/include/gtkmm-2.4/gtkmm/spinbutton.h:374:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  454. Glib::SignalProxy0< bool > signal_wrapped();
  455. ^
  456. /usr/include/gtkmm-2.4/gtkmm/spinbutton.h:382:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  457. Glib::SignalProxy0< void > signal_value_changed();
  458. ^
  459. In file included from /usr/include/gtkmm-2.4/gtkmm.h:218:0,
  460. from app_gtkmm_utils.cpp:12:
  461. /usr/include/gtkmm-2.4/gtkmm/statusbar.h:199:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  462. Glib::SignalProxy2< void,guint,const Glib::ustring& > signal_text_pushed();
  463. ^
  464. /usr/include/gtkmm-2.4/gtkmm/statusbar.h:207:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  465. Glib::SignalProxy2< void,guint,const Glib::ustring& > signal_text_popped();
  466. ^
  467. In file included from /usr/include/gtkmm-2.4/gtkmm.h:219:0,
  468. from app_gtkmm_utils.cpp:12:
  469. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:808:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  470. Glib::SignalProxy1< bool,int > signal_size_changed();
  471. ^
  472. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:818:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  473. Glib::SignalProxy0< void > signal_activate();
  474. ^
  475. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:826:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  476. Glib::SignalProxy2< void,guint,guint32 > signal_popup_menu();
  477. ^
  478. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:834:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  479. Glib::SignalProxy1< bool,GdkEventButton* > signal_button_press_event();
  480. ^
  481. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:842:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  482. Glib::SignalProxy1< bool,GdkEventButton* > signal_button_release_event();
  483. ^
  484. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:850:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  485. Glib::SignalProxy1< bool,GdkEventScroll* > signal_scroll_event();
  486. ^
  487. /usr/include/gtkmm-2.4/gtkmm/statusicon.h:858:9: error: ‘SignalProxy4’ in namespace ‘Glib’ does not name a template type
  488. Glib::SignalProxy4< bool,int,int,bool,const Glib::RefPtr<Tooltip>& > signal_query_tooltip();
  489. ^
  490. In file included from /usr/include/gtkmm-2.4/gtkmm.h:220:0,
  491. from app_gtkmm_utils.cpp:12:
  492. /usr/include/gtkmm-2.4/gtkmm/stock.h:220:7: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  493. Glib::SListHandle<Gtk::StockID,Gtk::StockID_Traits> get_ids();
  494. ^
  495. In file included from /usr/include/gtkmm-2.4/gtkmm.h:224:0,
  496. from app_gtkmm_utils.cpp:12:
  497. /usr/include/gtkmm-2.4/gtkmm/table.h:119:22: error: ‘iterator’ has not been declared
  498. virtual void erase(iterator start, iterator stop);
  499. ^
  500. /usr/include/gtkmm-2.4/gtkmm/table.h:119:38: error: ‘iterator’ has not been declared
  501. virtual void erase(iterator start, iterator stop);
  502. ^
  503. /usr/include/gtkmm-2.4/gtkmm/table.h:120:11: error: ‘iterator’ does not name a type
  504. virtual iterator erase(iterator); //Implented as custom or by LIST_CONTAINER_REMOVE
  505. ^
  506. /usr/include/gtkmm-2.4/gtkmm/table.h:121:23: error: ‘const_reference’ has not been declared
  507. virtual void remove(const_reference); //Implented as custom or by LIST_CONTAINER_REMOVE
  508. ^
  509. /usr/include/gtkmm-2.4/gtkmm/table.h:124:3: error: ‘reference’ does not name a type
  510. reference operator[](size_type l) const;
  511. ^
  512. /usr/include/gtkmm-2.4/gtkmm/table.h:128:3: error: ‘iterator’ does not name a type
  513. iterator insert(iterator position, element_type& e);
  514. ^
  515. In file included from /usr/include/gtkmm-2.4/gtkmm/texttagtable.h:31:0,
  516. from /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:35,
  517. from /usr/include/gtkmm-2.4/gtkmm.h:226,
  518. from app_gtkmm_utils.cpp:12:
  519. /usr/include/gtkmm-2.4/gtkmm/texttag.h:165:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  520. Glib::SignalProxy3< bool,const Glib::RefPtr<Glib::Object>&,GdkEvent*,const TextIter& > signal_event();
  521. ^
  522. In file included from /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:35:0,
  523. from /usr/include/gtkmm-2.4/gtkmm.h:226,
  524. from app_gtkmm_utils.cpp:12:
  525. /usr/include/gtkmm-2.4/gtkmm/texttagtable.h:154:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  526. Glib::SignalProxy2< void,const Glib::RefPtr<TextTag>&,bool > signal_tag_changed();
  527. ^
  528. /usr/include/gtkmm-2.4/gtkmm/texttagtable.h:162:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  529. Glib::SignalProxy1< void,const Glib::RefPtr<TextTag>& > signal_tag_added();
  530. ^
  531. /usr/include/gtkmm-2.4/gtkmm/texttagtable.h:170:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  532. Glib::SignalProxy1< void,const Glib::RefPtr<TextTag>& > signal_tag_removed();
  533. ^
  534. In file included from /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:36:0,
  535. from /usr/include/gtkmm-2.4/gtkmm.h:226,
  536. from app_gtkmm_utils.cpp:12:
  537. /usr/include/gtkmm-2.4/gtkmm/textchildanchor.h:112:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  538. Glib::ListHandle<Widget*> get_widgets();
  539. ^
  540. /usr/include/gtkmm-2.4/gtkmm/textchildanchor.h:117:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  541. Glib::ListHandle<const Widget*> get_widgets() const;
  542. ^
  543. In file included from /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:38:0,
  544. from /usr/include/gtkmm-2.4/gtkmm.h:226,
  545. from app_gtkmm_utils.cpp:12:
  546. /usr/include/gtkmm-2.4/gtkmm/textiter.h:331:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  547. Glib::SListHandle< Glib::RefPtr<TextMark> > get_marks();
  548. ^
  549. /usr/include/gtkmm-2.4/gtkmm/textiter.h:340:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  550. Glib::SListHandle< Glib::RefPtr<const TextMark> > get_marks() const;
  551. ^
  552. /usr/include/gtkmm-2.4/gtkmm/textiter.h:367:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  553. Glib::SListHandle< Glib::RefPtr<TextTag> > get_toggled_tags(bool toggled_on = true);
  554. ^
  555. /usr/include/gtkmm-2.4/gtkmm/textiter.h:378:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  556. Glib::SListHandle< Glib::RefPtr<const TextTag> > get_toggled_tags(bool toggled_on = true) const;
  557. ^
  558. /usr/include/gtkmm-2.4/gtkmm/textiter.h:427:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  559. Glib::SListHandle< Glib::RefPtr<TextTag> > get_tags();
  560. ^
  561. /usr/include/gtkmm-2.4/gtkmm/textiter.h:433:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  562. Glib::SListHandle< Glib::RefPtr<const TextTag> > get_tags() const;
  563. ^
  564. /usr/include/gtkmm-2.4/gtkmm/textiter.h: In static member function ‘static gboolean Gtk::TextIter::PredicateAdapter<Predicate>::gtk_callback(gunichar, void*)’:
  565. /usr/include/gtkmm-2.4/gtkmm/textiter.h:1093:5: error: ‘exception_handlers_invoke’ is not a member of ‘Glib’
  566. Glib::exception_handlers_invoke();
  567. ^
  568. In file included from /usr/include/gtkmm-2.4/gtkmm.h:226:0,
  569. from app_gtkmm_utils.cpp:12:
  570. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h: At global scope:
  571. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:343:41: error: ‘ArrayHandle<Glib::RefPtr<Gtk::TextTag> >’ in namespace ‘Glib’ does not name a type
  572. const Glib::ArrayHandle< Glib::RefPtr<Tag> >& tags);
  573. ^
  574. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:355:41: error: ‘ArrayHandle<Glib::RefPtr<Gtk::TextTag> >’ in namespace ‘Glib’ does not name a type
  575. const Glib::ArrayHandle< Glib::RefPtr<Tag> >& tags);
  576. ^
  577. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:366:49: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  578. const Glib::StringArrayHandle& tag_names);
  579. ^
  580. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:378:49: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  581. const Glib::StringArrayHandle& tag_names);
  582. ^
  583. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:985:9: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  584. Glib::StringArrayHandle get_serialize_formats() const;
  585. ^
  586. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:987:9: error: ‘StringArrayHandle’ in namespace ‘Glib’ does not name a type
  587. Glib::StringArrayHandle get_deserialize_formats() const;
  588. ^
  589. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1015:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  590. Glib::SignalProxy3< void,const TextBuffer::iterator&,const Glib::ustring&,int > signal_insert();
  591. ^
  592. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1023:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  593. Glib::SignalProxy2< void,const TextBuffer::iterator&,const Glib::RefPtr<Gdk::Pixbuf>& > signal_insert_pixbuf();
  594. ^
  595. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1031:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  596. Glib::SignalProxy2< void,const TextBuffer::iterator&,const Glib::RefPtr<ChildAnchor>& > signal_insert_child_anchor();
  597. ^
  598. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1048:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  599. Glib::SignalProxy2< void,const TextBuffer::iterator&,const TextBuffer::iterator& > signal_erase();
  600. ^
  601. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1056:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  602. Glib::SignalProxy0< void > signal_changed();
  603. ^
  604. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1064:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  605. Glib::SignalProxy0< void > signal_modified_changed();
  606. ^
  607. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1072:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  608. Glib::SignalProxy2< void,const TextBuffer::iterator&,const Glib::RefPtr<TextBuffer::Mark>& > signal_mark_set();
  609. ^
  610. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1080:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  611. Glib::SignalProxy1< void,const Glib::RefPtr<TextBuffer::Mark>& > signal_mark_deleted();
  612. ^
  613. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1088:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  614. Glib::SignalProxy3< void,const Glib::RefPtr<TextBuffer::Tag>&,const TextBuffer::iterator&,const TextBuffer::iterator& > signal_apply_tag();
  615. ^
  616. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1096:9: error: ‘SignalProxy3’ in namespace ‘Glib’ does not name a template type
  617. Glib::SignalProxy3< void,const Glib::RefPtr<TextBuffer::Tag>&,const TextBuffer::iterator&,const TextBuffer::iterator& > signal_remove_tag();
  618. ^
  619. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1104:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  620. Glib::SignalProxy0< void > signal_begin_user_action();
  621. ^
  622. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1112:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  623. Glib::SignalProxy0< void > signal_end_user_action();
  624. ^
  625. /usr/include/gtkmm-2.4/gtkmm/textbuffer.h:1123:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  626. Glib::SignalProxy1< void,const Glib::RefPtr<Gtk::Clipboard>& > signal_paste_done();
  627. ^
  628. In file included from /usr/include/gtkmm-2.4/gtkmm.h:232:0,
  629. from app_gtkmm_utils.cpp:12:
  630. /usr/include/gtkmm-2.4/gtkmm/textview.h:799:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  631. Glib::SignalProxy2< void,Adjustment*,Adjustment* > signal_set_scroll_adjustments();
  632. ^
  633. /usr/include/gtkmm-2.4/gtkmm/textview.h:807:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  634. Glib::SignalProxy1< void,Menu* > signal_populate_popup();
  635. ^
  636. /usr/include/gtkmm-2.4/gtkmm/textview.h:815:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  637. Glib::SignalProxy0< void > signal_set_anchor();
  638. ^
  639. /usr/include/gtkmm-2.4/gtkmm/textview.h:823:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  640. Glib::SignalProxy1< void,const Glib::ustring& > signal_insert_at_cursor();
  641. ^
  642. In file included from /usr/include/gtkmm-2.4/gtkmm.h:240:0,
  643. from app_gtkmm_utils.cpp:12:
  644. /usr/include/gtkmm-2.4/gtkmm/menutoolbutton.h:208:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  645. Glib::SignalProxy0< void > signal_show_menu();
  646. ^
  647. In file included from /usr/include/gtkmm-2.4/gtkmm.h:249:0,
  648. from app_gtkmm_utils.cpp:12:
  649. /usr/include/gtkmm-2.4/gtkmm/treestore.h:214:58: error: ‘ArrayHandle<int>’ in namespace ‘Glib’ does not name a type
  650. void reorder(const TreeNodeChildren& node, const Glib::ArrayHandle<int>& new_order);
  651. ^
  652. In file included from /usr/include/gtkmm-2.4/gtkmm/uimanager.h:30:0,
  653. from /usr/include/gtkmm-2.4/gtkmm.h:252,
  654. from app_gtkmm_utils.cpp:12:
  655. /usr/include/gtkmm-2.4/gtkmm/actiongroup.h:166:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  656. Glib::ListHandle< Glib::RefPtr<Action> > get_actions();
  657. ^
  658. /usr/include/gtkmm-2.4/gtkmm/actiongroup.h:173:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  659. Glib::ListHandle< Glib::RefPtr<const Action> > get_actions() const;
  660. ^
  661. /usr/include/gtkmm-2.4/gtkmm/actiongroup.h:233:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  662. Glib::SignalProxy2< void,const Glib::RefPtr<Action>&,Widget* > signal_connect_proxy();
  663. ^
  664. /usr/include/gtkmm-2.4/gtkmm/actiongroup.h:250:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  665. Glib::SignalProxy2< void,const Glib::RefPtr<Action>&,Widget* > signal_disconnect_proxy();
  666. ^
  667. /usr/include/gtkmm-2.4/gtkmm/actiongroup.h:265:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  668. Glib::SignalProxy1< void,const Glib::RefPtr<Action>& > signal_pre_activate();
  669. ^
  670. /usr/include/gtkmm-2.4/gtkmm/actiongroup.h:280:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  671. Glib::SignalProxy1< void,const Glib::RefPtr<Action>& > signal_post_activate();
  672. ^
  673. In file included from /usr/include/gtkmm-2.4/gtkmm.h:252:0,
  674. from app_gtkmm_utils.cpp:12:
  675. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:365:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  676. Glib::ListHandle< Glib::RefPtr<ActionGroup> > get_action_groups();
  677. ^
  678. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:374:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a template type
  679. Glib::ListHandle< Glib::RefPtr<const ActionGroup> > get_action_groups() const;
  680. ^
  681. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:443:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  682. Glib::SListHandle<Widget*> get_toplevels(UIManagerItemType types);
  683. ^
  684. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:454:9: error: ‘SListHandle’ in namespace ‘Glib’ does not name a template type
  685. Glib::SListHandle<const Widget*> get_toplevels(UIManagerItemType types) const;
  686. ^
  687. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:598:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  688. Glib::SignalProxy1< void,Widget* > signal_add_widget();
  689. ^
  690. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:608:9: error: ‘SignalProxy0’ in namespace ‘Glib’ does not name a template type
  691. Glib::SignalProxy0< void > signal_actions_changed();
  692. ^
  693. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:625:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  694. Glib::SignalProxy2< void,const Glib::RefPtr<Action>&,Widget* > signal_connect_proxy();
  695. ^
  696. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:638:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  697. Glib::SignalProxy2< void,const Glib::RefPtr<Action>&,Widget* > signal_disconnect_proxy();
  698. ^
  699. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:653:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  700. Glib::SignalProxy1< void,const Glib::RefPtr<Action>& > signal_pre_activate();
  701. ^
  702. /usr/include/gtkmm-2.4/gtkmm/uimanager.h:668:9: error: ‘SignalProxy1’ in namespace ‘Glib’ does not name a template type
  703. Glib::SignalProxy1< void,const Glib::RefPtr<Action>& > signal_post_activate();
  704. ^
  705. In file included from /usr/include/gtkmm-2.4/gtkmm.h:253:0,
  706. from app_gtkmm_utils.cpp:12:
  707. /usr/include/gtkmm-2.4/gtkmm/viewport.h:202:9: error: ‘SignalProxy2’ in namespace ‘Glib’ does not name a template type
  708. Glib::SignalProxy2< void,Gtk::Adjustment*,Gtk::Adjustment* > signal_set_scroll_adjustments();
  709. ^
  710. app_gtkmm_utils.cpp: In function ‘bool app_gtkmm_icon_theme_has_icon(Glib::RefPtr<Gtk::IconTheme>, const Glib::ustring&, int)’:
  711. app_gtkmm_utils.cpp:204:34: error: ‘class Gtk::IconTheme’ has no member named ‘get_icon_sizes’
  712. std::vector<int> sizes = theme->get_icon_sizes(icon_name);
  713. ^
  714. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  715. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  716. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  717. from /usr/include/glibmm-2.4/glibmm.h:89,
  718. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  719. from app_gtkmm_utils.cpp:12:
  720. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = Glib::RefPtr<Gtk::TreeModel>; T_functor = sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>]’:
  721. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2253:7: required from here
  722. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2117:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>&, Glib::RefPtr<Gtk::TreeModel>&)’
  723. (_A_func, _A_b1);
  724. ^
  725. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  726. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  727. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  728. from /usr/include/glibmm-2.4/glibmm.h:89,
  729. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  730. from app_gtkmm_utils.cpp:12:
  731. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  732. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  733. ^
  734. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 0 arguments, 2 provided
  735. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  736. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 1 argument, 2 provided
  737. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  738. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  739. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  740. from /usr/include/glibmm-2.4/glibmm.h:89,
  741. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  742. from app_gtkmm_utils.cpp:12:
  743. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = int; T_functor = sigc::slot<void, const Glib::ustring&, int>]’:
  744. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2259:7: required from here
  745. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2117:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::slot<void, const Glib::ustring&, int>&, int&)’
  746. (_A_func, _A_b1);
  747. ^
  748. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  749. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  750. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  751. from /usr/include/glibmm-2.4/glibmm.h:89,
  752. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  753. from app_gtkmm_utils.cpp:12:
  754. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  755. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  756. ^
  757. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 0 arguments, 2 provided
  758. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  759. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 1 argument, 2 provided
  760. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  761. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  762. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  763. from /usr/include/glibmm-2.4/glibmm.h:89,
  764. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  765. from app_gtkmm_utils.cpp:12:
  766. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = Glib::RefPtr<Gtk::TreeModel>; T_functor = sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>]’:
  767. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2286:37: required from here
  768. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2117:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>&, Glib::RefPtr<Gtk::TreeModel>&)’
  769. (_A_func, _A_b1);
  770. ^
  771. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  772. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  773. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  774. from /usr/include/glibmm-2.4/glibmm.h:89,
  775. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  776. from app_gtkmm_utils.cpp:12:
  777. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  778. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  779. ^
  780. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 0 arguments, 2 provided
  781. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  782. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 1 argument, 2 provided
  783. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  784. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  785. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  786. from /usr/include/glibmm-2.4/glibmm.h:89,
  787. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  788. from app_gtkmm_utils.cpp:12:
  789. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = int; T_functor = sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>]’:
  790. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2288:7: required from here
  791. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2117:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&, int&)’
  792. (_A_func, _A_b1);
  793. ^
  794. In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
  795. from /usr/include/sigc++-2.0/sigc++/sigc++.h:107,
  796. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  797. from /usr/include/glibmm-2.4/glibmm.h:89,
  798. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  799. from app_gtkmm_utils.cpp:12:
  800. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
  801. struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : public adapts<T_functor>
  802. ^
  803. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 0 arguments, 2 provided
  804. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate: sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
  805. /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1085:8: note: candidate expects 1 argument, 2 provided
  806. In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
  807. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  808. from /usr/include/sigc++-2.0/sigc++/sigc++.h:104,
  809. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  810. from /usr/include/glibmm-2.4/glibmm.h:89,
  811. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  812. from app_gtkmm_utils.cpp:12:
  813. /usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’:
  814. /usr/include/sigc++-2.0/sigc++/functors/slot.h:192:37: required from ‘static void* (* sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int; sigc::internal::hook = void* (*)(void*)]’
  815. /usr/include/sigc++-2.0/sigc++/functors/slot.h:724:98: required from ‘sigc::slot2<T_return, T_arg1, T_arg2>::slot2(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’
  816. /usr/include/sigc++-2.0/sigc++/functors/slot.h:1801:26: required from ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’
  817. /usr/include/gtkmm-2.4/gtkmm/treeview.h:2253:7: required from here
  818. /usr/include/sigc++-2.0/sigc++/functors/slot.h:184:72: error: ‘operator()’ not defined
  819. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  820. ^
  821. In file included from /usr/include/sigc++-2.0/sigc++/signal.h:8:0,
  822. from /usr/include/sigc++-2.0/sigc++/sigc++.h:104,
  823. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  824. from /usr/include/glibmm-2.4/glibmm.h:89,
  825. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  826. from app_gtkmm_utils.cpp:12:
  827. /usr/include/sigc++-2.0/sigc++/signal_base.h: At global scope:
  828. /usr/include/sigc++-2.0/sigc++/signal_base.h:198:10: warning: inline function ‘sigc::internal::signal_exec::signal_exec(const sigc::internal::signal_impl*)’ used but never defined
  829. inline signal_exec(const signal_impl* sig) noexcept
  830. ^
  831. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
  832. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  833. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  834. from /usr/include/sigc++-2.0/sigc++/sigc++.h:104,
  835. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  836. from /usr/include/glibmm-2.4/glibmm.h:89,
  837. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  838. from app_gtkmm_utils.cpp:12:
  839. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:313:15: warning: inline function ‘bool sigc::slot_base::empty() const’ used but never defined
  840. inline bool empty() const noexcept
  841. ^
  842. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:319:15: warning: inline function ‘bool sigc::slot_base::blocked() const’ used but never defined
  843. inline bool blocked() const noexcept
  844. ^
  845. In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:22:0,
  846. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  847. from /usr/include/glibmm-2.4/glibmm.h:93,
  848. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  849. from app_gtkmm_utils.cpp:12:
  850. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::Binding]’ used but never defined
  851. inline ~RefPtr() noexcept;
  852. ^
  853. /usr/include/glibmm-2.4/glibmm/refptr.h:105:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::Binding]’ used but never defined
  854. inline RefPtr(const RefPtr& src) noexcept;
  855. ^
  856. /usr/include/glibmm-2.4/glibmm/refptr.h:99:19: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(T_CppObject*) [with T_CppObject = Glib::ByteArray]’ used but never defined
  857. explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
  858. ^
  859. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::ByteArray]’ used but never defined
  860. inline ~RefPtr() noexcept;
  861. ^
  862. /usr/include/glibmm-2.4/glibmm/refptr.h:105:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::ByteArray]’ used but never defined
  863. inline RefPtr(const RefPtr& src) noexcept;
  864. ^
  865. /usr/include/glibmm-2.4/glibmm/refptr.h:93:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::DBus::InterfaceInfo]’ used but never defined
  866. inline RefPtr() noexcept;
  867. ^
  868. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::DBus::InterfaceInfo]’ used but never defined
  869. inline ~RefPtr() noexcept;
  870. ^
  871. /usr/include/glibmm-2.4/glibmm/refptr.h:93:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::Cancellable]’ used but never defined
  872. inline RefPtr() noexcept;
  873. ^
  874. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Cancellable]’ used but never defined
  875. inline ~RefPtr() noexcept;
  876. ^
  877. /usr/include/glibmm-2.4/glibmm/refptr.h:93:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Glib::MainContext]’ used but never defined
  878. inline RefPtr() noexcept;
  879. ^
  880. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::MainContext]’ used but never defined
  881. inline ~RefPtr() noexcept;
  882. ^
  883. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Pango::LayoutLine]’ used but never defined
  884. /usr/include/glibmm-2.4/glibmm/refptr.h:105:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Pango::LayoutLine]’ used but never defined
  885. inline RefPtr(const RefPtr& src) noexcept;
  886. ^
  887. /usr/include/glibmm-2.4/glibmm/refptr.h:96:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gtk::TreeModel]’ used but never defined
  888. inline ~RefPtr() noexcept;
  889. ^
  890. /usr/include/glibmm-2.4/glibmm/refptr.h:105:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gtk::TreeModel]’ used but never defined
  891. inline RefPtr(const RefPtr& src) noexcept;
  892. ^
  893. /usr/include/glibmm-2.4/glibmm/refptr.h:158:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::Printer]’ used but never defined
  894. inline T_CppObject* operator->() const noexcept;
  895. ^
  896. /usr/include/glibmm-2.4/glibmm/refptr.h:168:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gtk::IconTheme]’ used but never defined
  897. inline operator bool() const noexcept;
  898. ^
  899. /usr/include/glibmm-2.4/glibmm/refptr.h:158:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::IconTheme]’ used but never defined
  900. inline T_CppObject* operator->() const noexcept;
  901. ^
  902. /usr/include/glibmm-2.4/glibmm/refptr.h:158:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Pango::LayoutLine]’ used but never defined
  903. /usr/include/glibmm-2.4/glibmm/refptr.h:168:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gtk::TreeModel]’ used but never defined
  904. inline operator bool() const noexcept;
  905. ^
  906. /usr/include/glibmm-2.4/glibmm/refptr.h:158:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::TreeModel]’ used but never defined
  907. inline T_CppObject* operator->() const noexcept;
  908. ^
  909. /usr/include/glibmm-2.4/glibmm/refptr.h:158:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::RecentInfo]’ used but never defined
  910. In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
  911. from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
  912. from /usr/include/sigc++-2.0/sigc++/signal.h:8,
  913. from /usr/include/sigc++-2.0/sigc++/sigc++.h:104,
  914. from /usr/include/glibmm-2.4/glibmm/thread.h:50,
  915. from /usr/include/glibmm-2.4/glibmm.h:89,
  916. from /usr/include/gtkmm-2.4/gtkmm.h:87,
  917. from app_gtkmm_utils.cpp:12:
  918. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:150:10: warning: inline function ‘sigc::internal::slot_do_bind::slot_do_bind(sigc::internal::slot_rep*)’ used but never defined
  919. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  920. ^
  921. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:168:10: warning: inline function ‘sigc::internal::slot_do_unbind::slot_do_unbind(sigc::internal::slot_rep*)’ used but never defined
  922. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  923. ^
  924. /usr/include/sigc++-2.0/sigc++/functors/slot_base.h:91:10: warning: inline function ‘sigc::internal::slot_rep::slot_rep(sigc::internal::hook, sigc::internal::hook, sigc::internal::hook)’ used but never defined
  925. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  926. ^
  927. Makefile:536: recipe for target 'app_gtkmm_utils.o' failed
  928. make[4]: *** [app_gtkmm_utils.o] Error 1
  929. make[4]: Leaving directory '/tmp/yaourt-tmp-user/aur-gsmartcontrol-svn/src/gsmartcontrol-svn/src/applib'
  930. Makefile:556: recipe for target 'all-recursive' failed
  931. make[3]: *** [all-recursive] Error 1
  932. make[3]: Leaving directory '/tmp/yaourt-tmp-user/aur-gsmartcontrol-svn/src/gsmartcontrol-svn/src/applib'
  933. Makefile:500: recipe for target 'all-recursive' failed
  934. make[2]: *** [all-recursive] Error 1
  935. make[2]: Leaving directory '/tmp/yaourt-tmp-user/aur-gsmartcontrol-svn/src/gsmartcontrol-svn/src'
  936. Makefile:540: recipe for target 'all-recursive' failed
  937. make[1]: *** [all-recursive] Error 1
  938. make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-gsmartcontrol-svn/src/gsmartcontrol-svn'
  939. Makefile:430: recipe for target 'all' failed
  940. make: *** [all] Error 2
  941. ==> ERROR: A failure occurred in build().
  942. Aborting...
  943. ==> ERROR: Makepkg was unable to build gsmartcontrol-svn.
  944. ==> Restart building gsmartcontrol-svn ? [y/N]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement