Advertisement
gusibsd

Untitled

Apr 9th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.62 KB | None | 0 0
  1. In file included from ../gdkmm/bitmap.h:7:
  2. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  3. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  4. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  5. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  6. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  7. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  8. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  9. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:67:38: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  10. template<typename T_functor, typename... T_args>
  11. ^
  12. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:68:25: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  13. using deduce_result_t = typename deduce_result_type<T_functor, T_args...>::type;
  14. ^
  15. In file included from bitmap.cc:4:
  16. In file included from ../gdkmm/bitmap.h:7:
  17. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  18. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  19. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  20. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  21. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  22. /usr/local/include/glibmm-2.4/glibmm/ustring.h:861using type_trait_take_t = typename type_trait<T>::take;184
  23. : ^124
  24. : error: a space is required between consecutive right angle brackets (use '> >')
  25. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  26. ^~
  27. > >
  28. In file included from cursor.cc:4:
  29. In file included from ../gdkmm/cursor.h:7:
  30. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  31. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  32. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  33. /usr/local/include/sigc++-2.0/sigc++/functors/slot.hIn file included from :/usr/local/include/sigc++-2.0/sigc++/functors/slot.h222::8151:
  34. :/usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h :error57: :a space is required between consecutive right angle brackets (use '> >')35
  35. : warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  36. slot_rep(const slot_rep& src) = delete; return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>In file included from
  37. /usr/local/include/sigc++-2.0/sigc++/signal.h ^~:
  38. 8 > >:
  39.  
  40. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:26:
  41. /usr/local/include/sigc++-2.0/sigc++/trackable.h:40:59: error: expected ';' at end of declaration list
  42. trackable_callback(void* data, func_destroy_notify func) noexcept
  43. ^
  44. ;
  45. /usr/local/include/sigc++-2.0/sigc++/trackable.hfatal error
  46. : ^too many errors emitted, stopping now [-ferror-limit=]
  47.  
  48. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:58:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  49. slot_rep& operator=(const slot_rep& src) = delete;
  50. ^
  51. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:20: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  52. slot_rep(slot_rep&& src) = delete;
  53. ^
  54. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:30: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  55. slot_rep(slot_rep&& src) = delete;
  56. ^
  57. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  58. slot_rep& operator=(slot_rep&& src) = delete;
  59. ^
  60. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  61. slot_rep& operator=(slot_rep&& src) = delete;
  62. ^
  63. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:91:59: error: expected ';' at end of declaration list
  64. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  65. ^
  66. ;
  67. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:150:37: error: expected ';' at end of declaration list
  68. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  69. ^
  70. ;
  71. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:168:39: error: expected ';' at end of declaration list
  72. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  73. ^
  74. ;
  75. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:258:14: error: expected ';' at end of declaration list
  76. slot_base() noexcept;
  77. ^
  78. ;
  79. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:263:36: error: expected ';' at end of declaration list
  80. explicit slot_base(rep_type* rep) noexcept;
  81. ^
  82. ;
  83. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:274:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  84. slot_base(slot_base&& src);
  85. ^
  86. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:3: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions]
  87. explicit operator bool() const noexcept;
  88. ^~~~~~~~
  89. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:33: error: expected ';' at end of declaration list
  90. explicit operator bool() const noexcept;
  91. ^
  92. ;
  93. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:294:63: error: expected ';' at end of declaration list
  94. void set_parent(void* parent, void* (*cleanup)(void*)) const noexcept;
  95. ^
  96. ;
  97. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:313:28: error: expected ';' at end of declaration list
  98. inline bool empty() const noexcept
  99. ^
  100. ;
  101. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:335:17: error: expected ';' at end of declaration list
  102. bool unblock() noexcept;
  103. ^
  104. ;
  105. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:356:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  106. slot_base& operator=(slot_base&& src);
  107. ^
  108. In file included from bitmap.cc:4:
  109. In file included from ../gdkmm/bitmap.h:7:
  110. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  111. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  112. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  113. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  114. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  115. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:52:58: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  116. typed_slot_rep& operator=(const typed_slot_rep& src) = delete;
  117. ^
  118. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:32: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  119. typed_slot_rep(typed_slot_rep&& src) = delete;
  120. ^
  121. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:42: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  122. typed_slot_rep(typed_slot_rep&& src) = delete;
  123. ^
  124. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:43: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  125. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  126. ^
  127. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:53: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  128. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  129. ^
  130. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:148:97: error: a space is required between consecutive right angle brackets (use '> >')
  131. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  132. ^~
  133. > >
  134. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:184:124: error: a space is required between consecutive right angle brackets (use '> >')
  135. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  136. ^~
  137. > >
  138. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:222:151: error: a space is required between consecutive right angle brackets (use '> >')
  139. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  140. ^~
  141. > >
  142. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  143. :71:65: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  144. trackable_callback_list(const trackable_callback_list& src) = delete;
  145. ^
  146. /usr/local/include/sigc++-2.0/sigc++/trackable.h:72:76: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  147. trackable_callback_list& operator=(const trackable_callback_list& src) = delete;
  148. ^
  149. /usr/local/include/sigc++-2.0/sigc++/trackable.h:73:50: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  150. trackable_callback_list(trackable_callback_list&& src) = delete;
  151. ^
  152. /usr/local/include/sigc++-2.0/sigc++/trackable.h:73:60: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  153. trackable_callback_list(trackable_callback_list&& src) = delete;
  154. ^
  155. /usr/local/include/sigc++-2.0/sigc++/trackable.h:74:61: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  156. trackable_callback_list& operator=(trackable_callback_list&& src) = delete;
  157. ^
  158. /usr/local/include/sigc++-2.0/sigc++/trackable.h:74:71: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  159. trackable_callback_list& operator=(trackable_callback_list&& src) = delete;
  160. ^
  161. :48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  162. FormatStream(const ustring::FormatStream&) = delete;
  163. ^
  164. /usr/local/include/glibmm-2.4/glibmm/ustring.h:862:59: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  165. FormatStream& operator=(const ustring::FormatStream&) = delete;
  166. ^
  167. /usr/local/include/glibmm-2.4/glibmm/ustring.h:866:22: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  168. using StreamType = std::wostringstream;
  169. ^
  170. /usr/local/include/glibmm-2.4/glibmm/ustring.h:874:18: error: expected ';' at end of declaration list
  171. ~FormatStream() noexcept;
  172. ^
  173. ;
  174. /usr/local/include/sigc++-2.0/sigc++/trackable.h:116:14: error: expected ';' at end of declaration list
  175. trackable() noexcept;
  176. ^
  177. ;
  178. /usr/local/include/sigc++-2.0/sigc++/trackable.h:118:34: error: expected ';' at end of declaration list
  179. trackable(const trackable& src) noexcept;
  180. ^
  181. ;
  182. /usr/local/include/sigc++-2.0/sigc++/trackable.h:120:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  183. trackable(trackable&& src);
  184. ^
  185. /usr/local/include/sigc++-2.0/sigc++/trackable.h:124:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  186. trackable& operator=(trackable&& src);
  187. ^
  188. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1257:45: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  189. Stringify(const ustring::Stringify<T>&) = delete;
  190. ^
  191. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1258:59: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  192. Stringify<T>& operator=(const ustring::Stringify<T>&) = delete;
  193. ^
  194. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1274:51: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  195. Stringify(const ustring::Stringify<ustring>&) = delete;
  196. ^
  197. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1275:71: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  198. Stringify<ustring>& operator=(const ustring::Stringify<ustring>&) = delete;
  199. ^
  200. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1293:55: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  201. Stringify(const ustring::Stringify<const char*>&) = delete;
  202. ^
  203. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1294:75: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  204. Stringify<ustring>& operator=(const ustring::Stringify<const char*>&) = delete;
  205. ^
  206. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1312:51: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  207. Stringify(const ustring::Stringify<char[N]>&) = delete;
  208. ^
  209. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1313:71: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  210. Stringify<ustring>& operator=(const ustring::Stringify<char[N]>&) = delete;
  211. ^
  212. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1332:57: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  213. Stringify(const ustring::Stringify<const char[N]>&) = delete;
  214. ^
  215. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1333:77: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  216. Stringify<ustring>& operator=(const ustring::Stringify<const char[N]>&) = delete;
  217. ^
  218. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1631:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  219. bool operator==(const ustring& lhs, int rhs) = delete;
  220. ^
  221. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1632:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  222. bool operator==(int lhs, const ustring& rhs) = delete;
  223. ^
  224. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1633:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  225. bool operator!=(const ustring& lhs, int rhs) = delete;
  226. ^
  227. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1634:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  228. bool operator!=(int lhs, const ustring& rhs) = delete;
  229. ^
  230. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1635:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  231. bool operator<(const ustring& lhs, int rhs) = delete;
  232. ^
  233. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1636:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  234. bool operator<(int lhs, const ustring& rhs) = delete;
  235. ^
  236. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1637:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  237. bool operator>(const ustring& lhs, int rhs) = delete;
  238. ^
  239. /usr/local/include/glibmm-2.4/glibmm/ustring.h:
  240. In file included from ../gdkmm/color.h:9:
  241. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  242. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  243. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  244. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  245. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  246. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  247. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  248. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:48:32: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  249. template<class T_functor, class... T_args>
  250. ^
  251. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:53:29: warning: default template arguments for a function template are a C++11 extension [-Wc++11-extensions]
  252. template<class U_functor, typename = typename std::is_base_of<adaptor_base, T_functor>::type>
  253. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  254. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:64:16: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  255. using type = decltype (test<T_functor> ());
  256. ^
  257. /usr/include/c++/v1/__config:593:25: note: expanded from macro 'decltype'
  258. # define decltype(__x) __decltype(__x)
  259. ^
  260. In file included from color.cc:4:
  261. In file included from ../gdkmm/color.h:9:
  262. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  263. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  264. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  265. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  266. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  267. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  268. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  269. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:67:38: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  270. template<typename T_functor, typename... T_args>
  271. ^
  272. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:68:25: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  273. using deduce_result_t = typename deduce_result_type<T_functor, T_args...>::type;
  274. ^
  275. In file included from color.cc:4:
  276. In file included from ../gdkmm/color.h:9:
  277. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  278. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  279. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  280. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  281. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  282. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:8:
  283. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:57:35: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  284. slot_rep(const slot_rep& src) = delete;
  285. ^
  286. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:58:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  287. slot_rep& operator=(const slot_rep& src) = delete;
  288. ^
  289. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:20: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  290. slot_rep(slot_rep&& src) = delete;
  291. ^
  292. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:30: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  293. slot_rep(slot_rep&& src) = delete;
  294. ^
  295. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  296. slot_rep& operator=(slot_rep&& src) = delete;
  297. ^
  298. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  299. slot_rep& operator=(slot_rep&& src) = delete;
  300. ^
  301. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:91:59: error: expected ';' at end of declaration list
  302. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  303. ^
  304. ;
  305. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:150:37: error: expected ';' at end of declaration list
  306. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  307. ^
  308. ;
  309. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:168:39: error: expected ';' at end of declaration list
  310. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  311. ^
  312. ;
  313. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:258:14: error: expected ';' at end of declaration list
  314. slot_base() noexcept;
  315. ^
  316. ;
  317. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:263:36: error: expected ';' at end of declaration list
  318. explicit slot_base(rep_type* rep) noexcept;
  319. ^
  320. ;
  321. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:274:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  322. slot_base(slot_base&& src);
  323. ^
  324. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:3: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions]
  325. explicit operator bool() const noexcept;
  326. ^~~~~~~~
  327. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:33: error: expected ';' at end of declaration list
  328. explicit operator bool() const noexcept;
  329. ^
  330. ;
  331. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:294:63: error: expected ';' at end of declaration list
  332. void set_parent(void* parent, void* (*cleanup)(void*)) const noexcept;
  333. ^
  334. ;
  335. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:313:28: error: expected ';' at end of declaration list
  336. inline bool empty() const noexcept
  337. ^
  338. ;
  339. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:335:17: error: expected ';' at end of declaration list
  340. bool unblock() noexcept;
  341. ^
  342. ;
  343. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:356:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  344. slot_base& operator=(slot_base&& src);
  345. ^
  346. In file included from color.cc:4:
  347. In file included from ../gdkmm/color.h:9:
  348. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  349. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  350. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  351. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  352. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  353. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:52:58: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  354. typed_slot_rep& operator=(const typed_slot_rep& src) = delete;
  355. ^
  356. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:32: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  357. typed_slot_rep(typed_slot_rep&& src) = delete;
  358. ^
  359. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:42: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  360. typed_slot_rep(typed_slot_rep&& src) = delete;
  361. ^
  362. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:43: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  363. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  364. ^
  365. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:53: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  366. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  367. ^
  368. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:148:97: error: a space is required between consecutive right angle brackets (use '> >')
  369. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  370. ^~
  371. > >
  372. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:184:124: error: a space is required between consecutive right angle brackets (use '> >')
  373. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  374. ^~
  375. > >
  376. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:222:151: error: a space is required between consecutive right angle brackets (use '> >')
  377. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  378. ^~
  379. > >
  380. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  381. :1638:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  382. bool operator>(int lhs, const ustring& rhs) = delete;
  383. ^
  384. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1639:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  385. bool operator<=(const ustring& lhs, int rhs) = delete;
  386. ^
  387. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1640:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  388. bool operator<=(int lhs, const ustring& rhs) = delete;
  389. ^
  390. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1641:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  391. bool operator>=(const ustring& lhs, int rhs) = delete;
  392. ^
  393. /usr/local/include/glibmm-2.4/glibmm/ustring.h:1642:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  394. bool operator>=(int lhs, const ustring& rhs) = delete;
  395. ^
  396. In file included from colormap.cc:4:
  397. In file included from ../gdkmm/colormap.h:9:
  398. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  399. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:48:
  400. In file included from /usr/local/include/glibmm-2.4/glibmm/error.h:23:
  401. /usr/local/include/glibmm-2.4/glibmm/exception.h:33:23: error: expected ';' at end of declaration list
  402. virtual ~Exception() noexcept = 0;
  403. ^
  404. ;
  405. In file included from colormap.cc:4:
  406. In file included from ../gdkmm/colormap.h:9:
  407. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  408. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:48:
  409. /usr/local/include/glibmm-2.4/glibmm/error.h:39:11: error: expected ';' at end of declaration list
  410. ~Error() noexcept override;
  411. ^
  412. ;
  413. /usr/local/include/glibmm-2.4/glibmm/error.h:43:30: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
  414. Glib::ustring what() const override;
  415. ^
  416. /usr/local/include/glibmm-2.4/glibmm/error.h:54:21: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  417. using ThrowFunc = void(*)(GError*);
  418. ^
  419. In file included from cursor.cc:4:
  420. In file included from ../gdkmm/cursor.h:7:
  421. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  422. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  423. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  424. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  425. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  426. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  427. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  428. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:48:32: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  429. template<class T_functor, class... T_args>
  430. ^
  431. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:53:29: warning: default template arguments for a function template are a C++11 extension [-Wc++11-extensions]
  432. template<class U_functor, typename = typename std::is_base_of<adaptor_base, T_functor>::type>
  433. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:64:16: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  435. using type = decltype (test<T_functor> ());
  436. ^
  437. /usr/include/c++/v1/__config:593:25: note: expanded from macro 'decltype'
  438. # define decltype(__x) __decltype(__x)
  439. ^
  440. In file included from cursor.cc:4:
  441. In file included from ../gdkmm/cursor.h:7:
  442. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  443. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  444. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  445. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  446. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  447. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  448. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  449. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:67:38: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  450. template<typename T_functor, typename... T_args>
  451. ^
  452. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:68:25: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  453. using deduce_result_t = typename deduce_result_type<T_functor, T_args...>::type;
  454. ^
  455. In file included from cursor.cc:4:
  456. In file included from ../gdkmm/cursor.h:7:
  457. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  458. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  459. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  460. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  461. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  462. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:8:
  463. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:57:35: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  464. slot_rep(const slot_rep& src) = delete;
  465. ^
  466. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:58:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  467. slot_rep& operator=(const slot_rep& src) = delete;
  468. ^
  469. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:20: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  470. slot_rep(slot_rep&& src) = delete;
  471. ^
  472. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:30: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  473. slot_rep(slot_rep&& src) = delete;
  474. ^
  475. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  476. slot_rep& operator=(slot_rep&& src) = delete;
  477. ^
  478. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  479. slot_rep& operator=(slot_rep&& src) = delete;
  480. ^
  481. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:91:59: error: expected ';' at end of declaration list
  482. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  483. ^
  484. ;
  485. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:150:37: error: expected ';' at end of declaration list
  486. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  487. ^
  488. ;
  489. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:168:39: error: expected ';' at end of declaration list
  490. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  491. ^
  492. ;
  493. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:258:14: error: expected ';' at end of declaration list
  494. slot_base() noexcept;
  495. ^
  496. ;
  497. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:263:36: error: expected ';' at end of declaration list
  498. explicit slot_base(rep_type* rep) noexcept;
  499. ^
  500. ;
  501. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:274:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  502. slot_base(slot_base&& src);
  503. ^
  504. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:3: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions]
  505. explicit operator bool() const noexcept;
  506. ^~~~~~~~
  507. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:33: error: expected ';' at end of declaration list
  508. explicit operator bool() const noexcept;
  509. ^
  510. ;
  511. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:294:63: error: expected ';' at end of declaration list
  512. void set_parent(void* parent, void* (*cleanup)(void*)) const noexcept;
  513. ^
  514. ;
  515. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:313:28: error: expected ';' at end of declaration list
  516. inline bool empty() const noexcept
  517. ^
  518. ;
  519. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:335:17: error: expected ';' at end of declaration list
  520. bool unblock() noexcept;
  521. ^
  522. ;
  523. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:356:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  524. slot_base& operator=(slot_base&& src);
  525. ^
  526. In file included from cursor.cc:4:
  527. In file included from ../gdkmm/cursor.h:7:
  528. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  529. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  530. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  531. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  532. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  533. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:52:58: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  534. typed_slot_rep& operator=(const typed_slot_rep& src) = delete;
  535. ^
  536. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:32: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  537. typed_slot_rep(typed_slot_rep&& src) = delete;
  538. ^
  539. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:42: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  540. typed_slot_rep(typed_slot_rep&& src) = delete;
  541. ^
  542. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:43: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  543. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  544. ^
  545. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:53: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  546. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  547. ^
  548. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:148:97: error: a space is required between consecutive right angle brackets (use '> >')
  549. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  550. ^~
  551. > >
  552. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:184:124: error: a space is required between consecutive right angle brackets (use '> >')
  553. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  554. ^~
  555. > >
  556. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:222:151: error: a space is required between consecutive right angle brackets (use '> >')
  557. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  558. ^~
  559. > >
  560. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  561. In file included from colormap.cc:4:
  562. In file included from ../gdkmm/colormap.h:9:
  563. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  564. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  565. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  566. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  567. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:25:
  568. /usr/local/include/sigc++-2.0/sigc++/type_traits.h:63:27: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  569. using type_trait_pass_t = typename type_trait<T>::pass;
  570. ^
  571. /usr/local/include/sigc++-2.0/sigc++/type_traits.h:66:27: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  572. using type_trait_take_t = typename type_trait<T>::take;
  573. ^
  574. In file included from colormap.cc:4:
  575. In file included from ../gdkmm/colormap.h:9:
  576. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  577. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  578. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  579. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  580. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:26:
  581. /usr/local/include/sigc++-2.0/sigc++/trackable.h:40:59: error: expected ';' at end of declaration list
  582. trackable_callback(void* data, func_destroy_notify func) noexcept
  583. ^
  584. ;
  585. /usr/local/include/sigc++-2.0/sigc++/trackable.h:71:65: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  586. trackable_callback_list(const trackable_callback_list& src) = delete;
  587. ^
  588. /usr/local/include/sigc++-2.0/sigc++/trackable.h:72:76: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  589. trackable_callback_list& operator=(const trackable_callback_list& src) = delete;
  590. ^
  591. /usr/local/include/sigc++-2.0/sigc++/trackable.h:73:50: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  592. trackable_callback_list(trackable_callback_list&& src) = delete;
  593. ^
  594. /usr/local/include/sigc++-2.0/sigc++/trackable.h:73:60: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  595. trackable_callback_list(trackable_callback_list&& src) = delete;
  596. ^
  597. /usr/local/include/sigc++-2.0/sigc++/trackable.h:74:61: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  598. trackable_callback_list& operator=(trackable_callback_list&& src) = delete;
  599. ^
  600. /usr/local/include/sigc++-2.0/sigc++/trackable.h:74:71: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  601. trackable_callback_list& operator=(trackable_callback_list&& src) = delete;
  602. ^
  603. /usr/local/include/sigc++-2.0/sigc++/trackable.h:116:14: error: expected ';' at end of declaration list
  604. trackable() noexcept;
  605. ^
  606. ;
  607. /usr/local/include/sigc++-2.0/sigc++/trackable.h:118:34: error: expected ';' at end of declaration list
  608. trackable(const trackable& src) noexcept;
  609. ^
  610. ;
  611. /usr/local/include/sigc++-2.0/sigc++/trackable.h:120:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  612. trackable(trackable&& src);
  613. ^
  614. /usr/local/include/sigc++-2.0/sigc++/trackable.h:124:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  615. trackable& operator=(trackable&& src);
  616. ^
  617. In file included from colormap.cc:4:
  618. In file included from ../gdkmm/colormap.h:9:
  619. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  620. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  621. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  622. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  623. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  624. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  625. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  626. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:48:32: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  627. template<class T_functor, class... T_args>
  628. ^
  629. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:53:29: warning: default template arguments for a function template are a C++11 extension [-Wc++11-extensions]
  630. template<class U_functor, typename = typename std::is_base_of<adaptor_base, T_functor>::type>
  631. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  632. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:64:16: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  633. using type = decltype (test<T_functor> ());
  634. ^
  635. /usr/include/c++/v1/__config:593:25: note: expanded from macro 'decltype'
  636. # define decltype(__x) __decltype(__x)
  637. ^
  638. In file included from colormap.cc:4:
  639. In file included from ../gdkmm/colormap.h:9:
  640. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  641. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  642. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  643. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  644. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  645. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:7:
  646. In file included from /usr/local/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:10:
  647. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:67:38: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  648. template<typename T_functor, typename... T_args>
  649. ^
  650. /usr/local/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h:68:25: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  651. using deduce_result_t = typename deduce_result_type<T_functor, T_args...>::type;
  652. ^
  653. In file included from colormap.cc:4:
  654. In file included from ../gdkmm/colormap.h:9:
  655. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  656. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  657. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  658. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  659. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  660. In file included from /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:8:
  661. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:57:35: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  662. slot_rep(const slot_rep& src) = delete;
  663. ^
  664. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:58:46: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  665. slot_rep& operator=(const slot_rep& src) = delete;
  666. ^
  667. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:20: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  668. slot_rep(slot_rep&& src) = delete;
  669. ^
  670. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:60:30: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  671. slot_rep(slot_rep&& src) = delete;
  672. ^
  673. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:31: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  674. slot_rep& operator=(slot_rep&& src) = delete;
  675. ^
  676. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:61:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  677. slot_rep& operator=(slot_rep&& src) = delete;
  678. ^
  679. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:91:59: error: expected ';' at end of declaration list
  680. inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
  681. ^
  682. ;
  683. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:150:37: error: expected ';' at end of declaration list
  684. inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
  685. ^
  686. ;
  687. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:168:39: error: expected ';' at end of declaration list
  688. inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
  689. ^
  690. ;
  691. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:258:14: error: expected ';' at end of declaration list
  692. slot_base() noexcept;
  693. ^
  694. ;
  695. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:263:36: error: expected ';' at end of declaration list
  696. explicit slot_base(rep_type* rep) noexcept;
  697. ^
  698. ;
  699. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:274:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  700. slot_base(slot_base&& src);
  701. ^
  702. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:3: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions]
  703. explicit operator bool() const noexcept;
  704. ^~~~~~~~
  705. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:285:33: error: expected ';' at end of declaration list
  706. explicit operator bool() const noexcept;
  707. ^
  708. ;
  709. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:294:63: error: expected ';' at end of declaration list
  710. void set_parent(void* parent, void* (*cleanup)(void*)) const noexcept;
  711. ^
  712. ;
  713. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:313:28: error: expected ';' at end of declaration list
  714. inline bool empty() const noexcept
  715. ^
  716. ;
  717. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:335:17: error: expected ';' at end of declaration list
  718. bool unblock() noexcept;
  719. ^
  720. ;
  721. /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:356:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  722. slot_base& operator=(slot_base&& src);
  723. ^
  724. In file included from colormap.cc:4:
  725. In file included from ../gdkmm/colormap.h:9:
  726. In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
  727. In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
  728. In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
  729. In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
  730. In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
  731. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:52:58: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  732. typed_slot_rep& operator=(const typed_slot_rep& src) = delete;
  733. ^
  734. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:32: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  735. typed_slot_rep(typed_slot_rep&& src) = delete;
  736. ^
  737. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:54:42: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  738. typed_slot_rep(typed_slot_rep&& src) = delete;
  739. ^
  740. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:43: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
  741. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  742. ^
  743. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:55:53: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  744. typed_slot_rep& operator=(typed_slot_rep&& src) = delete;
  745. ^
  746. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:148:97: error: a space is required between consecutive right angle brackets (use '> >')
  747. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
  748. ^~
  749. > >
  750. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:184:124: error: a space is required between consecutive right angle brackets (use '> >')
  751. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>>
  752. ^~
  753. > >
  754. /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:222:151: error: a space is required between consecutive right angle brackets (use '> >')
  755. return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>, type_trait_take_t<T_arg2>, type_trait_take_t<T_arg3>>
  756. ^~
  757. > >
  758. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  759. 75 warnings and 20 errors generated.
  760. Makefile:524: recipe for target 'color.lo' failed
  761. gmake[3]: *** [color.lo] Error 1
  762. gmake[3]: *** Waiting for unfinished jobs....
  763. 75 warnings and 20 errors generated.
  764. 75 warnings and 20 errors generated.
  765. Makefile:524: recipe for target 'bitmap.lo' failed
  766. gmake[3]: *** [bitmap.lo] Error 1
  767. 75 warnings and 20 errors generated.
  768. Makefile:524: recipe for target 'displaymanager.lo' failed
  769. gmake[3]: *** [displaymanager.lo] Error 1
  770. Makefile:524: recipe for target 'display.lo' failed
  771. gmake[3]: *** [display.lo] Error 1
  772. 75 warnings and 20 errors generated.
  773. Makefile:524: recipe for target 'colormap.lo' failed
  774. gmake[3]: *** [colormap.lo] Error 1
  775. 75 warnings and 20 errors generated.
  776. Makefile:524: recipe for target 'device.lo' failed
  777. gmake[3]: *** [device.lo] Error 1
  778. 75 warnings and 20 errors generated.
  779. Makefile:524: recipe for target 'cursor.lo' failed
  780. gmake[3]: *** [cursor.lo] Error 1
  781. 75 warnings and 20 errors generated.
  782. Makefile:524: recipe for target 'dragcontext.lo' failed
  783. gmake[3]: *** [dragcontext.lo] Error 1
  784. gmake[3]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/gtkmm24/work/gtkmm-2.24.4/gdk/gdkmm'
  785. Makefile:682: recipe for target 'all-recursive' failed
  786. gmake[2]: *** [all-recursive] Error 1
  787. gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/gtkmm24/work/gtkmm-2.24.4'
  788. Makefile:467: recipe for target 'all' failed
  789. gmake[1]: *** [all] Error 2
  790. gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/gtkmm24/work/gtkmm-2.24.4'
  791. ===> Compilation failed unexpectedly.
  792. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
  793. the maintainer.
  794. *** Error code 1
  795.  
  796. Stop.
  797. make: stopped in /usr/ports/x11-toolkits/gtkmm24
  798. ====>> Cleaning up wrkdir
  799. ===> Cleaning for gtkmm24-2.24.4_2
  800. ====>> Warning: Leftover processes:
  801. USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
  802. build of x11-toolkits/gtkmm24 ended at Sat Apr 9 08:43:58 CEST 2016
  803. build time: 00:01:10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement