Advertisement
Guest User

Untitled

a guest
Jun 19th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 135.24 KB | None | 0 0
  1. [165/653] cxx: ingen/src/gui/SubgraphModule.cpp -> build/ingen/src/gui/SubgraphModule.cpp.1.o
  2. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  3. from ../ingen/src/gui/Style.cpp:23:
  4. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: ‘Value’ is not a class template
  5. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  6. ^
  7. /usr/include/gdkmm-2.4/gdkmm/types.h:92:54: error: expected template-name before ‘<’ token
  8. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  9. ^
  10. /usr/include/gdkmm-2.4/gdkmm/types.h:92:54: error: expected ‘{’ before ‘<’ token
  11. /usr/include/gdkmm-2.4/gdkmm/types.h:92:54: error: expected unqualified-id before ‘<’ token
  12. /usr/include/gdkmm-2.4/gdkmm/types.h:174:7: error: ‘Value’ is not a class template
  13. class Value<Gdk::ModifierType> : public Glib::Value_Flags<Gdk::ModifierType>
  14. ^
  15. /usr/include/gdkmm-2.4/gdkmm/types.h:174:30: error: ‘Glib::Value’ is not a template type
  16. class Value<Gdk::ModifierType> : public Glib::Value_Flags<Gdk::ModifierType>
  17. ^
  18. /usr/include/gdkmm-2.4/gdkmm/types.h:174:58: error: expected template-name before ‘<’ token
  19. class Value<Gdk::ModifierType> : public Glib::Value_Flags<Gdk::ModifierType>
  20. ^
  21. /usr/include/gdkmm-2.4/gdkmm/types.h:207:7: error: ‘Value’ is not a class template
  22. class Value<Gdk::Status> : public Glib::Value_Enum<Gdk::Status>
  23. ^
  24. /usr/include/gdkmm-2.4/gdkmm/types.h:207:24: error: ‘Glib::Value’ is not a template type
  25. class Value<Gdk::Status> : public Glib::Value_Enum<Gdk::Status>
  26. ^
  27. /usr/include/gdkmm-2.4/gdkmm/types.h:207:51: error: expected template-name before ‘<’ token
  28. class Value<Gdk::Status> : public Glib::Value_Enum<Gdk::Status>
  29. ^
  30. /usr/include/gdkmm-2.4/gdkmm/types.h:274:7: error: ‘Value’ is not a class template
  31. class Value<Gdk::InputCondition> : public Glib::Value_Flags<Gdk::InputCondition>
  32. ^
  33. /usr/include/gdkmm-2.4/gdkmm/types.h:274:32: error: ‘Glib::Value’ is not a template type
  34. class Value<Gdk::InputCondition> : public Glib::Value_Flags<Gdk::InputCondition>
  35. ^
  36. /usr/include/gdkmm-2.4/gdkmm/types.h:274:60: error: expected template-name before ‘<’ token
  37. class Value<Gdk::InputCondition> : public Glib::Value_Flags<Gdk::InputCondition>
  38. ^
  39. /usr/include/gdkmm-2.4/gdkmm/types.h:357:9: error: ‘ArrayHandle’ in namespace ‘Glib’ does not name a type
  40. typedef Glib::ArrayHandle<std::string,AtomStringTraits> ArrayHandle_AtomString;
  41. ^
  42. /usr/include/gdkmm-2.4/gdkmm/types.h:358:9: error: ‘ListHandle’ in namespace ‘Glib’ does not name a type
  43. typedef Glib::ListHandle<std::string,AtomStringTraits> ListHandle_AtomString;
  44. ^
  45. In file included from /usr/include/glibmm-2.4/glibmm/value.h:196:0,
  46. from /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:25,
  47. from /usr/include/glibmm-2.4/glibmm/propertyproxy.h:25,
  48. from /usr/include/glibmm-2.4/glibmm/objectbase.h:24,
  49. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  50. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  51. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  52. from /usr/include/glibmm-2.4/glibmm.h:91,
  53. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  54. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  55. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  56. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  57. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  58. from ../ingen/src/gui/Style.cpp:23:
  59. /usr/include/glibmm-2.4/glibmm/value_custom.h:109:7: error: ‘Glib::Value’ is not a template type
  60. class Value : public ValueBase_Boxed
  61. ^
  62. /usr/include/glibmm-2.4/glibmm/value_custom.h:135:7: error: ‘Value’ is not a class template
  63. class Value<T*> : public Value_Pointer<T,T*>
  64. ^
  65. /usr/include/glibmm-2.4/glibmm/value_custom.h:135:15: error: ‘Glib::Value’ is not a template type
  66. class Value<T*> : public Value_Pointer<T,T*>
  67. ^
  68. /usr/include/glibmm-2.4/glibmm/value_custom.h:144:7: error: ‘Value’ is not a class template
  69. class Value<const T*> : public Value_Pointer<T,const T*>
  70. ^
  71. /usr/include/glibmm-2.4/glibmm/value_custom.h:144:21: error: ‘Glib::Value’ is not a template type
  72. class Value<const T*> : public Value_Pointer<T,const T*>
  73. ^
  74. /usr/include/glibmm-2.4/glibmm/value_custom.h:231:12: error: expected initializer before ‘<’ token
  75. GType Value<T>::custom_type_ = 0;
  76. ^
  77. /usr/include/glibmm-2.4/glibmm/value_custom.h:234:11: error: expected initializer before ‘<’ token
  78. void Value<T>::set(const typename Value<T>::CppType& data)
  79. ^
  80. /usr/include/glibmm-2.4/glibmm/value_custom.h:241:10: error: expected nested-name-specifier before ‘Value’
  81. typename Value<T>::CppType Value<T>::get() const
  82. ^
  83. /usr/include/glibmm-2.4/glibmm/value_custom.h:241:15: error: expected initializer before ‘<’ token
  84. typename Value<T>::CppType Value<T>::get() const
  85. ^
  86. /usr/include/glibmm-2.4/glibmm/value_custom.h:249:12: error: expected initializer before ‘<’ token
  87. GType Value<T>::value_type()
  88. ^
  89. /usr/include/glibmm-2.4/glibmm/value_custom.h:264:11: error: expected initializer before ‘<’ token
  90. void Value<T>::value_init_func(GValue* value)
  91. ^
  92. /usr/include/glibmm-2.4/glibmm/value_custom.h:272:11: error: expected initializer before ‘<’ token
  93. void Value<T>::value_free_func(GValue* value)
  94. ^
  95. /usr/include/glibmm-2.4/glibmm/value_custom.h:279:11: error: expected initializer before ‘<’ token
  96. void Value<T>::value_copy_func(const GValue* src_value, GValue* dest_value)
  97. ^
  98. In file included from /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:25:0,
  99. from /usr/include/glibmm-2.4/glibmm/propertyproxy.h:25,
  100. from /usr/include/glibmm-2.4/glibmm/objectbase.h:24,
  101. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  102. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  103. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  104. from /usr/include/glibmm-2.4/glibmm.h:91,
  105. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  106. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  107. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  108. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  109. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  110. from ../ingen/src/gui/Style.cpp:23:
  111. /usr/include/glibmm-2.4/glibmm/value.h:226:7: error: ‘Value’ is not a class template
  112. class Value< Glib::RefPtr<T> > : public ValueBase_Object
  113. ^
  114. /usr/include/glibmm-2.4/glibmm/value.h:226:30: error: ‘Glib::Value’ is not a template type
  115. class Value< Glib::RefPtr<T> > : public ValueBase_Object
  116. ^
  117. /usr/include/glibmm-2.4/glibmm/value.h:245:7: error: ‘Value’ is not a class template
  118. class Value< Glib::RefPtr<const T> > : public ValueBase_Object
  119. ^
  120. /usr/include/glibmm-2.4/glibmm/value.h:245:36: error: ‘Glib::Value’ is not a template type
  121. class Value< Glib::RefPtr<const T> > : public ValueBase_Object
  122. ^
  123. In file included from /usr/include/glibmm-2.4/glibmm/value.h:266:0,
  124. from /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:25,
  125. from /usr/include/glibmm-2.4/glibmm/propertyproxy.h:25,
  126. from /usr/include/glibmm-2.4/glibmm/objectbase.h:24,
  127. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  128. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  129. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  130. from /usr/include/glibmm-2.4/glibmm.h:91,
  131. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  132. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  133. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  134. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  135. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  136. from ../ingen/src/gui/Style.cpp:23:
  137. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:23:7: error: ‘Value’ is not a class template
  138. class Value<bool> : public ValueBase
  139. ^
  140. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:23:17: error: ‘Glib::Value’ is not a template type
  141. class Value<bool> : public ValueBase
  142. ^
  143. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:44:7: error: ‘Value’ is not a class template
  144. class Value<char> : public ValueBase
  145. ^
  146. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:44:17: error: ‘Glib::Value’ is not a template type
  147. class Value<char> : public ValueBase
  148. ^
  149. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:65:7: error: ‘Value’ is not a class template
  150. class Value<unsigned char> : public ValueBase
  151. ^
  152. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:65:26: error: ‘Glib::Value’ is not a template type
  153. class Value<unsigned char> : public ValueBase
  154. ^
  155. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:86:7: error: ‘Value’ is not a class template
  156. class Value<int> : public ValueBase
  157. ^
  158. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:86:16: error: ‘Glib::Value’ is not a template type
  159. class Value<int> : public ValueBase
  160. ^
  161. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:107:7: error: ‘Value’ is not a class template
  162. class Value<unsigned int> : public ValueBase
  163. ^
  164. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:107:25: error: ‘Glib::Value’ is not a template type
  165. class Value<unsigned int> : public ValueBase
  166. ^
  167. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:128:7: error: ‘Value’ is not a class template
  168. class Value<long> : public ValueBase
  169. ^
  170. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:128:17: error: ‘Glib::Value’ is not a template type
  171. class Value<long> : public ValueBase
  172. ^
  173. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:149:7: error: ‘Value’ is not a class template
  174. class Value<unsigned long> : public ValueBase
  175. ^
  176. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:149:26: error: ‘Glib::Value’ is not a template type
  177. class Value<unsigned long> : public ValueBase
  178. ^
  179. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:170:7: error: ‘Value’ is not a class template
  180. class Value<long long> : public ValueBase
  181. ^
  182. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:170:22: error: ‘Glib::Value’ is not a template type
  183. class Value<long long> : public ValueBase
  184. ^
  185. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:191:7: error: ‘Value’ is not a class template
  186. class Value<unsigned long long> : public ValueBase
  187. ^
  188. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:191:31: error: ‘Glib::Value’ is not a template type
  189. class Value<unsigned long long> : public ValueBase
  190. ^
  191. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:212:7: error: ‘Value’ is not a class template
  192. class Value<float> : public ValueBase
  193. ^
  194. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:212:18: error: ‘Glib::Value’ is not a template type
  195. class Value<float> : public ValueBase
  196. ^
  197. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:233:7: error: ‘Value’ is not a class template
  198. class Value<double> : public ValueBase
  199. ^
  200. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:233:19: error: ‘Glib::Value’ is not a template type
  201. class Value<double> : public ValueBase
  202. ^
  203. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:254:7: error: ‘Value’ is not a class template
  204. class Value<void*> : public ValueBase
  205. ^
  206. /usr/include/glibmm-2.4/glibmm/value_basictypes.h:254:18: error: ‘Glib::Value’ is not a template type
  207. class Value<void*> : public ValueBase
  208. ^
  209. In file included from /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h:25:0,
  210. from /usr/include/glibmm-2.4/glibmm/propertyproxy.h:25,
  211. from /usr/include/glibmm-2.4/glibmm/objectbase.h:24,
  212. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  213. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  214. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  215. from /usr/include/glibmm-2.4/glibmm.h:91,
  216. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  217. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  218. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  219. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  220. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  221. from ../ingen/src/gui/Style.cpp:23:
  222. /usr/include/glibmm-2.4/glibmm/value.h:277:7: error: ‘Value’ is not a class template
  223. class Value<std::string> : public ValueBase_String
  224. ^
  225. /usr/include/glibmm-2.4/glibmm/value.h:277:24: error: ‘Glib::Value’ is not a template type
  226. class Value<std::string> : public ValueBase_String
  227. ^
  228. /usr/include/glibmm-2.4/glibmm/value.h:290:7: error: ‘Value’ is not a class template
  229. class Value<Glib::ustring> : public ValueBase_String
  230. ^
  231. /usr/include/glibmm-2.4/glibmm/value.h:290:26: error: ‘Glib::Value’ is not a template type
  232. class Value<Glib::ustring> : public ValueBase_String
  233. ^
  234. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  235. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  236. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  237. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  238. from /usr/include/glibmm-2.4/glibmm.h:91,
  239. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  240. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  241. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  242. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  243. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  244. from ../ingen/src/gui/Style.cpp:23:
  245. /usr/include/glibmm-2.4/glibmm/propertyproxy.h: In member function ‘void Glib::PropertyProxy<T>::set_value(const T&)’:
  246. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:135:9: error: ‘Glib::Value’ is not a template
  247. Glib::Value<T> value;
  248. ^
  249. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:136:8: error: invalid use of incomplete type ‘class Glib::Value’
  250. value.init(Glib::Value<T>::value_type());
  251. ^
  252. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  253. from ../ingen/src/gui/Style.cpp:23:
  254. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  255. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  256. ^
  257. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  258. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  259. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  260. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  261. from /usr/include/glibmm-2.4/glibmm.h:91,
  262. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  263. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  264. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  265. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  266. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  267. from ../ingen/src/gui/Style.cpp:23:
  268. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:136:20: error: ‘Glib::Value’ is not a template
  269. value.init(Glib::Value<T>::value_type());
  270. ^
  271. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:136:14: error: incomplete type ‘Glib::Value’ used in nested name specifier
  272. value.init(Glib::Value<T>::value_type());
  273. ^
  274. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:138:8: error: invalid use of incomplete type ‘class Glib::Value’
  275. value.set(data);
  276. ^
  277. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  278. from ../ingen/src/gui/Style.cpp:23:
  279. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  280. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  281. ^
  282. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  283. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  284. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  285. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  286. from /usr/include/glibmm-2.4/glibmm.h:91,
  287. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  288. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  289. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  290. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  291. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  292. from ../ingen/src/gui/Style.cpp:23:
  293. /usr/include/glibmm-2.4/glibmm/propertyproxy.h: In member function ‘T Glib::PropertyProxy<T>::get_value() const’:
  294. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:145:9: error: ‘Glib::Value’ is not a template
  295. Glib::Value<T> value;
  296. ^
  297. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:146:8: error: invalid use of incomplete type ‘class Glib::Value’
  298. value.init(Glib::Value<T>::value_type());
  299. ^
  300. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  301. from ../ingen/src/gui/Style.cpp:23:
  302. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  303. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  304. ^
  305. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  306. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  307. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  308. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  309. from /usr/include/glibmm-2.4/glibmm.h:91,
  310. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  311. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  312. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  313. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  314. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  315. from ../ingen/src/gui/Style.cpp:23:
  316. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:146:20: error: ‘Glib::Value’ is not a template
  317. value.init(Glib::Value<T>::value_type());
  318. ^
  319. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:146:14: error: incomplete type ‘Glib::Value’ used in nested name specifier
  320. value.init(Glib::Value<T>::value_type());
  321. ^
  322. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:149:15: error: invalid use of incomplete type ‘class Glib::Value’
  323. return value.get();
  324. ^
  325. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  326. from ../ingen/src/gui/Style.cpp:23:
  327. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  328. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  329. ^
  330. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  331. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  332. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  333. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  334. from /usr/include/glibmm-2.4/glibmm.h:91,
  335. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  336. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  337. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  338. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  339. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  340. from ../ingen/src/gui/Style.cpp:23:
  341. /usr/include/glibmm-2.4/glibmm/propertyproxy.h: In member function ‘void Glib::PropertyProxy_WriteOnly<T>::set_value(const T&)’:
  342. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:158:9: error: ‘Glib::Value’ is not a template
  343. Glib::Value<T> value;
  344. ^
  345. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:159:8: error: invalid use of incomplete type ‘class Glib::Value’
  346. value.init(Glib::Value<T>::value_type());
  347. ^
  348. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  349. from ../ingen/src/gui/Style.cpp:23:
  350. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  351. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  352. ^
  353. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  354. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  355. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  356. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  357. from /usr/include/glibmm-2.4/glibmm.h:91,
  358. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  359. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  360. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  361. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  362. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  363. from ../ingen/src/gui/Style.cpp:23:
  364. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:159:20: error: ‘Glib::Value’ is not a template
  365. value.init(Glib::Value<T>::value_type());
  366. ^
  367. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:159:14: error: incomplete type ‘Glib::Value’ used in nested name specifier
  368. value.init(Glib::Value<T>::value_type());
  369. ^
  370. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:161:8: error: invalid use of incomplete type ‘class Glib::Value’
  371. value.set(data);
  372. ^
  373. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  374. from ../ingen/src/gui/Style.cpp:23:
  375. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  376. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  377. ^
  378. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  379. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  380. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  381. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  382. from /usr/include/glibmm-2.4/glibmm.h:91,
  383. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  384. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  385. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  386. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  387. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  388. from ../ingen/src/gui/Style.cpp:23:
  389. /usr/include/glibmm-2.4/glibmm/propertyproxy.h: In member function ‘T Glib::PropertyProxy_ReadOnly<T>::get_value() const’:
  390. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:171:9: error: ‘Glib::Value’ is not a template
  391. Glib::Value<T> value;
  392. ^
  393. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:172:8: error: invalid use of incomplete type ‘class Glib::Value’
  394. value.init(Glib::Value<T>::value_type());
  395. ^
  396. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  397. from ../ingen/src/gui/Style.cpp:23:
  398. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  399. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  400. ^
  401. In file included from /usr/include/glibmm-2.4/glibmm/objectbase.h:24:0,
  402. from /usr/include/glibmm-2.4/glibmm/wrap.h:26,
  403. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  404. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  405. from /usr/include/glibmm-2.4/glibmm.h:91,
  406. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  407. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  408. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  409. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  410. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  411. from ../ingen/src/gui/Style.cpp:23:
  412. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:172:20: error: ‘Glib::Value’ is not a template
  413. value.init(Glib::Value<T>::value_type());
  414. ^
  415. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:172:14: error: incomplete type ‘Glib::Value’ used in nested name specifier
  416. value.init(Glib::Value<T>::value_type());
  417. ^
  418. /usr/include/glibmm-2.4/glibmm/propertyproxy.h:175:15: error: invalid use of incomplete type ‘class Glib::Value’
  419. return value.get();
  420. ^
  421. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  422. from ../ingen/src/gui/Style.cpp:23:
  423. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  424. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  425. ^
  426. In file included from /usr/include/glibmm-2.4/glibmm/wrap.h:26:0,
  427. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  428. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  429. from /usr/include/glibmm-2.4/glibmm.h:91,
  430. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  431. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  432. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  433. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  434. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  435. from ../ingen/src/gui/Style.cpp:23:
  436. /usr/include/glibmm-2.4/glibmm/objectbase.h: In member function ‘void Glib::ObjectBase::set_property(const Glib::ustring&, const PropertyType&)’:
  437. /usr/include/glibmm-2.4/glibmm/objectbase.h:230:9: error: ‘Glib::Value’ is not a template
  438. Glib::Value<PropertyType> property_value;
  439. ^
  440. /usr/include/glibmm-2.4/glibmm/objectbase.h:231:17: error: invalid use of incomplete type ‘class Glib::Value’
  441. property_value.init(Glib::Value<PropertyType>::value_type());
  442. ^
  443. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  444. from ../ingen/src/gui/Style.cpp:23:
  445. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  446. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  447. ^
  448. In file included from /usr/include/glibmm-2.4/glibmm/wrap.h:26:0,
  449. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  450. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  451. from /usr/include/glibmm-2.4/glibmm.h:91,
  452. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  453. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  454. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  455. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  456. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  457. from ../ingen/src/gui/Style.cpp:23:
  458. /usr/include/glibmm-2.4/glibmm/objectbase.h:231:29: error: ‘Glib::Value’ is not a template
  459. property_value.init(Glib::Value<PropertyType>::value_type());
  460. ^
  461. /usr/include/glibmm-2.4/glibmm/objectbase.h:231:23: error: incomplete type ‘Glib::Value’ used in nested name specifier
  462. property_value.init(Glib::Value<PropertyType>::value_type());
  463. ^
  464. /usr/include/glibmm-2.4/glibmm/objectbase.h:233:17: error: invalid use of incomplete type ‘class Glib::Value’
  465. property_value.set(value);
  466. ^
  467. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  468. from ../ingen/src/gui/Style.cpp:23:
  469. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  470. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  471. ^
  472. In file included from /usr/include/glibmm-2.4/glibmm/wrap.h:26:0,
  473. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  474. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  475. from /usr/include/glibmm-2.4/glibmm.h:91,
  476. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  477. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  478. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  479. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  480. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  481. from ../ingen/src/gui/Style.cpp:23:
  482. /usr/include/glibmm-2.4/glibmm/objectbase.h:234:57: error: no matching function for call to ‘Glib::ObjectBase::set_property_value(const Glib::ustring&, Glib::Value&)’
  483. this->set_property_value(property_name, property_value);
  484. ^
  485. /usr/include/glibmm-2.4/glibmm/objectbase.h:234:57: note: candidate is:
  486. /usr/include/glibmm-2.4/glibmm/objectbase.h:94:8: note: void Glib::ObjectBase::set_property_value(const Glib::ustring&, const Glib::ValueBase&)
  487. void set_property_value(const Glib::ustring& property_name, const Glib::ValueBase& value);
  488. ^
  489. /usr/include/glibmm-2.4/glibmm/objectbase.h:94:8: note: no known conversion for argument 2 from ‘Glib::Value’ to ‘const Glib::ValueBase&’
  490. /usr/include/glibmm-2.4/glibmm/objectbase.h: In member function ‘void Glib::ObjectBase::get_property(const Glib::ustring&, PropertyType&) const’:
  491. /usr/include/glibmm-2.4/glibmm/objectbase.h:240:9: error: ‘Glib::Value’ is not a template
  492. Glib::Value<PropertyType> property_value;
  493. ^
  494. /usr/include/glibmm-2.4/glibmm/objectbase.h:241:17: error: invalid use of incomplete type ‘class Glib::Value’
  495. property_value.init(Glib::Value<PropertyType>::value_type());
  496. ^
  497. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  498. from ../ingen/src/gui/Style.cpp:23:
  499. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  500. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  501. ^
  502. In file included from /usr/include/glibmm-2.4/glibmm/wrap.h:26:0,
  503. from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
  504. from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
  505. from /usr/include/glibmm-2.4/glibmm.h:91,
  506. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  507. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  508. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  509. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  510. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  511. from ../ingen/src/gui/Style.cpp:23:
  512. /usr/include/glibmm-2.4/glibmm/objectbase.h:241:29: error: ‘Glib::Value’ is not a template
  513. property_value.init(Glib::Value<PropertyType>::value_type());
  514. ^
  515. /usr/include/glibmm-2.4/glibmm/objectbase.h:241:23: error: incomplete type ‘Glib::Value’ used in nested name specifier
  516. property_value.init(Glib::Value<PropertyType>::value_type());
  517. ^
  518. /usr/include/glibmm-2.4/glibmm/objectbase.h:243:57: error: no matching function for call to ‘Glib::ObjectBase::get_property_value(const Glib::ustring&, Glib::Value&) const’
  519. this->get_property_value(property_name, property_value);
  520. ^
  521. /usr/include/glibmm-2.4/glibmm/objectbase.h:243:57: note: candidate is:
  522. /usr/include/glibmm-2.4/glibmm/objectbase.h:97:8: note: void Glib::ObjectBase::get_property_value(const Glib::ustring&, Glib::ValueBase&) const
  523. void get_property_value(const Glib::ustring& property_name, Glib::ValueBase& value) const;
  524. ^
  525. /usr/include/glibmm-2.4/glibmm/objectbase.h:97:8: note: no known conversion for argument 2 from ‘Glib::Value’ to ‘Glib::ValueBase&’
  526. /usr/include/glibmm-2.4/glibmm/objectbase.h:245:25: error: invalid use of incomplete type ‘class Glib::Value’
  527. value = property_value.get();
  528. ^
  529. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  530. from ../ingen/src/gui/Style.cpp:23:
  531. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  532. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  533. ^
  534. In file included from /usr/include/glibmm-2.4/glibmm.h:93:0,
  535. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  536. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  537. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  538. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  539. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  540. from ../ingen/src/gui/Style.cpp:23:
  541. /usr/include/glibmm-2.4/glibmm/bytearray.h: At global scope:
  542. /usr/include/glibmm-2.4/glibmm/bytearray.h:186:7: error: ‘Value’ is not a class template
  543. class Value< Glib::RefPtr<Glib::ByteArray> > : public ValueBase_Boxed
  544. ^
  545. /usr/include/glibmm-2.4/glibmm/bytearray.h:186:44: error: ‘Glib::Value’ is not a template type
  546. class Value< Glib::RefPtr<Glib::ByteArray> > : public ValueBase_Boxed
  547. ^
  548. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  549. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  550. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  551. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  552. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  553. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  554. from ../ingen/src/gui/Style.cpp:23:
  555. /usr/include/glibmm-2.4/glibmm/property.h:146:17: error: ‘Glib::Value’ is not a template
  556. typedef Glib::Value<T> ValueType;
  557. ^
  558. /usr/include/glibmm-2.4/glibmm/property.h: In constructor ‘Glib::Property<T>::Property(Glib::Object&, const Glib::ustring&)’:
  559. /usr/include/glibmm-2.4/glibmm/property.h:189:24: error: incomplete type ‘Glib::Property<T>::ValueType {aka Glib::Value}’ used in nested name specifier
  560. PropertyBase(object, ValueType::value_type())
  561. ^
  562. /usr/include/glibmm-2.4/glibmm/property.h:192:53: error: invalid use of incomplete type ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  563. install_property(static_cast<ValueType&>(value_).create_param_spec(name));
  564. ^
  565. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  566. from ../ingen/src/gui/Style.cpp:23:
  567. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  568. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  569. ^
  570. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  571. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  572. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  573. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  574. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  575. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  576. from ../ingen/src/gui/Style.cpp:23:
  577. /usr/include/glibmm-2.4/glibmm/property.h: In constructor ‘Glib::Property<T>::Property(Glib::Object&, const Glib::ustring&, const PropertyType&)’:
  578. /usr/include/glibmm-2.4/glibmm/property.h:199:24: error: incomplete type ‘Glib::Property<T>::ValueType {aka Glib::Value}’ used in nested name specifier
  579. PropertyBase(object, ValueType::value_type())
  580. ^
  581. /usr/include/glibmm-2.4/glibmm/property.h:201:34: error: invalid use of incomplete type ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  582. static_cast<ValueType&>(value_).set(default_value);
  583. ^
  584. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  585. from ../ingen/src/gui/Style.cpp:23:
  586. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  587. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  588. ^
  589. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  590. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  591. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  592. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  593. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  594. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  595. from ../ingen/src/gui/Style.cpp:23:
  596. /usr/include/glibmm-2.4/glibmm/property.h:204:53: error: invalid use of incomplete type ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  597. install_property(static_cast<ValueType&>(value_).create_param_spec(name));
  598. ^
  599. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  600. from ../ingen/src/gui/Style.cpp:23:
  601. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  602. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  603. ^
  604. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  605. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  606. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  607. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  608. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  609. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  610. from ../ingen/src/gui/Style.cpp:23:
  611. /usr/include/glibmm-2.4/glibmm/property.h: In member function ‘void Glib::Property<T>::set_value(const PropertyType&)’:
  612. /usr/include/glibmm-2.4/glibmm/property.h:210:34: error: invalid use of incomplete type ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  613. static_cast<ValueType&>(value_).set(data);
  614. ^
  615. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  616. from ../ingen/src/gui/Style.cpp:23:
  617. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  618. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  619. ^
  620. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  621. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  622. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  623. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  624. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  625. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  626. from ../ingen/src/gui/Style.cpp:23:
  627. /usr/include/glibmm-2.4/glibmm/property.h: In member function ‘Glib::Property<T>::PropertyType Glib::Property<T>::get_value() const’:
  628. /usr/include/glibmm-2.4/glibmm/property.h:217:47: error: invalid use of incomplete type ‘const ValueType {aka const class Glib::Value}’
  629. return static_cast<const ValueType&>(value_).get();
  630. ^
  631. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  632. from ../ingen/src/gui/Style.cpp:23:
  633. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘const ValueType {aka const class Glib::Value}’
  634. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  635. ^
  636. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  637. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  638. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  639. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  640. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  641. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  642. from ../ingen/src/gui/Style.cpp:23:
  643. /usr/include/glibmm-2.4/glibmm/property.h: In member function ‘Glib::Property<T>& Glib::Property<T>::operator=(const PropertyType&)’:
  644. /usr/include/glibmm-2.4/glibmm/property.h:223:34: error: invalid use of incomplete type ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  645. static_cast<ValueType&>(value_).set(data);
  646. ^
  647. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  648. from ../ingen/src/gui/Style.cpp:23:
  649. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘Glib::Property<T>::ValueType {aka class Glib::Value}’
  650. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  651. ^
  652. In file included from /usr/include/glibmm-2.4/glibmm.h:121:0,
  653. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  654. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  655. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  656. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  657. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  658. from ../ingen/src/gui/Style.cpp:23:
  659. /usr/include/glibmm-2.4/glibmm/property.h: In member function ‘Glib::Property<T>::operator T() const’:
  660. /usr/include/glibmm-2.4/glibmm/property.h:231:47: error: invalid use of incomplete type ‘const ValueType {aka const class Glib::Value}’
  661. return static_cast<const ValueType&>(value_).get();
  662. ^
  663. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  664. from ../ingen/src/gui/Style.cpp:23:
  665. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘const ValueType {aka const class Glib::Value}’
  666. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  667. ^
  668. In file included from /usr/include/glibmm-2.4/glibmm.h:140:0,
  669. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:22,
  670. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  671. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  672. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  673. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  674. from ../ingen/src/gui/Style.cpp:23:
  675. /usr/include/glibmm-2.4/glibmm/valuearray.h: At global scope:
  676. /usr/include/glibmm-2.4/glibmm/valuearray.h:198:7: error: ‘Value’ is not a class template
  677. class Value<Glib::ValueArray> : public Glib::Value_Boxed<Glib::ValueArray>
  678. ^
  679. /usr/include/glibmm-2.4/glibmm/valuearray.h:198:29: error: ‘Glib::Value’ is not a template type
  680. class Value<Glib::ValueArray> : public Glib::Value_Boxed<Glib::ValueArray>
  681. ^
  682. In file included from /usr/include/pangomm-1.4/pangomm/context.h:35:0,
  683. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  684. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  685. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  686. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  687. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  688. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  689. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  690. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  691. from ../ingen/src/gui/Style.cpp:23:
  692. /usr/include/pangomm-1.4/pangomm/fontdescription.h:64:7: error: ‘Value’ is not a class template
  693. class Value<Pango::Style> : public Glib::Value_Enum<Pango::Style>
  694. ^
  695. /usr/include/pangomm-1.4/pangomm/fontdescription.h:64:25: error: ‘Glib::Value’ is not a template type
  696. class Value<Pango::Style> : public Glib::Value_Enum<Pango::Style>
  697. ^
  698. /usr/include/pangomm-1.4/pangomm/fontdescription.h:95:7: error: ‘Value’ is not a class template
  699. class Value<Pango::Variant> : public Glib::Value_Enum<Pango::Variant>
  700. ^
  701. /usr/include/pangomm-1.4/pangomm/fontdescription.h:95:27: error: ‘Glib::Value’ is not a template type
  702. class Value<Pango::Variant> : public Glib::Value_Enum<Pango::Variant>
  703. ^
  704. /usr/include/pangomm-1.4/pangomm/fontdescription.h:133:7: error: ‘Value’ is not a class template
  705. class Value<Pango::Stretch> : public Glib::Value_Enum<Pango::Stretch>
  706. ^
  707. /usr/include/pangomm-1.4/pangomm/fontdescription.h:133:27: error: ‘Glib::Value’ is not a template type
  708. class Value<Pango::Stretch> : public Glib::Value_Enum<Pango::Stretch>
  709. ^
  710. /usr/include/pangomm-1.4/pangomm/fontdescription.h:169:7: error: ‘Value’ is not a class template
  711. class Value<Pango::Weight> : public Glib::Value_Enum<Pango::Weight>
  712. ^
  713. /usr/include/pangomm-1.4/pangomm/fontdescription.h:169:26: error: ‘Glib::Value’ is not a template type
  714. class Value<Pango::Weight> : public Glib::Value_Enum<Pango::Weight>
  715. ^
  716. /usr/include/pangomm-1.4/pangomm/fontdescription.h:241:7: error: ‘Value’ is not a class template
  717. class Value<Pango::FontMask> : public Glib::Value_Flags<Pango::FontMask>
  718. ^
  719. /usr/include/pangomm-1.4/pangomm/fontdescription.h:241:28: error: ‘Glib::Value’ is not a template type
  720. class Value<Pango::FontMask> : public Glib::Value_Flags<Pango::FontMask>
  721. ^
  722. /usr/include/pangomm-1.4/pangomm/fontdescription.h:275:7: error: ‘Value’ is not a class template
  723. class Value<Pango::Gravity> : public Glib::Value_Enum<Pango::Gravity>
  724. ^
  725. /usr/include/pangomm-1.4/pangomm/fontdescription.h:275:27: error: ‘Glib::Value’ is not a template type
  726. class Value<Pango::Gravity> : public Glib::Value_Enum<Pango::Gravity>
  727. ^
  728. In file included from /usr/include/pangomm-1.4/pangomm/context.h:35:0,
  729. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  730. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  731. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  732. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  733. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  734. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  735. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  736. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  737. from ../ingen/src/gui/Style.cpp:23:
  738. /usr/include/pangomm-1.4/pangomm/fontdescription.h:624:7: error: ‘Value’ is not a class template
  739. class Value<Pango::FontDescription> : public Glib::Value_Boxed<Pango::FontDescription>
  740. ^
  741. /usr/include/pangomm-1.4/pangomm/fontdescription.h:624:35: error: ‘Glib::Value’ is not a template type
  742. class Value<Pango::FontDescription> : public Glib::Value_Boxed<Pango::FontDescription>
  743. ^
  744. In file included from /usr/include/pangomm-1.4/pangomm/context.h:36:0,
  745. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  746. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  747. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  748. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  749. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  750. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  751. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  752. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  753. from ../ingen/src/gui/Style.cpp:23:
  754. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:188:7: error: ‘Value’ is not a class template
  755. class Value<Pango::FontMetrics> : public Glib::Value_Boxed<Pango::FontMetrics>
  756. ^
  757. /usr/include/pangomm-1.4/pangomm/fontmetrics.h:188:31: error: ‘Glib::Value’ is not a template type
  758. class Value<Pango::FontMetrics> : public Glib::Value_Boxed<Pango::FontMetrics>
  759. ^
  760. In file included from /usr/include/pangomm-1.4/pangomm/fontset.h:32:0,
  761. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  762. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  763. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  764. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  765. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  766. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  767. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  768. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  769. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  770. from ../ingen/src/gui/Style.cpp:23:
  771. /usr/include/pangomm-1.4/pangomm/language.h:136:7: error: ‘Value’ is not a class template
  772. class Value<Pango::Script> : public Glib::Value_Enum<Pango::Script>
  773. ^
  774. /usr/include/pangomm-1.4/pangomm/language.h:136:26: error: ‘Glib::Value’ is not a template type
  775. class Value<Pango::Script> : public Glib::Value_Enum<Pango::Script>
  776. ^
  777. In file included from /usr/include/pangomm-1.4/pangomm/fontset.h:32:0,
  778. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  779. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  780. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  781. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  782. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  783. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  784. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  785. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  786. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  787. from ../ingen/src/gui/Style.cpp:23:
  788. /usr/include/pangomm-1.4/pangomm/language.h:295:7: error: ‘Value’ is not a class template
  789. class Value<Pango::Language> : public Glib::Value_Boxed<Pango::Language>
  790. ^
  791. /usr/include/pangomm-1.4/pangomm/language.h:295:28: error: ‘Glib::Value’ is not a template type
  792. class Value<Pango::Language> : public Glib::Value_Boxed<Pango::Language>
  793. ^
  794. In file included from /usr/include/pangomm-1.4/pangomm/font.h:38:0,
  795. from /usr/include/pangomm-1.4/pangomm/fontset.h:33,
  796. from /usr/include/pangomm-1.4/pangomm/context.h:37,
  797. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  798. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  799. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  800. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  801. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  802. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  803. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  804. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  805. from ../ingen/src/gui/Style.cpp:23:
  806. /usr/include/pangomm-1.4/pangomm/coverage.h:61:7: error: ‘Value’ is not a class template
  807. class Value<Pango::CoverageLevel> : public Glib::Value_Enum<Pango::CoverageLevel>
  808. ^
  809. /usr/include/pangomm-1.4/pangomm/coverage.h:61:33: error: ‘Glib::Value’ is not a template type
  810. class Value<Pango::CoverageLevel> : public Glib::Value_Enum<Pango::CoverageLevel>
  811. ^
  812. In file included from /usr/include/pangomm-1.4/pangomm/attributes.h:31:0,
  813. from /usr/include/pangomm-1.4/pangomm/item.h:27,
  814. from /usr/include/pangomm-1.4/pangomm/context.h:39,
  815. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  816. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  817. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  818. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  819. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  820. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  821. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  822. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  823. from ../ingen/src/gui/Style.cpp:23:
  824. /usr/include/pangomm-1.4/pangomm/color.h:155:7: error: ‘Value’ is not a class template
  825. class Value<Pango::Color> : public Glib::Value_Boxed<Pango::Color>
  826. ^
  827. /usr/include/pangomm-1.4/pangomm/color.h:155:25: error: ‘Glib::Value’ is not a template type
  828. class Value<Pango::Color> : public Glib::Value_Boxed<Pango::Color>
  829. ^
  830. In file included from /usr/include/pangomm-1.4/pangomm/item.h:27:0,
  831. from /usr/include/pangomm-1.4/pangomm/context.h:39,
  832. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  833. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  834. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  835. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  836. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  837. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  838. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  839. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  840. from ../ingen/src/gui/Style.cpp:23:
  841. /usr/include/pangomm-1.4/pangomm/attributes.h:85:7: error: ‘Value’ is not a class template
  842. class Value<Pango::AttrType> : public Glib::Value_Enum<Pango::AttrType>
  843. ^
  844. /usr/include/pangomm-1.4/pangomm/attributes.h:85:28: error: ‘Glib::Value’ is not a template type
  845. class Value<Pango::AttrType> : public Glib::Value_Enum<Pango::AttrType>
  846. ^
  847. /usr/include/pangomm-1.4/pangomm/attributes.h:120:7: error: ‘Value’ is not a class template
  848. class Value<Pango::Underline> : public Glib::Value_Enum<Pango::Underline>
  849. ^
  850. /usr/include/pangomm-1.4/pangomm/attributes.h:120:29: error: ‘Glib::Value’ is not a template type
  851. class Value<Pango::Underline> : public Glib::Value_Enum<Pango::Underline>
  852. ^
  853. In file included from /usr/include/pangomm-1.4/pangomm/context.h:40:0,
  854. from /usr/include/gtkmm-2.4/gtkmm/widget.h:30,
  855. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  856. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  857. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  858. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  859. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  860. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  861. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  862. from ../ingen/src/gui/Style.cpp:23:
  863. /usr/include/pangomm-1.4/pangomm/attrlist.h:197:7: error: ‘Value’ is not a class template
  864. class Value<Pango::AttrList> : public Glib::Value_Boxed<Pango::AttrList>
  865. ^
  866. /usr/include/pangomm-1.4/pangomm/attrlist.h:197:28: error: ‘Glib::Value’ is not a template type
  867. class Value<Pango::AttrList> : public Glib::Value_Boxed<Pango::AttrList>
  868. ^
  869. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:30:0,
  870. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  871. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  872. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  873. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  874. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  875. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  876. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  877. from ../ingen/src/gui/Style.cpp:23:
  878. /usr/include/pangomm-1.4/pangomm/context.h:84:7: error: ‘Value’ is not a class template
  879. class Value<Pango::Direction> : public Glib::Value_Enum<Pango::Direction>
  880. ^
  881. /usr/include/pangomm-1.4/pangomm/context.h:84:29: error: ‘Glib::Value’ is not a template type
  882. class Value<Pango::Direction> : public Glib::Value_Enum<Pango::Direction>
  883. ^
  884. /usr/include/pangomm-1.4/pangomm/context.h:116:7: error: ‘Value’ is not a class template
  885. class Value<Pango::GravityHint> : public Glib::Value_Enum<Pango::GravityHint>
  886. ^
  887. /usr/include/pangomm-1.4/pangomm/context.h:116:31: error: ‘Glib::Value’ is not a template type
  888. class Value<Pango::GravityHint> : public Glib::Value_Enum<Pango::GravityHint>
  889. ^
  890. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:38:0,
  891. from /usr/include/gtkmm-2.4/gtkmm/widget.h:31,
  892. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  893. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  894. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  895. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  896. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  897. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  898. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  899. from ../ingen/src/gui/Style.cpp:23:
  900. /usr/include/pangomm-1.4/pangomm/tabarray.h:62:7: error: ‘Value’ is not a class template
  901. class Value<Pango::TabAlign> : public Glib::Value_Enum<Pango::TabAlign>
  902. ^
  903. /usr/include/pangomm-1.4/pangomm/tabarray.h:62:28: error: ‘Glib::Value’ is not a template type
  904. class Value<Pango::TabAlign> : public Glib::Value_Enum<Pango::TabAlign>
  905. ^
  906. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:38:0,
  907. from /usr/include/gtkmm-2.4/gtkmm/widget.h:31,
  908. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  909. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  910. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  911. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  912. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  913. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  914. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  915. from ../ingen/src/gui/Style.cpp:23:
  916. /usr/include/pangomm-1.4/pangomm/tabarray.h:191:7: error: ‘Value’ is not a class template
  917. class Value<Pango::TabArray> : public Glib::Value_Boxed<Pango::TabArray>
  918. ^
  919. /usr/include/pangomm-1.4/pangomm/tabarray.h:191:28: error: ‘Glib::Value’ is not a template type
  920. class Value<Pango::TabArray> : public Glib::Value_Boxed<Pango::TabArray>
  921. ^
  922. In file included from /usr/include/pangomm-1.4/pangomm/layoutiter.h:32:0,
  923. from /usr/include/pangomm-1.4/pangomm/layout.h:40,
  924. from /usr/include/gtkmm-2.4/gtkmm/widget.h:31,
  925. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  926. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  927. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  928. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  929. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  930. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  931. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  932. from ../ingen/src/gui/Style.cpp:23:
  933. /usr/include/pangomm-1.4/pangomm/layoutrun.h:174:7: error: ‘Value’ is not a class template
  934. class Value<Pango::LayoutRun> : public Glib::Value_Boxed<Pango::LayoutRun>
  935. ^
  936. /usr/include/pangomm-1.4/pangomm/layoutrun.h:174:29: error: ‘Glib::Value’ is not a template type
  937. class Value<Pango::LayoutRun> : public Glib::Value_Boxed<Pango::LayoutRun>
  938. ^
  939. In file included from /usr/include/pangomm-1.4/pangomm/layout.h:40:0,
  940. from /usr/include/gtkmm-2.4/gtkmm/widget.h:31,
  941. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  942. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  943. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  944. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  945. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  946. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  947. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  948. from ../ingen/src/gui/Style.cpp:23:
  949. /usr/include/pangomm-1.4/pangomm/layoutiter.h:305:7: error: ‘Value’ is not a class template
  950. class Value<Pango::LayoutIter> : public Glib::Value_Boxed<Pango::LayoutIter>
  951. ^
  952. /usr/include/pangomm-1.4/pangomm/layoutiter.h:305:30: error: ‘Glib::Value’ is not a template type
  953. class Value<Pango::LayoutIter> : public Glib::Value_Boxed<Pango::LayoutIter>
  954. ^
  955. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:31:0,
  956. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  957. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  958. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  959. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  960. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  961. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  962. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  963. from ../ingen/src/gui/Style.cpp:23:
  964. /usr/include/pangomm-1.4/pangomm/layout.h:77:7: error: ‘Value’ is not a class template
  965. class Value<Pango::Alignment> : public Glib::Value_Enum<Pango::Alignment>
  966. ^
  967. /usr/include/pangomm-1.4/pangomm/layout.h:77:29: error: ‘Glib::Value’ is not a template type
  968. class Value<Pango::Alignment> : public Glib::Value_Enum<Pango::Alignment>
  969. ^
  970. /usr/include/pangomm-1.4/pangomm/layout.h:109:7: error: ‘Value’ is not a class template
  971. class Value<Pango::WrapMode> : public Glib::Value_Enum<Pango::WrapMode>
  972. ^
  973. /usr/include/pangomm-1.4/pangomm/layout.h:109:28: error: ‘Glib::Value’ is not a template type
  974. class Value<Pango::WrapMode> : public Glib::Value_Enum<Pango::WrapMode>
  975. ^
  976. /usr/include/pangomm-1.4/pangomm/layout.h:142:7: error: ‘Value’ is not a class template
  977. class Value<Pango::EllipsizeMode> : public Glib::Value_Enum<Pango::EllipsizeMode>
  978. ^
  979. /usr/include/pangomm-1.4/pangomm/layout.h:142:33: error: ‘Glib::Value’ is not a template type
  980. class Value<Pango::EllipsizeMode> : public Glib::Value_Enum<Pango::EllipsizeMode>
  981. ^
  982. In file included from /usr/include/atkmm-1.6/atkmm/object.h:31:0,
  983. from /usr/include/gtkmm-2.4/gtkmm/widget.h:34,
  984. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  985. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  986. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  987. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  988. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  989. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  990. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  991. from ../ingen/src/gui/Style.cpp:23:
  992. /usr/include/atkmm-1.6/atkmm/component.h:75:7: error: ‘Value’ is not a class template
  993. class Value<Atk::CoordType> : public Glib::Value_Enum<Atk::CoordType>
  994. ^
  995. /usr/include/atkmm-1.6/atkmm/component.h:75:27: error: ‘Glib::Value’ is not a template type
  996. class Value<Atk::CoordType> : public Glib::Value_Enum<Atk::CoordType>
  997. ^
  998. /usr/include/atkmm-1.6/atkmm/component.h:112:7: error: ‘Value’ is not a class template
  999. class Value<Atk::Layer> : public Glib::Value_Enum<Atk::Layer>
  1000. ^
  1001. /usr/include/atkmm-1.6/atkmm/component.h:112:23: error: ‘Glib::Value’ is not a template type
  1002. class Value<Atk::Layer> : public Glib::Value_Enum<Atk::Layer>
  1003. ^
  1004. In file included from /usr/include/atkmm-1.6/atkmm/object.h:32:0,
  1005. from /usr/include/gtkmm-2.4/gtkmm/widget.h:34,
  1006. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1007. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1008. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1009. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1010. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1011. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1012. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1013. from ../ingen/src/gui/Style.cpp:23:
  1014. /usr/include/atkmm-1.6/atkmm/relation.h:78:7: error: ‘Value’ is not a class template
  1015. class Value<Atk::RelationType> : public Glib::Value_Enum<Atk::RelationType>
  1016. ^
  1017. /usr/include/atkmm-1.6/atkmm/relation.h:78:30: error: ‘Glib::Value’ is not a template type
  1018. class Value<Atk::RelationType> : public Glib::Value_Enum<Atk::RelationType>
  1019. ^
  1020. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:34:0,
  1021. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1022. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1023. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1024. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1025. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1026. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1027. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1028. from ../ingen/src/gui/Style.cpp:23:
  1029. /usr/include/atkmm-1.6/atkmm/object.h:147:7: error: ‘Value’ is not a class template
  1030. class Value<Atk::Role> : public Glib::Value_Enum<Atk::Role>
  1031. ^
  1032. /usr/include/atkmm-1.6/atkmm/object.h:147:22: error: ‘Glib::Value’ is not a template type
  1033. class Value<Atk::Role> : public Glib::Value_Enum<Atk::Role>
  1034. ^
  1035. In file included from /usr/include/gdkmm-2.4/gdkmm/region.h:68:0,
  1036. from /usr/include/gdkmm-2.4/gdkmm/window.h:30,
  1037. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1038. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1039. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1040. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1041. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1042. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1043. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1044. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1045. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1046. from ../ingen/src/gui/Style.cpp:23:
  1047. /usr/include/gdkmm-2.4/gdkmm/rectangle.h:146:7: error: ‘Value’ is not a class template
  1048. class Value<Gdk::Rectangle> : public Glib::Value_Boxed<Gdk::Rectangle>
  1049. ^
  1050. /usr/include/gdkmm-2.4/gdkmm/rectangle.h:146:27: error: ‘Glib::Value’ is not a template type
  1051. class Value<Gdk::Rectangle> : public Glib::Value_Boxed<Gdk::Rectangle>
  1052. ^
  1053. In file included from /usr/include/gdkmm-2.4/gdkmm/window.h:30:0,
  1054. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1055. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1056. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1057. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1058. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1059. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1060. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1061. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1062. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1063. from ../ingen/src/gui/Style.cpp:23:
  1064. /usr/include/gdkmm-2.4/gdkmm/region.h:94:7: error: ‘Value’ is not a class template
  1065. class Value<Gdk::FillRule> : public Glib::Value_Enum<Gdk::FillRule>
  1066. ^
  1067. /usr/include/gdkmm-2.4/gdkmm/region.h:94:26: error: ‘Glib::Value’ is not a template type
  1068. class Value<Gdk::FillRule> : public Glib::Value_Enum<Gdk::FillRule>
  1069. ^
  1070. /usr/include/gdkmm-2.4/gdkmm/region.h:125:7: error: ‘Value’ is not a class template
  1071. class Value<Gdk::OverlapType> : public Glib::Value_Enum<Gdk::OverlapType>
  1072. ^
  1073. /usr/include/gdkmm-2.4/gdkmm/region.h:125:29: error: ‘Glib::Value’ is not a template type
  1074. class Value<Gdk::OverlapType> : public Glib::Value_Enum<Gdk::OverlapType>
  1075. ^
  1076. In file included from /usr/include/gdkmm-2.4/gdkmm/drawable.h:32:0,
  1077. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1078. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1079. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1080. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1081. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1082. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1083. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1084. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1085. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1086. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1087. from ../ingen/src/gui/Style.cpp:23:
  1088. /usr/include/pangomm-1.4/pangomm/glyphstring.h:240:7: error: ‘Value’ is not a class template
  1089. class Value<Pango::GlyphString> : public Glib::Value_Boxed<Pango::GlyphString>
  1090. ^
  1091. /usr/include/pangomm-1.4/pangomm/glyphstring.h:240:31: error: ‘Glib::Value’ is not a template type
  1092. class Value<Pango::GlyphString> : public Glib::Value_Boxed<Pango::GlyphString>
  1093. ^
  1094. In file included from /usr/include/gdkmm-2.4/gdkmm/gc.h:36:0,
  1095. from /usr/include/gdkmm-2.4/gdkmm/drawable.h:34,
  1096. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1097. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1098. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1099. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1100. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1101. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1102. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1103. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1104. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1105. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1106. from ../ingen/src/gui/Style.cpp:23:
  1107. /usr/include/gdkmm-2.4/gdkmm/screen.h: In member function ‘bool Gdk::Screen::get_setting(const Glib::ustring&, ValueType&) const’:
  1108. /usr/include/gdkmm-2.4/gdkmm/screen.h:707:9: error: ‘Glib::Value’ is not a template
  1109. Glib::Value<ValueType> glibmmvalue;
  1110. ^
  1111. /usr/include/gdkmm-2.4/gdkmm/screen.h:708:14: error: invalid use of incomplete type ‘class Glib::Value’
  1112. glibmmvalue.init(Glib::Value<ValueType>::value_type());
  1113. ^
  1114. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1115. from ../ingen/src/gui/Style.cpp:23:
  1116. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1117. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1118. ^
  1119. In file included from /usr/include/gdkmm-2.4/gdkmm/gc.h:36:0,
  1120. from /usr/include/gdkmm-2.4/gdkmm/drawable.h:34,
  1121. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1122. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1123. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1124. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1125. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1126. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1127. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1128. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1129. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1130. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1131. from ../ingen/src/gui/Style.cpp:23:
  1132. /usr/include/gdkmm-2.4/gdkmm/screen.h:708:26: error: ‘Glib::Value’ is not a template
  1133. glibmmvalue.init(Glib::Value<ValueType>::value_type());
  1134. ^
  1135. /usr/include/gdkmm-2.4/gdkmm/screen.h:708:20: error: incomplete type ‘Glib::Value’ used in nested name specifier
  1136. glibmmvalue.init(Glib::Value<ValueType>::value_type());
  1137. ^
  1138. /usr/include/gdkmm-2.4/gdkmm/screen.h:710:101: error: invalid use of incomplete type ‘class Glib::Value’
  1139. gboolean result = gdk_screen_get_setting(const_cast<GdkScreen*>(gobj()), name.c_str(), glibmmvalue.gobj());
  1140. ^
  1141. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1142. from ../ingen/src/gui/Style.cpp:23:
  1143. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1144. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1145. ^
  1146. In file included from /usr/include/gdkmm-2.4/gdkmm/gc.h:36:0,
  1147. from /usr/include/gdkmm-2.4/gdkmm/drawable.h:34,
  1148. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1149. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1150. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1151. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1152. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1153. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1154. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1155. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1156. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1157. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1158. from ../ingen/src/gui/Style.cpp:23:
  1159. /usr/include/gdkmm-2.4/gdkmm/screen.h:712:22: error: invalid use of incomplete type ‘class Glib::Value’
  1160. value = glibmmvalue.get();
  1161. ^
  1162. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1163. from ../ingen/src/gui/Style.cpp:23:
  1164. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1165. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1166. ^
  1167. In file included from /usr/include/gdkmm-2.4/gdkmm/drawable.h:34:0,
  1168. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1169. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1170. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1171. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1172. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1173. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1174. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1175. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1176. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1177. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1178. from ../ingen/src/gui/Style.cpp:23:
  1179. /usr/include/gdkmm-2.4/gdkmm/gc.h: At global scope:
  1180. /usr/include/gdkmm-2.4/gdkmm/gc.h:70:7: error: ‘Value’ is not a class template
  1181. class Value<Gdk::LineStyle> : public Glib::Value_Enum<Gdk::LineStyle>
  1182. ^
  1183. /usr/include/gdkmm-2.4/gdkmm/gc.h:70:27: error: ‘Glib::Value’ is not a template type
  1184. class Value<Gdk::LineStyle> : public Glib::Value_Enum<Gdk::LineStyle>
  1185. ^
  1186. /usr/include/gdkmm-2.4/gdkmm/gc.h:102:7: error: ‘Value’ is not a class template
  1187. class Value<Gdk::CapStyle> : public Glib::Value_Enum<Gdk::CapStyle>
  1188. ^
  1189. /usr/include/gdkmm-2.4/gdkmm/gc.h:102:26: error: ‘Glib::Value’ is not a template type
  1190. class Value<Gdk::CapStyle> : public Glib::Value_Enum<Gdk::CapStyle>
  1191. ^
  1192. /usr/include/gdkmm-2.4/gdkmm/gc.h:133:7: error: ‘Value’ is not a class template
  1193. class Value<Gdk::JoinStyle> : public Glib::Value_Enum<Gdk::JoinStyle>
  1194. ^
  1195. /usr/include/gdkmm-2.4/gdkmm/gc.h:133:27: error: ‘Glib::Value’ is not a template type
  1196. class Value<Gdk::JoinStyle> : public Glib::Value_Enum<Gdk::JoinStyle>
  1197. ^
  1198. /usr/include/gdkmm-2.4/gdkmm/gc.h:165:7: error: ‘Value’ is not a class template
  1199. class Value<Gdk::Fill> : public Glib::Value_Enum<Gdk::Fill>
  1200. ^
  1201. /usr/include/gdkmm-2.4/gdkmm/gc.h:165:22: error: ‘Glib::Value’ is not a template type
  1202. class Value<Gdk::Fill> : public Glib::Value_Enum<Gdk::Fill>
  1203. ^
  1204. /usr/include/gdkmm-2.4/gdkmm/gc.h:209:7: error: ‘Value’ is not a class template
  1205. class Value<Gdk::Function> : public Glib::Value_Enum<Gdk::Function>
  1206. ^
  1207. /usr/include/gdkmm-2.4/gdkmm/gc.h:209:26: error: ‘Glib::Value’ is not a template type
  1208. class Value<Gdk::Function> : public Glib::Value_Enum<Gdk::Function>
  1209. ^
  1210. /usr/include/gdkmm-2.4/gdkmm/gc.h:239:7: error: ‘Value’ is not a class template
  1211. class Value<Gdk::SubwindowMode> : public Glib::Value_Enum<Gdk::SubwindowMode>
  1212. ^
  1213. /usr/include/gdkmm-2.4/gdkmm/gc.h:239:31: error: ‘Glib::Value’ is not a template type
  1214. class Value<Gdk::SubwindowMode> : public Glib::Value_Enum<Gdk::SubwindowMode>
  1215. ^
  1216. /usr/include/gdkmm-2.4/gdkmm/gc.h:321:7: error: ‘Value’ is not a class template
  1217. class Value<Gdk::GCValuesMask> : public Glib::Value_Flags<Gdk::GCValuesMask>
  1218. ^
  1219. /usr/include/gdkmm-2.4/gdkmm/gc.h:321:30: error: ‘Glib::Value’ is not a template type
  1220. class Value<Gdk::GCValuesMask> : public Glib::Value_Flags<Gdk::GCValuesMask>
  1221. ^
  1222. In file included from /usr/include/gdkmm-2.4/gdkmm/image.h:32:0,
  1223. from /usr/include/gdkmm-2.4/gdkmm/drawable.h:35,
  1224. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1225. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1226. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1227. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1228. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1229. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1230. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1231. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1232. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1233. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1234. from ../ingen/src/gui/Style.cpp:23:
  1235. /usr/include/gdkmm-2.4/gdkmm/visual.h:71:7: error: ‘Value’ is not a class template
  1236. class Value<Gdk::VisualType> : public Glib::Value_Enum<Gdk::VisualType>
  1237. ^
  1238. /usr/include/gdkmm-2.4/gdkmm/visual.h:71:28: error: ‘Glib::Value’ is not a template type
  1239. class Value<Gdk::VisualType> : public Glib::Value_Enum<Gdk::VisualType>
  1240. ^
  1241. In file included from /usr/include/gdkmm-2.4/gdkmm/colormap.h:39:0,
  1242. from /usr/include/gdkmm-2.4/gdkmm/image.h:33,
  1243. from /usr/include/gdkmm-2.4/gdkmm/drawable.h:35,
  1244. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1245. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1246. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1247. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1248. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1249. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1250. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1251. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1252. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1253. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1254. from ../ingen/src/gui/Style.cpp:23:
  1255. /usr/include/gdkmm-2.4/gdkmm/color.h:294:7: error: ‘Value’ is not a class template
  1256. class Value<Gdk::Color> : public Glib::Value_Boxed<Gdk::Color>
  1257. ^
  1258. /usr/include/gdkmm-2.4/gdkmm/color.h:294:23: error: ‘Glib::Value’ is not a template type
  1259. class Value<Gdk::Color> : public Glib::Value_Boxed<Gdk::Color>
  1260. ^
  1261. In file included from /usr/include/gdkmm-2.4/gdkmm/drawable.h:35:0,
  1262. from /usr/include/gdkmm-2.4/gdkmm/window.h:31,
  1263. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1264. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1265. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1266. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1267. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1268. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1269. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1270. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1271. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1272. from ../ingen/src/gui/Style.cpp:23:
  1273. /usr/include/gdkmm-2.4/gdkmm/image.h:68:7: error: ‘Value’ is not a class template
  1274. class Value<Gdk::ImageType> : public Glib::Value_Enum<Gdk::ImageType>
  1275. ^
  1276. /usr/include/gdkmm-2.4/gdkmm/image.h:68:27: error: ‘Glib::Value’ is not a template type
  1277. class Value<Gdk::ImageType> : public Glib::Value_Enum<Gdk::ImageType>
  1278. ^
  1279. In file included from /usr/include/gdkmm-2.4/gdkmm/window.h:31:0,
  1280. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1281. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1282. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1283. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1284. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1285. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1286. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1287. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1288. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1289. from ../ingen/src/gui/Style.cpp:23:
  1290. /usr/include/gdkmm-2.4/gdkmm/drawable.h:74:7: error: ‘Value’ is not a class template
  1291. class Value<Gdk::RgbDither> : public Glib::Value_Enum<Gdk::RgbDither>
  1292. ^
  1293. /usr/include/gdkmm-2.4/gdkmm/drawable.h:74:27: error: ‘Glib::Value’ is not a template type
  1294. class Value<Gdk::RgbDither> : public Glib::Value_Enum<Gdk::RgbDither>
  1295. ^
  1296. In file included from /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:33:0,
  1297. from /usr/include/gdkmm-2.4/gdkmm/window.h:34,
  1298. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1299. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1300. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1301. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1302. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1303. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1304. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1305. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1306. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1307. from ../ingen/src/gui/Style.cpp:23:
  1308. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:72:7: error: ‘Value’ is not a class template
  1309. class Value<Gdk::Colorspace> : public Glib::Value_Enum<Gdk::Colorspace>
  1310. ^
  1311. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:72:28: error: ‘Glib::Value’ is not a template type
  1312. class Value<Gdk::Colorspace> : public Glib::Value_Enum<Gdk::Colorspace>
  1313. ^
  1314. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:104:7: error: ‘Value’ is not a class template
  1315. class Value<Gdk::InterpType> : public Glib::Value_Enum<Gdk::InterpType>
  1316. ^
  1317. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:104:28: error: ‘Glib::Value’ is not a template type
  1318. class Value<Gdk::InterpType> : public Glib::Value_Enum<Gdk::InterpType>
  1319. ^
  1320. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:134:7: error: ‘Value’ is not a class template
  1321. class Value<Gdk::PixbufAlphaMode> : public Glib::Value_Enum<Gdk::PixbufAlphaMode>
  1322. ^
  1323. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:134:33: error: ‘Glib::Value’ is not a template type
  1324. class Value<Gdk::PixbufAlphaMode> : public Glib::Value_Enum<Gdk::PixbufAlphaMode>
  1325. ^
  1326. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:166:7: error: ‘Value’ is not a class template
  1327. class Value<Gdk::PixbufRotation> : public Glib::Value_Enum<Gdk::PixbufRotation>
  1328. ^
  1329. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:166:32: error: ‘Glib::Value’ is not a template type
  1330. class Value<Gdk::PixbufRotation> : public Glib::Value_Enum<Gdk::PixbufRotation>
  1331. ^
  1332. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:216:7: error: ‘Value’ is not a class template
  1333. class Value<Gdk::PixbufError::Code> : public Glib::Value_Enum<Gdk::PixbufError::Code>
  1334. ^
  1335. /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:216:35: error: ‘Glib::Value’ is not a template type
  1336. class Value<Gdk::PixbufError::Code> : public Glib::Value_Enum<Gdk::PixbufError::Code>
  1337. ^
  1338. In file included from /usr/include/gdkmm-2.4/gdkmm/window.h:34:0,
  1339. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1340. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1341. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1342. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1343. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1344. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1345. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1346. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1347. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1348. from ../ingen/src/gui/Style.cpp:23:
  1349. /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:109:7: error: ‘Value’ is not a class template
  1350. class Value<Gdk::DragAction> : public Glib::Value_Flags<Gdk::DragAction>
  1351. ^
  1352. /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:109:28: error: ‘Glib::Value’ is not a template type
  1353. class Value<Gdk::DragAction> : public Glib::Value_Flags<Gdk::DragAction>
  1354. ^
  1355. /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:143:7: error: ‘Value’ is not a class template
  1356. class Value<Gdk::DragProtocol> : public Glib::Value_Enum<Gdk::DragProtocol>
  1357. ^
  1358. /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:143:30: error: ‘Glib::Value’ is not a template type
  1359. class Value<Gdk::DragProtocol> : public Glib::Value_Enum<Gdk::DragProtocol>
  1360. ^
  1361. In file included from /usr/include/gdkmm-2.4/gdkmm/window.h:34:0,
  1362. from /usr/include/gdkmm-2.4/gdkmm/event.h:28,
  1363. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1364. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1365. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1366. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1367. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1368. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1369. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1370. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1371. from ../ingen/src/gui/Style.cpp:23:
  1372. /usr/include/gdkmm-2.4/gdkmm/dragcontext.h:321:3: error: ‘ListHandle_AtomString’ in namespace ‘Gdk’ does not name a type
  1373. Gdk::ListHandle_AtomString get_targets() const;
  1374. ^
  1375. In file included from /usr/include/gdkmm-2.4/gdkmm/event.h:28:0,
  1376. from /usr/include/gtkmm-2.4/gtkmm/widget.h:38,
  1377. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1378. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1379. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1380. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1381. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1382. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1383. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1384. from ../ingen/src/gui/Style.cpp:23:
  1385. /usr/include/gdkmm-2.4/gdkmm/window.h:129:7: error: ‘Value’ is not a class template
  1386. class Value<Gdk::EventMask> : public Glib::Value_Flags<Gdk::EventMask>
  1387. ^
  1388. /usr/include/gdkmm-2.4/gdkmm/window.h:129:27: error: ‘Glib::Value’ is not a template type
  1389. class Value<Gdk::EventMask> : public Glib::Value_Flags<Gdk::EventMask>
  1390. ^
  1391. /usr/include/gdkmm-2.4/gdkmm/window.h:200:7: error: ‘Value’ is not a class template
  1392. class Value<Gdk::WindowState> : public Glib::Value_Flags<Gdk::WindowState>
  1393. ^
  1394. /usr/include/gdkmm-2.4/gdkmm/window.h:200:29: error: ‘Glib::Value’ is not a template type
  1395. class Value<Gdk::WindowState> : public Glib::Value_Flags<Gdk::WindowState>
  1396. ^
  1397. /usr/include/gdkmm-2.4/gdkmm/window.h:235:7: error: ‘Value’ is not a class template
  1398. class Value<Gdk::WindowType> : public Glib::Value_Enum<Gdk::WindowType>
  1399. ^
  1400. /usr/include/gdkmm-2.4/gdkmm/window.h:235:28: error: ‘Glib::Value’ is not a template type
  1401. class Value<Gdk::WindowType> : public Glib::Value_Enum<Gdk::WindowType>
  1402. ^
  1403. /usr/include/gdkmm-2.4/gdkmm/window.h:308:7: error: ‘Value’ is not a class template
  1404. class Value<Gdk::WindowAttributesType> : public Glib::Value_Flags<Gdk::WindowAttributesType>
  1405. ^
  1406. /usr/include/gdkmm-2.4/gdkmm/window.h:308:38: error: ‘Glib::Value’ is not a template type
  1407. class Value<Gdk::WindowAttributesType> : public Glib::Value_Flags<Gdk::WindowAttributesType>
  1408. ^
  1409. /usr/include/gdkmm-2.4/gdkmm/window.h:381:7: error: ‘Value’ is not a class template
  1410. class Value<Gdk::WindowHints> : public Glib::Value_Flags<Gdk::WindowHints>
  1411. ^
  1412. /usr/include/gdkmm-2.4/gdkmm/window.h:381:29: error: ‘Glib::Value’ is not a template type
  1413. class Value<Gdk::WindowHints> : public Glib::Value_Flags<Gdk::WindowHints>
  1414. ^
  1415. /usr/include/gdkmm-2.4/gdkmm/window.h:423:7: error: ‘Value’ is not a class template
  1416. class Value<Gdk::WindowTypeHint> : public Glib::Value_Enum<Gdk::WindowTypeHint>
  1417. ^
  1418. /usr/include/gdkmm-2.4/gdkmm/window.h:423:32: error: ‘Glib::Value’ is not a template type
  1419. class Value<Gdk::WindowTypeHint> : public Glib::Value_Enum<Gdk::WindowTypeHint>
  1420. ^
  1421. /usr/include/gdkmm-2.4/gdkmm/window.h:494:7: error: ‘Value’ is not a class template
  1422. class Value<Gdk::WMDecoration> : public Glib::Value_Flags<Gdk::WMDecoration>
  1423. ^
  1424. /usr/include/gdkmm-2.4/gdkmm/window.h:494:30: error: ‘Glib::Value’ is not a template type
  1425. class Value<Gdk::WMDecoration> : public Glib::Value_Flags<Gdk::WMDecoration>
  1426. ^
  1427. /usr/include/gdkmm-2.4/gdkmm/window.h:564:7: error: ‘Value’ is not a class template
  1428. class Value<Gdk::WMFunction> : public Glib::Value_Flags<Gdk::WMFunction>
  1429. ^
  1430. /usr/include/gdkmm-2.4/gdkmm/window.h:564:28: error: ‘Glib::Value’ is not a template type
  1431. class Value<Gdk::WMFunction> : public Glib::Value_Flags<Gdk::WMFunction>
  1432. ^
  1433. /usr/include/gdkmm-2.4/gdkmm/window.h:600:7: error: ‘Value’ is not a class template
  1434. class Value<Gdk::WindowEdge> : public Glib::Value_Enum<Gdk::WindowEdge>
  1435. ^
  1436. /usr/include/gdkmm-2.4/gdkmm/window.h:600:28: error: ‘Glib::Value’ is not a template type
  1437. class Value<Gdk::WindowEdge> : public Glib::Value_Enum<Gdk::WindowEdge>
  1438. ^
  1439. /usr/include/gdkmm-2.4/gdkmm/window.h:638:7: error: ‘Value’ is not a class template
  1440. class Value<Gdk::Gravity> : public Glib::Value_Enum<Gdk::Gravity>
  1441. ^
  1442. /usr/include/gdkmm-2.4/gdkmm/window.h:638:25: error: ‘Glib::Value’ is not a template type
  1443. class Value<Gdk::Gravity> : public Glib::Value_Enum<Gdk::Gravity>
  1444. ^
  1445. /usr/include/gdkmm-2.4/gdkmm/window.h:671:7: error: ‘Value’ is not a class template
  1446. class Value<Gdk::GrabStatus> : public Glib::Value_Enum<Gdk::GrabStatus>
  1447. ^
  1448. /usr/include/gdkmm-2.4/gdkmm/window.h:671:28: error: ‘Glib::Value’ is not a template type
  1449. class Value<Gdk::GrabStatus> : public Glib::Value_Enum<Gdk::GrabStatus>
  1450. ^
  1451. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:38:0,
  1452. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1453. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1454. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1455. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1456. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1457. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1458. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1459. from ../ingen/src/gui/Style.cpp:23:
  1460. /usr/include/gdkmm-2.4/gdkmm/event.h:105:7: error: ‘Value’ is not a class template
  1461. class Value<Gdk::EventType> : public Glib::Value_Enum<Gdk::EventType>
  1462. ^
  1463. /usr/include/gdkmm-2.4/gdkmm/event.h:105:27: error: ‘Glib::Value’ is not a template type
  1464. class Value<Gdk::EventType> : public Glib::Value_Enum<Gdk::EventType>
  1465. ^
  1466. /usr/include/gdkmm-2.4/gdkmm/event.h:137:7: error: ‘Value’ is not a class template
  1467. class Value<Gdk::ExtensionMode> : public Glib::Value_Enum<Gdk::ExtensionMode>
  1468. ^
  1469. /usr/include/gdkmm-2.4/gdkmm/event.h:137:31: error: ‘Glib::Value’ is not a template type
  1470. class Value<Gdk::ExtensionMode> : public Glib::Value_Enum<Gdk::ExtensionMode>
  1471. ^
  1472. /usr/include/gdkmm-2.4/gdkmm/event.h:173:7: error: ‘Value’ is not a class template
  1473. class Value<Gdk::AxisUse> : public Glib::Value_Enum<Gdk::AxisUse>
  1474. ^
  1475. /usr/include/gdkmm-2.4/gdkmm/event.h:173:25: error: ‘Glib::Value’ is not a template type
  1476. class Value<Gdk::AxisUse> : public Glib::Value_Enum<Gdk::AxisUse>
  1477. ^
  1478. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:38:0,
  1479. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1480. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1481. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1482. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1483. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1484. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1485. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1486. from ../ingen/src/gui/Style.cpp:23:
  1487. /usr/include/gdkmm-2.4/gdkmm/event.h:405:7: error: ‘Value’ is not a class template
  1488. class Value<Gdk::Event> : public Glib::Value_Boxed<Gdk::Event>
  1489. ^
  1490. /usr/include/gdkmm-2.4/gdkmm/event.h:405:23: error: ‘Glib::Value’ is not a template type
  1491. class Value<Gdk::Event> : public Glib::Value_Boxed<Gdk::Event>
  1492. ^
  1493. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:44:0,
  1494. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1495. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1496. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1497. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1498. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1499. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1500. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1501. from ../ingen/src/gui/Style.cpp:23:
  1502. /usr/include/gtkmm-2.4/gtkmm/enums.h:94:7: error: ‘Value’ is not a class template
  1503. class Value<Gtk::AccelFlags> : public Glib::Value_Flags<Gtk::AccelFlags>
  1504. ^
  1505. /usr/include/gtkmm-2.4/gtkmm/enums.h:94:28: error: ‘Glib::Value’ is not a template type
  1506. class Value<Gtk::AccelFlags> : public Glib::Value_Flags<Gtk::AccelFlags>
  1507. ^
  1508. /usr/include/gtkmm-2.4/gtkmm/enums.h:139:7: error: ‘Value’ is not a class template
  1509. class Value<Gtk::AnchorType> : public Glib::Value_Enum<Gtk::AnchorType>
  1510. ^
  1511. /usr/include/gtkmm-2.4/gtkmm/enums.h:139:28: error: ‘Glib::Value’ is not a template type
  1512. class Value<Gtk::AnchorType> : public Glib::Value_Enum<Gtk::AnchorType>
  1513. ^
  1514. /usr/include/gtkmm-2.4/gtkmm/enums.h:173:7: error: ‘Value’ is not a class template
  1515. class Value<Gtk::ArrowType> : public Glib::Value_Enum<Gtk::ArrowType>
  1516. ^
  1517. /usr/include/gtkmm-2.4/gtkmm/enums.h:173:27: error: ‘Glib::Value’ is not a template type
  1518. class Value<Gtk::ArrowType> : public Glib::Value_Enum<Gtk::ArrowType>
  1519. ^
  1520. /usr/include/gtkmm-2.4/gtkmm/enums.h:257:7: error: ‘Value’ is not a class template
  1521. class Value<Gtk::AttachOptions> : public Glib::Value_Flags<Gtk::AttachOptions>
  1522. ^
  1523. /usr/include/gtkmm-2.4/gtkmm/enums.h:257:31: error: ‘Glib::Value’ is not a template type
  1524. class Value<Gtk::AttachOptions> : public Glib::Value_Flags<Gtk::AttachOptions>
  1525. ^
  1526. /usr/include/gtkmm-2.4/gtkmm/enums.h:299:7: error: ‘Value’ is not a class template
  1527. class Value<Gtk::ButtonBoxStyle> : public Glib::Value_Enum<Gtk::ButtonBoxStyle>
  1528. ^
  1529. /usr/include/gtkmm-2.4/gtkmm/enums.h:299:32: error: ‘Glib::Value’ is not a template type
  1530. class Value<Gtk::ButtonBoxStyle> : public Glib::Value_Enum<Gtk::ButtonBoxStyle>
  1531. ^
  1532. /usr/include/gtkmm-2.4/gtkmm/enums.h:330:7: error: ‘Value’ is not a class template
  1533. class Value<Gtk::CurveType> : public Glib::Value_Enum<Gtk::CurveType>
  1534. ^
  1535. /usr/include/gtkmm-2.4/gtkmm/enums.h:330:27: error: ‘Glib::Value’ is not a template type
  1536. class Value<Gtk::CurveType> : public Glib::Value_Enum<Gtk::CurveType>
  1537. ^
  1538. /usr/include/gtkmm-2.4/gtkmm/enums.h:365:7: error: ‘Value’ is not a class template
  1539. class Value<Gtk::DeleteType> : public Glib::Value_Enum<Gtk::DeleteType>
  1540. ^
  1541. /usr/include/gtkmm-2.4/gtkmm/enums.h:365:28: error: ‘Glib::Value’ is not a template type
  1542. class Value<Gtk::DeleteType> : public Glib::Value_Enum<Gtk::DeleteType>
  1543. ^
  1544. /usr/include/gtkmm-2.4/gtkmm/enums.h:399:7: error: ‘Value’ is not a class template
  1545. class Value<Gtk::DirectionType> : public Glib::Value_Enum<Gtk::DirectionType>
  1546. ^
  1547. /usr/include/gtkmm-2.4/gtkmm/enums.h:399:31: error: ‘Glib::Value’ is not a template type
  1548. class Value<Gtk::DirectionType> : public Glib::Value_Enum<Gtk::DirectionType>
  1549. ^
  1550. /usr/include/gtkmm-2.4/gtkmm/enums.h:431:7: error: ‘Value’ is not a class template
  1551. class Value<Gtk::ExpanderStyle> : public Glib::Value_Enum<Gtk::ExpanderStyle>
  1552. ^
  1553. /usr/include/gtkmm-2.4/gtkmm/enums.h:431:31: error: ‘Glib::Value’ is not a template type
  1554. class Value<Gtk::ExpanderStyle> : public Glib::Value_Enum<Gtk::ExpanderStyle>
  1555. ^
  1556. /usr/include/gtkmm-2.4/gtkmm/enums.h:466:7: error: ‘Value’ is not a class template
  1557. class Value<Gtk::BuiltinIconSize> : public Glib::Value_Enum<Gtk::BuiltinIconSize>
  1558. ^
  1559. /usr/include/gtkmm-2.4/gtkmm/enums.h:466:33: error: ‘Glib::Value’ is not a template type
  1560. class Value<Gtk::BuiltinIconSize> : public Glib::Value_Enum<Gtk::BuiltinIconSize>
  1561. ^
  1562. /usr/include/gtkmm-2.4/gtkmm/enums.h:497:7: error: ‘Value’ is not a class template
  1563. class Value<Gtk::TextDirection> : public Glib::Value_Enum<Gtk::TextDirection>
  1564. ^
  1565. /usr/include/gtkmm-2.4/gtkmm/enums.h:497:31: error: ‘Glib::Value’ is not a template type
  1566. class Value<Gtk::TextDirection> : public Glib::Value_Enum<Gtk::TextDirection>
  1567. ^
  1568. /usr/include/gtkmm-2.4/gtkmm/enums.h:529:7: error: ‘Value’ is not a class template
  1569. class Value<Gtk::Justification> : public Glib::Value_Enum<Gtk::Justification>
  1570. ^
  1571. /usr/include/gtkmm-2.4/gtkmm/enums.h:529:31: error: ‘Glib::Value’ is not a template type
  1572. class Value<Gtk::Justification> : public Glib::Value_Enum<Gtk::Justification>
  1573. ^
  1574. /usr/include/gtkmm-2.4/gtkmm/enums.h:561:7: error: ‘Value’ is not a class template
  1575. class Value<Gtk::MenuDirectionType> : public Glib::Value_Enum<Gtk::MenuDirectionType>
  1576. ^
  1577. /usr/include/gtkmm-2.4/gtkmm/enums.h:561:35: error: ‘Glib::Value’ is not a template type
  1578. class Value<Gtk::MenuDirectionType> : public Glib::Value_Enum<Gtk::MenuDirectionType>
  1579. ^
  1580. /usr/include/gtkmm-2.4/gtkmm/enums.h:594:7: error: ‘Value’ is not a class template
  1581. class Value<Gtk::MessageType> : public Glib::Value_Enum<Gtk::MessageType>
  1582. ^
  1583. /usr/include/gtkmm-2.4/gtkmm/enums.h:594:29: error: ‘Glib::Value’ is not a template type
  1584. class Value<Gtk::MessageType> : public Glib::Value_Enum<Gtk::MessageType>
  1585. ^
  1586. /usr/include/gtkmm-2.4/gtkmm/enums.h:625:7: error: ‘Value’ is not a class template
  1587. class Value<Gtk::MetricType> : public Glib::Value_Enum<Gtk::MetricType>
  1588. ^
  1589. /usr/include/gtkmm-2.4/gtkmm/enums.h:625:28: error: ‘Glib::Value’ is not a template type
  1590. class Value<Gtk::MetricType> : public Glib::Value_Enum<Gtk::MetricType>
  1591. ^
  1592. /usr/include/gtkmm-2.4/gtkmm/enums.h:663:7: error: ‘Value’ is not a class template
  1593. class Value<Gtk::MovementStep> : public Glib::Value_Enum<Gtk::MovementStep>
  1594. ^
  1595. /usr/include/gtkmm-2.4/gtkmm/enums.h:663:30: error: ‘Glib::Value’ is not a template type
  1596. class Value<Gtk::MovementStep> : public Glib::Value_Enum<Gtk::MovementStep>
  1597. ^
  1598. /usr/include/gtkmm-2.4/gtkmm/enums.h:693:7: error: ‘Value’ is not a class template
  1599. class Value<Gtk::Orientation> : public Glib::Value_Enum<Gtk::Orientation>
  1600. ^
  1601. /usr/include/gtkmm-2.4/gtkmm/enums.h:693:29: error: ‘Glib::Value’ is not a template type
  1602. class Value<Gtk::Orientation> : public Glib::Value_Enum<Gtk::Orientation>
  1603. ^
  1604. /usr/include/gtkmm-2.4/gtkmm/enums.h:725:7: error: ‘Value’ is not a class template
  1605. class Value<Gtk::CornerType> : public Glib::Value_Enum<Gtk::CornerType>
  1606. ^
  1607. /usr/include/gtkmm-2.4/gtkmm/enums.h:725:28: error: ‘Glib::Value’ is not a template type
  1608. class Value<Gtk::CornerType> : public Glib::Value_Enum<Gtk::CornerType>
  1609. ^
  1610. /usr/include/gtkmm-2.4/gtkmm/enums.h:755:7: error: ‘Value’ is not a class template
  1611. class Value<Gtk::PackType> : public Glib::Value_Enum<Gtk::PackType>
  1612. ^
  1613. /usr/include/gtkmm-2.4/gtkmm/enums.h:755:26: error: ‘Glib::Value’ is not a template type
  1614. class Value<Gtk::PackType> : public Glib::Value_Enum<Gtk::PackType>
  1615. ^
  1616. /usr/include/gtkmm-2.4/gtkmm/enums.h:789:7: error: ‘Value’ is not a class template
  1617. class Value<Gtk::PathPriorityType> : public Glib::Value_Enum<Gtk::PathPriorityType>
  1618. ^
  1619. /usr/include/gtkmm-2.4/gtkmm/enums.h:789:34: error: ‘Glib::Value’ is not a template type
  1620. class Value<Gtk::PathPriorityType> : public Glib::Value_Enum<Gtk::PathPriorityType>
  1621. ^
  1622. /usr/include/gtkmm-2.4/gtkmm/enums.h:820:7: error: ‘Value’ is not a class template
  1623. class Value<Gtk::PathType> : public Glib::Value_Enum<Gtk::PathType>
  1624. ^
  1625. /usr/include/gtkmm-2.4/gtkmm/enums.h:820:26: error: ‘Glib::Value’ is not a template type
  1626. class Value<Gtk::PathType> : public Glib::Value_Enum<Gtk::PathType>
  1627. ^
  1628. /usr/include/gtkmm-2.4/gtkmm/enums.h:851:7: error: ‘Value’ is not a class template
  1629. class Value<Gtk::PolicyType> : public Glib::Value_Enum<Gtk::PolicyType>
  1630. ^
  1631. /usr/include/gtkmm-2.4/gtkmm/enums.h:851:28: error: ‘Glib::Value’ is not a template type
  1632. class Value<Gtk::PolicyType> : public Glib::Value_Enum<Gtk::PolicyType>
  1633. ^
  1634. /usr/include/gtkmm-2.4/gtkmm/enums.h:883:7: error: ‘Value’ is not a class template
  1635. class Value<Gtk::ProgressBarOrientation> : public Glib::Value_Enum<Gtk::ProgressBarOrientation>
  1636. ^
  1637. /usr/include/gtkmm-2.4/gtkmm/enums.h:883:40: error: ‘Glib::Value’ is not a template type
  1638. class Value<Gtk::ProgressBarOrientation> : public Glib::Value_Enum<Gtk::ProgressBarOrientation>
  1639. ^
  1640. /usr/include/gtkmm-2.4/gtkmm/enums.h:915:7: error: ‘Value’ is not a class template
  1641. class Value<Gtk::PositionType> : public Glib::Value_Enum<Gtk::PositionType>
  1642. ^
  1643. /usr/include/gtkmm-2.4/gtkmm/enums.h:915:30: error: ‘Glib::Value’ is not a template type
  1644. class Value<Gtk::PositionType> : public Glib::Value_Enum<Gtk::PositionType>
  1645. ^
  1646. /usr/include/gtkmm-2.4/gtkmm/enums.h:946:7: error: ‘Value’ is not a class template
  1647. class Value<Gtk::ReliefStyle> : public Glib::Value_Enum<Gtk::ReliefStyle>
  1648. ^
  1649. /usr/include/gtkmm-2.4/gtkmm/enums.h:946:29: error: ‘Glib::Value’ is not a template type
  1650. class Value<Gtk::ReliefStyle> : public Glib::Value_Enum<Gtk::ReliefStyle>
  1651. ^
  1652. /usr/include/gtkmm-2.4/gtkmm/enums.h:977:7: error: ‘Value’ is not a class template
  1653. class Value<Gtk::ResizeMode> : public Glib::Value_Enum<Gtk::ResizeMode>
  1654. ^
  1655. /usr/include/gtkmm-2.4/gtkmm/enums.h:977:28: error: ‘Glib::Value’ is not a template type
  1656. class Value<Gtk::ResizeMode> : public Glib::Value_Enum<Gtk::ResizeMode>
  1657. ^
  1658. /usr/include/gtkmm-2.4/gtkmm/enums.h:1021:7: error: ‘Value’ is not a class template
  1659. class Value<Gtk::ScrollType> : public Glib::Value_Enum<Gtk::ScrollType>
  1660. ^
  1661. /usr/include/gtkmm-2.4/gtkmm/enums.h:1021:28: error: ‘Glib::Value’ is not a template type
  1662. class Value<Gtk::ScrollType> : public Glib::Value_Enum<Gtk::ScrollType>
  1663. ^
  1664. /usr/include/gtkmm-2.4/gtkmm/enums.h:1054:7: error: ‘Value’ is not a class template
  1665. class Value<Gtk::SelectionMode> : public Glib::Value_Enum<Gtk::SelectionMode>
  1666. ^
  1667. /usr/include/gtkmm-2.4/gtkmm/enums.h:1054:31: error: ‘Glib::Value’ is not a template type
  1668. class Value<Gtk::SelectionMode> : public Glib::Value_Enum<Gtk::SelectionMode>
  1669. ^
  1670. /usr/include/gtkmm-2.4/gtkmm/enums.h:1087:7: error: ‘Value’ is not a class template
  1671. class Value<Gtk::ShadowType> : public Glib::Value_Enum<Gtk::ShadowType>
  1672. ^
  1673. /usr/include/gtkmm-2.4/gtkmm/enums.h:1087:28: error: ‘Glib::Value’ is not a template type
  1674. class Value<Gtk::ShadowType> : public Glib::Value_Enum<Gtk::ShadowType>
  1675. ^
  1676. /usr/include/gtkmm-2.4/gtkmm/enums.h:1120:7: error: ‘Value’ is not a class template
  1677. class Value<Gtk::StateType> : public Glib::Value_Enum<Gtk::StateType>
  1678. ^
  1679. /usr/include/gtkmm-2.4/gtkmm/enums.h:1120:27: error: ‘Glib::Value’ is not a template type
  1680. class Value<Gtk::StateType> : public Glib::Value_Enum<Gtk::StateType>
  1681. ^
  1682. /usr/include/gtkmm-2.4/gtkmm/enums.h:1188:7: error: ‘Value’ is not a class template
  1683. class Value<Gtk::TargetFlags> : public Glib::Value_Flags<Gtk::TargetFlags>
  1684. ^
  1685. /usr/include/gtkmm-2.4/gtkmm/enums.h:1188:29: error: ‘Glib::Value’ is not a template type
  1686. class Value<Gtk::TargetFlags> : public Glib::Value_Flags<Gtk::TargetFlags>
  1687. ^
  1688. /usr/include/gtkmm-2.4/gtkmm/enums.h:1220:7: error: ‘Value’ is not a class template
  1689. class Value<Gtk::ToolbarStyle> : public Glib::Value_Enum<Gtk::ToolbarStyle>
  1690. ^
  1691. /usr/include/gtkmm-2.4/gtkmm/enums.h:1220:30: error: ‘Glib::Value’ is not a template type
  1692. class Value<Gtk::ToolbarStyle> : public Glib::Value_Enum<Gtk::ToolbarStyle>
  1693. ^
  1694. /usr/include/gtkmm-2.4/gtkmm/enums.h:1251:7: error: ‘Value’ is not a class template
  1695. class Value<Gtk::UpdateType> : public Glib::Value_Enum<Gtk::UpdateType>
  1696. ^
  1697. /usr/include/gtkmm-2.4/gtkmm/enums.h:1251:28: error: ‘Glib::Value’ is not a template type
  1698. class Value<Gtk::UpdateType> : public Glib::Value_Enum<Gtk::UpdateType>
  1699. ^
  1700. /usr/include/gtkmm-2.4/gtkmm/enums.h:1282:7: error: ‘Value’ is not a class template
  1701. class Value<Gtk::Visibility> : public Glib::Value_Enum<Gtk::Visibility>
  1702. ^
  1703. /usr/include/gtkmm-2.4/gtkmm/enums.h:1282:28: error: ‘Glib::Value’ is not a template type
  1704. class Value<Gtk::Visibility> : public Glib::Value_Enum<Gtk::Visibility>
  1705. ^
  1706. /usr/include/gtkmm-2.4/gtkmm/enums.h:1315:7: error: ‘Value’ is not a class template
  1707. class Value<Gtk::WindowPosition> : public Glib::Value_Enum<Gtk::WindowPosition>
  1708. ^
  1709. /usr/include/gtkmm-2.4/gtkmm/enums.h:1315:32: error: ‘Glib::Value’ is not a template type
  1710. class Value<Gtk::WindowPosition> : public Glib::Value_Enum<Gtk::WindowPosition>
  1711. ^
  1712. /usr/include/gtkmm-2.4/gtkmm/enums.h:1345:7: error: ‘Value’ is not a class template
  1713. class Value<Gtk::WindowType> : public Glib::Value_Enum<Gtk::WindowType>
  1714. ^
  1715. /usr/include/gtkmm-2.4/gtkmm/enums.h:1345:28: error: ‘Glib::Value’ is not a template type
  1716. class Value<Gtk::WindowType> : public Glib::Value_Enum<Gtk::WindowType>
  1717. ^
  1718. /usr/include/gtkmm-2.4/gtkmm/enums.h:1377:7: error: ‘Value’ is not a class template
  1719. class Value<Gtk::WrapMode> : public Glib::Value_Enum<Gtk::WrapMode>
  1720. ^
  1721. /usr/include/gtkmm-2.4/gtkmm/enums.h:1377:26: error: ‘Glib::Value’ is not a template type
  1722. class Value<Gtk::WrapMode> : public Glib::Value_Enum<Gtk::WrapMode>
  1723. ^
  1724. /usr/include/gtkmm-2.4/gtkmm/enums.h:1407:7: error: ‘Value’ is not a class template
  1725. class Value<Gtk::SortType> : public Glib::Value_Enum<Gtk::SortType>
  1726. ^
  1727. /usr/include/gtkmm-2.4/gtkmm/enums.h:1407:26: error: ‘Glib::Value’ is not a template type
  1728. class Value<Gtk::SortType> : public Glib::Value_Enum<Gtk::SortType>
  1729. ^
  1730. /usr/include/gtkmm-2.4/gtkmm/enums.h:1439:7: error: ‘Value’ is not a class template
  1731. class Value<Gtk::PageOrientation> : public Glib::Value_Enum<Gtk::PageOrientation>
  1732. ^
  1733. /usr/include/gtkmm-2.4/gtkmm/enums.h:1439:33: error: ‘Glib::Value’ is not a template type
  1734. class Value<Gtk::PageOrientation> : public Glib::Value_Enum<Gtk::PageOrientation>
  1735. ^
  1736. /usr/include/gtkmm-2.4/gtkmm/enums.h:1470:7: error: ‘Value’ is not a class template
  1737. class Value<Gtk::SensitivityType> : public Glib::Value_Enum<Gtk::SensitivityType>
  1738. ^
  1739. /usr/include/gtkmm-2.4/gtkmm/enums.h:1470:33: error: ‘Glib::Value’ is not a template type
  1740. class Value<Gtk::SensitivityType> : public Glib::Value_Enum<Gtk::SensitivityType>
  1741. ^
  1742. /usr/include/gtkmm-2.4/gtkmm/enums.h:1695:7: error: ‘Value’ is not a class template
  1743. class Value<Gtk::IconSize> : public Glib::Value_Enum<Gtk::IconSize>
  1744. ^
  1745. /usr/include/gtkmm-2.4/gtkmm/enums.h:1695:26: error: ‘Glib::Value’ is not a template type
  1746. class Value<Gtk::IconSize> : public Glib::Value_Enum<Gtk::IconSize>
  1747. ^
  1748. In file included from /usr/include/gdkmm-2.4/gdkmm/display.h:32:0,
  1749. from /usr/include/gtkmm-2.4/gtkmm/widget.h:45,
  1750. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1751. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1752. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1753. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1754. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1755. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1756. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1757. from ../ingen/src/gui/Style.cpp:23:
  1758. /usr/include/gdkmm-2.4/gdkmm/device.h:67:7: error: ‘Value’ is not a class template
  1759. class Value<Gdk::InputMode> : public Glib::Value_Enum<Gdk::InputMode>
  1760. ^
  1761. /usr/include/gdkmm-2.4/gdkmm/device.h:67:27: error: ‘Glib::Value’ is not a template type
  1762. class Value<Gdk::InputMode> : public Glib::Value_Enum<Gdk::InputMode>
  1763. ^
  1764. /usr/include/gdkmm-2.4/gdkmm/device.h:99:7: error: ‘Value’ is not a class template
  1765. class Value<Gdk::InputSource> : public Glib::Value_Enum<Gdk::InputSource>
  1766. ^
  1767. /usr/include/gdkmm-2.4/gdkmm/device.h:99:29: error: ‘Glib::Value’ is not a template type
  1768. class Value<Gdk::InputSource> : public Glib::Value_Enum<Gdk::InputSource>
  1769. ^
  1770. In file included from /usr/include/gtkmm-2.4/gtkmm/style.h:45:0,
  1771. from /usr/include/gtkmm-2.4/gtkmm/rc.h:31,
  1772. from /usr/include/gtkmm-2.4/gtkmm/widget.h:48,
  1773. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1774. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1775. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1776. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1777. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1778. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1779. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1780. from ../ingen/src/gui/Style.cpp:23:
  1781. /usr/include/gtkmm-2.4/gtkmm/iconsource.h:288:7: error: ‘Value’ is not a class template
  1782. class Value<Gtk::IconSource> : public Glib::Value_Boxed<Gtk::IconSource>
  1783. ^
  1784. /usr/include/gtkmm-2.4/gtkmm/iconsource.h:288:28: error: ‘Glib::Value’ is not a template type
  1785. class Value<Gtk::IconSource> : public Glib::Value_Boxed<Gtk::IconSource>
  1786. ^
  1787. In file included from /usr/include/gtkmm-2.4/gtkmm/iconset.h:35:0,
  1788. from /usr/include/gtkmm-2.4/gtkmm/style.h:46,
  1789. from /usr/include/gtkmm-2.4/gtkmm/rc.h:31,
  1790. from /usr/include/gtkmm-2.4/gtkmm/widget.h:48,
  1791. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1792. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1793. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1794. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1795. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1796. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1797. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1798. from ../ingen/src/gui/Style.cpp:23:
  1799. /usr/include/gtkmm-2.4/gtkmm/stockid.h:125:7: error: ‘Value’ is not a class template
  1800. class Value<Gtk::StockID> : public Glib::ValueBase_String
  1801. ^
  1802. /usr/include/gtkmm-2.4/gtkmm/stockid.h:125:25: error: ‘Glib::Value’ is not a template type
  1803. class Value<Gtk::StockID> : public Glib::ValueBase_String
  1804. ^
  1805. In file included from /usr/include/gtkmm-2.4/gtkmm/style.h:46:0,
  1806. from /usr/include/gtkmm-2.4/gtkmm/rc.h:31,
  1807. from /usr/include/gtkmm-2.4/gtkmm/widget.h:48,
  1808. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1809. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1810. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1811. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1812. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1813. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1814. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1815. from ../ingen/src/gui/Style.cpp:23:
  1816. /usr/include/gtkmm-2.4/gtkmm/iconset.h:202:7: error: ‘Value’ is not a class template
  1817. class Value<Gtk::IconSet> : public Glib::Value_Boxed<Gtk::IconSet>
  1818. ^
  1819. /usr/include/gtkmm-2.4/gtkmm/iconset.h:202:25: error: ‘Glib::Value’ is not a template type
  1820. class Value<Gtk::IconSet> : public Glib::Value_Boxed<Gtk::IconSet>
  1821. ^
  1822. In file included from /usr/include/gtkmm-2.4/gtkmm/rc.h:31:0,
  1823. from /usr/include/gtkmm-2.4/gtkmm/widget.h:48,
  1824. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1825. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1826. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1827. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1828. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1829. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1830. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1831. from ../ingen/src/gui/Style.cpp:23:
  1832. /usr/include/gtkmm-2.4/gtkmm/style.h: In member function ‘void Gtk::Style::get_style_property(GType, const Glib::ustring&, PropertyType&) const’:
  1833. /usr/include/gtkmm-2.4/gtkmm/style.h:774:9: error: ‘Glib::Value’ is not a template
  1834. Glib::Value<PropertyType> property_value;
  1835. ^
  1836. /usr/include/gtkmm-2.4/gtkmm/style.h:775:17: error: invalid use of incomplete type ‘class Glib::Value’
  1837. property_value.init(Glib::Value<PropertyType>::value_type());
  1838. ^
  1839. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1840. from ../ingen/src/gui/Style.cpp:23:
  1841. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1842. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1843. ^
  1844. In file included from /usr/include/gtkmm-2.4/gtkmm/rc.h:31:0,
  1845. from /usr/include/gtkmm-2.4/gtkmm/widget.h:48,
  1846. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1847. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1848. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1849. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1850. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1851. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1852. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1853. from ../ingen/src/gui/Style.cpp:23:
  1854. /usr/include/gtkmm-2.4/gtkmm/style.h:775:29: error: ‘Glib::Value’ is not a template
  1855. property_value.init(Glib::Value<PropertyType>::value_type());
  1856. ^
  1857. /usr/include/gtkmm-2.4/gtkmm/style.h:775:23: error: incomplete type ‘Glib::Value’ used in nested name specifier
  1858. property_value.init(Glib::Value<PropertyType>::value_type());
  1859. ^
  1860. /usr/include/gtkmm-2.4/gtkmm/style.h:783:84: error: no matching function for call to ‘Gtk::Style::get_style_property_value(GType&, const Glib::ustring&, Glib::Value&)’
  1861. unconst_this->get_style_property_value(widget_type, property_name, property_value);
  1862. ^
  1863. /usr/include/gtkmm-2.4/gtkmm/style.h:783:84: note: candidate is:
  1864. /usr/include/gtkmm-2.4/gtkmm/style.h:656:8: note: void Gtk::Style::get_style_property_value(GType, const Glib::ustring&, Glib::ValueBase&)
  1865. void get_style_property_value(GType widget_type, const Glib::ustring& property_name, Glib::ValueBase& value);
  1866. ^
  1867. /usr/include/gtkmm-2.4/gtkmm/style.h:656:8: note: no known conversion for argument 3 from ‘Glib::Value’ to ‘Glib::ValueBase&’
  1868. /usr/include/gtkmm-2.4/gtkmm/style.h:785:25: error: invalid use of incomplete type ‘class Glib::Value’
  1869. value = property_value.get();
  1870. ^
  1871. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1872. from ../ingen/src/gui/Style.cpp:23:
  1873. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1874. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1875. ^
  1876. In file included from /usr/include/gtkmm-2.4/gtkmm/widget.h:48:0,
  1877. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1878. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1879. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1880. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1881. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1882. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1883. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1884. from ../ingen/src/gui/Style.cpp:23:
  1885. /usr/include/gtkmm-2.4/gtkmm/rc.h: At global scope:
  1886. /usr/include/gtkmm-2.4/gtkmm/rc.h:107:7: error: ‘Value’ is not a class template
  1887. class Value<Gtk::RcFlags> : public Glib::Value_Flags<Gtk::RcFlags>
  1888. ^
  1889. /usr/include/gtkmm-2.4/gtkmm/rc.h:107:25: error: ‘Glib::Value’ is not a template type
  1890. class Value<Gtk::RcFlags> : public Glib::Value_Flags<Gtk::RcFlags>
  1891. ^
  1892. In file included from /usr/include/gtkmm-2.4/gtkmm/clipboard.h:34:0,
  1893. from /usr/include/gtkmm-2.4/gtkmm/widget.h:50,
  1894. from /usr/include/gtkmm-2.4/gtkmm/container.h:30,
  1895. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1896. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1897. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1898. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1899. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1900. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1901. from ../ingen/src/gui/Style.cpp:23:
  1902. /usr/include/gtkmm-2.4/gtkmm/selectiondata.h:212:3: error: ‘ArrayHandle_AtomString’ in namespace ‘Gdk’ does not name a type
  1903. Gdk::ArrayHandle_AtomString get_targets() const;
  1904. ^
  1905. /usr/include/gtkmm-2.4/gtkmm/selectiondata.h:318:7: error: ‘Value’ is not a class template
  1906. class Value<Gtk::SelectionData> : public Glib::Value_Boxed<Gtk::SelectionData>
  1907. ^
  1908. /usr/include/gtkmm-2.4/gtkmm/selectiondata.h:318:31: error: ‘Glib::Value’ is not a template type
  1909. class Value<Gtk::SelectionData> : public Glib::Value_Boxed<Gtk::SelectionData>
  1910. ^
  1911. In file included from /usr/include/gtkmm-2.4/gtkmm/container.h:30:0,
  1912. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1913. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1914. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1915. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1916. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1917. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1918. from ../ingen/src/gui/Style.cpp:23:
  1919. /usr/include/gtkmm-2.4/gtkmm/widget.h:130:7: error: ‘Value’ is not a class template
  1920. class Value<Gtk::DestDefaults> : public Glib::Value_Flags<Gtk::DestDefaults>
  1921. ^
  1922. /usr/include/gtkmm-2.4/gtkmm/widget.h:130:30: error: ‘Glib::Value’ is not a template type
  1923. class Value<Gtk::DestDefaults> : public Glib::Value_Flags<Gtk::DestDefaults>
  1924. ^
  1925. /usr/include/gtkmm-2.4/gtkmm/widget.h:213:7: error: ‘Value’ is not a class template
  1926. class Value<Gtk::WidgetFlags> : public Glib::Value_Flags<Gtk::WidgetFlags>
  1927. ^
  1928. /usr/include/gtkmm-2.4/gtkmm/widget.h:213:29: error: ‘Glib::Value’ is not a template type
  1929. class Value<Gtk::WidgetFlags> : public Glib::Value_Flags<Gtk::WidgetFlags>
  1930. ^
  1931. /usr/include/gtkmm-2.4/gtkmm/widget.h:243:7: error: ‘Value’ is not a class template
  1932. class Value<Gtk::WidgetHelpType> : public Glib::Value_Enum<Gtk::WidgetHelpType>
  1933. ^
  1934. /usr/include/gtkmm-2.4/gtkmm/widget.h:243:32: error: ‘Glib::Value’ is not a template type
  1935. class Value<Gtk::WidgetHelpType> : public Glib::Value_Enum<Gtk::WidgetHelpType>
  1936. ^
  1937. /usr/include/gtkmm-2.4/gtkmm/widget.h:277:7: error: ‘Value’ is not a class template
  1938. class Value<Gtk::DragResult> : public Glib::Value_Enum<Gtk::DragResult>
  1939. ^
  1940. /usr/include/gtkmm-2.4/gtkmm/widget.h:277:28: error: ‘Glib::Value’ is not a template type
  1941. class Value<Gtk::DragResult> : public Glib::Value_Enum<Gtk::DragResult>
  1942. ^
  1943. In file included from /usr/include/gtkmm-2.4/gtkmm/container.h:30:0,
  1944. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1945. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1946. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1947. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1948. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1949. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1950. from ../ingen/src/gui/Style.cpp:23:
  1951. /usr/include/gtkmm-2.4/gtkmm/widget.h: In member function ‘void Gtk::Widget::get_style_property(const Glib::ustring&, PropertyType&) const’:
  1952. /usr/include/gtkmm-2.4/gtkmm/widget.h:4191:9: error: ‘Glib::Value’ is not a template
  1953. Glib::Value<PropertyType> property_value;
  1954. ^
  1955. /usr/include/gtkmm-2.4/gtkmm/widget.h:4192:17: error: invalid use of incomplete type ‘class Glib::Value’
  1956. property_value.init(Glib::Value<PropertyType>::value_type());
  1957. ^
  1958. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1959. from ../ingen/src/gui/Style.cpp:23:
  1960. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1961. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1962. ^
  1963. In file included from /usr/include/gtkmm-2.4/gtkmm/container.h:30:0,
  1964. from /usr/include/gtkmm-2.4/gtkmm/layout.h:31,
  1965. from /home/fede/build/drobilla-lad/ganv/ganv/Canvas.hpp:23,
  1966. from /home/fede/build/drobilla-lad/ganv/ganv/Item.hpp:28,
  1967. from /home/fede/build/drobilla-lad/ganv/ganv/Node.hpp:24,
  1968. from /home/fede/build/drobilla-lad/ganv/ganv/Box.hpp:19,
  1969. from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:26,
  1970. from ../ingen/src/gui/Style.cpp:23:
  1971. /usr/include/gtkmm-2.4/gtkmm/widget.h:4192:29: error: ‘Glib::Value’ is not a template
  1972. property_value.init(Glib::Value<PropertyType>::value_type());
  1973. ^
  1974. /usr/include/gtkmm-2.4/gtkmm/widget.h:4192:23: error: incomplete type ‘Glib::Value’ used in nested name specifier
  1975. property_value.init(Glib::Value<PropertyType>::value_type());
  1976. ^
  1977. /usr/include/gtkmm-2.4/gtkmm/widget.h:4194:67: error: no matching function for call to ‘Gtk::Widget::get_style_property_value(const Glib::ustring&, Glib::Value&) const’
  1978. this->get_style_property_value(the_property_name, property_value);
  1979. ^
  1980. /usr/include/gtkmm-2.4/gtkmm/widget.h:4194:67: note: candidate is:
  1981. /usr/include/gtkmm-2.4/gtkmm/widget.h:4178:8: note: void Gtk::Widget::get_style_property_value(const Glib::ustring&, Glib::ValueBase&) const
  1982. void get_style_property_value(const Glib::ustring& the_property_name, Glib::ValueBase& value) const;
  1983. ^
  1984. /usr/include/gtkmm-2.4/gtkmm/widget.h:4178:8: note: no known conversion for argument 2 from ‘Glib::Value’ to ‘Glib::ValueBase&’
  1985. /usr/include/gtkmm-2.4/gtkmm/widget.h:4196:25: error: invalid use of incomplete type ‘class Glib::Value’
  1986. value = property_value.get();
  1987. ^
  1988. In file included from /home/fede/build/drobilla-lad/ganv/ganv/Port.hpp:23:0,
  1989. from ../ingen/src/gui/Style.cpp:23:
  1990. /usr/include/gdkmm-2.4/gdkmm/types.h:92:7: error: forward declaration of ‘class Glib::Value’
  1991. class Value<Gdk::ByteOrder> : public Glib::Value_Enum<Gdk::ByteOrder>
  1992. ^
  1993. In file included from /usr/include/gtkmm-2.4/gtkmm/aboutdialog.h:31:0,
  1994. from ../ingen/src/gui/App.hpp:25,
  1995. from ../ingen/src/gui/Style.cpp:29:
  1996. /usr/include/gtkmm-2.4/gtkmm/dialog.h: At global scope:
  1997. /usr/include/gtkmm-2.4/gtkmm/dialog.h:80:7: error: ‘Value’ is not a class template
  1998. class Value<Gtk::ResponseType> : public Glib::Value_Enum<Gtk::ResponseType>
  1999. ^
  2000. /usr/include/gtkmm-2.4/gtkmm/dialog.h:80:30: error: ‘Glib::Value’ is not a template type
  2001. class Value<Gtk::ResponseType> : public Glib::Value_Enum<Gtk::ResponseType>
  2002. ^
  2003. Waf: Leaving directory `/home/fede/build/drobilla-lad/build'
  2004. Build failed
  2005. -> task in 'libingen_gui' failed (exit status 1):
  2006. {task 140499343254160: cxx Style.cpp -> Style.cpp.1.o}
  2007. ['/usr/sbin/g++', '-iquote /home/fede/build/drobilla-lad/naub', '-iquote /home/fede/build/drobilla-lad/machina', '-iquote /home/fede/build/drobilla-lad/ingen', '-iquote /home/fede/build/drobilla-lad/suil', '-iquote /home/fede/build/drobilla-lad/raul', '-iquote /home/fede/build/drobilla-lad/lilv', '-iquote /home/fede/build/drobilla-lad/ganv', '-iquote /home/fede/build/drobilla-lad/sratom', '-iquote /home/fede/build/drobilla-lad/sord', '-iquote /home/fede/build/drobilla-lad/serd', '-I/home/fede/build/drobilla-lad', '-march=native', '-O2', '-pipe', '-DNDEBUG', '-fshow-column', '-I/home/fede/build/drobilla-lad/raul', '-std=c++0x', '-fPIC', '-pthread', '-pthread', '-pthread', '-I/home/fede/build/drobilla-lad/build/ingen', '-I/home/fede/build/drobilla-lad/ingen', '-I/home/fede/build/drobilla-lad/build/ingen', '-I/home/fede/build/drobilla-lad/ingen', '-I/home/fede/build/drobilla-lad/build/lilv', '-I/home/fede/build/drobilla-lad/lilv', '-I/home/fede/build/drobilla-lad/build/sratom', '-I/home/fede/build/drobilla-lad/sratom', '-I/home/fede/build/drobilla-lad/build/sord', '-I/home/fede/build/drobilla-lad/sord', '-I/home/fede/build/drobilla-lad/build/serd', '-I/home/fede/build/drobilla-lad/serd', '-I/home/fede/build/drobilla-lad/build/suil', '-I/home/fede/build/drobilla-lad/suil', '-I/home/fede/build/drobilla-lad/build/ganv', '-I/home/fede/build/drobilla-lad/ganv', '-I/usr/include/glibmm-2.4', '-I/usr/lib/glibmm-2.4/include', '-I/usr/include/glib-2.0', '-I/usr/lib/glib-2.0/include', '-I/usr/include/sigc++-2.0', '-I/usr/lib/sigc++-2.0/include', '-I/usr/include/gtkmm-2.4', '-I/usr/lib/gtkmm-2.4/include', '-I/usr/include/atkmm-1.6', '-I/usr/include/gtk-unix-print-2.0', '-I/usr/include/gtk-2.0', '-I/usr/include/gdkmm-2.4', '-I/usr/lib/gdkmm-2.4/include', '-I/usr/include/giomm-2.4', '-I/usr/lib/giomm-2.4/include', '-I/usr/include/pangomm-1.4', '-I/usr/lib/pangomm-1.4/include', '-I/usr/include/cairomm-1.0', '-I/usr/lib/cairomm-1.0/include', '-I/usr/lib/gtk-2.0/include', '-I/usr/include/pango-1.0', '-I/usr/include/atk-1.0', '-I/usr/include/cairo', '-I/usr/include/pixman-1', '-I/usr/include/libdrm', '-I/usr/include/libpng16', '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/harfbuzz', '-I/usr/include/freetype2', '-I/usr/include/webkitgtk-1.0', '-I/usr/include/libsoup-2.4', '-I/usr/include/libxml2', '-I/usr/include/graphviz', '-I/home/fede/build/drobilla-lad/build', '-DHAVE_LV2=1', '-DHAVE_FMAX=1', '-DHAVE_POSIX_FADVISE=1', '-DSERD_VERSION="0.18.3"', '-DHAVE_SERD=1', '-DHAVE_PCRE=1', '-DSORD_VERSION="0.12.0"', '-DHAVE_SORD=1', '-DSRATOM_VERSION="0.4.3"', '-DHAVE_SRATOM=1', '-DHAVE_GTK2=1', '-DHAVE_GTK2_X11=1', '-DHAVE_QT4=1', '-DHAVE_LIBDL=1', '-DSUIL_VERSION="0.6.13"', '-DSUIL_MODULE_DIR="/usr/lib/suil-0"', '-DSUIL_DIR_SEP="/"', '-DSUIL_GTK2_LIB_NAME="libgtk-x11-2.0.so.0"', '-DSUIL_MODULE_PREFIX="lib"', '-DSUIL_MODULE_EXT=".so"', '-DHAVE_SUIL=1', '-DLILV_NEW_LV2=1', '-DHAVE_FLOCK=1', '-DHAVE_FILENO=1', '-DHAVE_CLOCK_GETTIME=1', '-DLILV_VERSION="0.16.1"', '-DLILV_PATH_SEP=":"', '-DLILV_DIR_SEP="/"', '-DHAVE_LILV=1', '-DHAVE_MEMORY=1', '-DHAVE_ATOMIC=1', '-DRAUL_VERSION="0.8.5"', '-DHAVE_RAUL=1', '-DHAVE_GTK=1', '-DHAVE_GTKMM=1', '-DHAVE_AGRAPH=1', '-DENABLE_NLS=1', '-DHAVE_GANV=1', '-DHAVE_DBUS=1', '-DHAVE_DBUS_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_DLADDR=1', '-DHAVE_JACK=1', '-DPATCHAGE_LIBJACK=1', '-DPATCHAGE_JACK_SESSION=1', '-DHAVE_ALSA=1', '-DPATCHAGE_BINLOC=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DPATCHAGE_DATA_DIR="/usr/local/share/patchage"', '-DHAVE_PATCHAGE=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_BOOST_INTRUSIVE_LIST_HPP=1', '-DHAVE_BOOST_OPTIONAL_HPP=1', '-DHAVE_BOOST_UTILITY_HPP=1', '-DPYTHONDIR="/usr/local/lib/python3.3/site-packages"', '-DPYTHONARCHDIR="/usr/local/lib/python3.3/site-packages"', '-DHAVE_NEW_GTKMM=1', '-DHAVE_WEBKIT=1', '-DHAVE_SOCKET=1', '-DINGEN_JACK_SESSION=1', '-DINGEN_VERSION="0.5.1"', '-DINGEN_BUILD_GUI=1', '-DHAVE_JACK_MIDI=1', '-DINGEN_DATA_DIR="/usr/local/share/ingen"', '-DINGEN_MODULE_DIR="/usr/lib"', '-DINGEN_BUNDLE_DIR="/usr/lib/lv2/ingen.lv2"', '-DHAVE_INGEN=1', '-DHAVE_GTK3=1', '-DHAVE_GTKMM2=1', '-DHAVE_JACK_PORT_TYPE_GET_BUFFER_SIZE=1', '-DJALV_JACK_SESSION=1', '-DJALV_VERSION="1.4.0"', '-DHAVE_JALV=1', '-DHAVE_POSIX_MEMALIGN=1', '-DMACHINA_BUILD_GUI=1', '-DMACHINA_PPQN=19200', '-DMACHINA_VERSION="0.5.0"', '-DMACHINA_DATA_DIR="/usr/local/share/machina"', '-DHAVE_MACHINA=1', '-DHAVE_USB=1', '-DNAUB_VERSION="0.0.0"', '-DHAVE_NAUB=1', '-DHAVE_PLUGINS_FLOAT_LV2=1', '-DHAVE_PLUGINS_MDA_LV2=1', '-DHAVE_MLOCK=1', '-DHAVE_PLUGINS_MATRISEQ=1', '-DHAVE_SINF=1', '-DBLOP_SHLIB_EXT=".so"', '-DHAVE_PLUGINS_BLOP_LV2=1', '-DHAVE_PLUGINS_FOMP_LV2=1', '-DHAVE_PLUGINS_OMINS_LV2=1', '-DHAVE_GL_GLU_H=1', '-DHAVE_PLUGINS_MESP_LV2=1', '../ingen/src/gui/Style.cpp', '-c', '-o', 'ingen/src/gui/Style.cpp.1.o']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement