Advertisement
Guest User

gala-bzt makepkg output

a guest
Mar 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.84 KB | None | 0 0
  1. [u-foka@u-foka-laptop gala-bzr]$ makepkg
  2. ==> Making package: gala-bzr r370-1 (Sat 22 Mar 17:02:15 CET 2014)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Branching http://bazaar.launchpad.net/~gala-dev/gala/trunk/ ...
  7. Branched 371 revisions.
  8. ==> Validating source files with sha256sums...
  9. gala ... Skipped
  10. ==> Extracting sources...
  11. -> Creating working copy of gala bzr repo...
  12. ==> Starting pkgver()...
  13. ==> Updated version: gala-bzr r371-1
  14. ==> Starting build()...
  15. -- The C compiler identification is GNU 4.8.2
  16. -- The CXX compiler identification is GNU 4.8.2
  17. -- Check for working C compiler: /usr/bin/cc
  18. -- Check for working C compiler: /usr/bin/cc -- works
  19. -- Detecting C compiler ABI info
  20. -- Detecting C compiler ABI info - done
  21. -- Check for working CXX compiler: /usr/bin/c++
  22. -- Check for working CXX compiler: /usr/bin/c++ -- works
  23. -- Detecting CXX compiler ABI info
  24. -- Detecting CXX compiler ABI info - done
  25. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  26. -- checking for modules 'libmutter>=3.4;granite;clutter-1.0>=1.9.16;clutter-gtk-1.0;libbamf3;xfixes;gee-0.8;plank;gnome-desktop-3.0'
  27. -- found libmutter, version 3.10.4
  28. -- found granite, version 0.3.0
  29. -- found clutter-1.0, version 1.16.4
  30. -- found clutter-gtk-1.0, version 1.4.4
  31. -- found libbamf3, version 0.5.0
  32. -- found xfixes, version 5.0.1
  33. -- found gee-0.8, version 0.12.0
  34. -- found plank, version 0.5.0
  35. -- found gnome-desktop-3.0, version 3.10.2
  36. -- Found Vala: /usr/bin/valac
  37. -- checking for a minimum Vala version of 0.22.0
  38. -- found Vala, version 0.22.1
  39. -- GSettings schemas will be installed locally.
  40. -- GSettings schemas will be installed into /usr/share/glib-2.0/schemas/
  41. -- Configuring done
  42. -- Generating done
  43. -- Build files have been written to: /home/u-foka/build/gala-bzr/src/gala/build
  44. [ 4%] Generating src/DBus.c, src/DragDropAction.c, src/Main.c, src/Plugin.c, src/ScreenSaver.c, src/Settings.c, src/TextShadowEffect.c, src/Utils.c, src/Zooming.c, src/Background/Background.c, src/Background/BackgroundCache.c, src/Background/BackgroundManager.c, src/Background/SlideShow.c, src/Background/SystemBackground.c, src/Widgets/AppIcon.c, src/Widgets/WindowOverview.c, src/Widgets/WindowSwitcher.c, src/Widgets/WindowThumb.c, src/Widgets/WorkspaceThumb.c, src/Widgets/WorkspaceView.c, build/src/Config.c
  45. gee-1.0.vapi:7.3-7.53: error: `Gee.Functions' already contains a definition for `get_compare_func_for'
  46. public static GLib.CompareFunc get_compare_func_for (GLib.Type t);
  47. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48. gee-0.8.vapi:7.3-7.57: note: previous definition of `get_compare_func_for' was here
  49. public static GLib.CompareDataFunc get_compare_func_for (GLib.Type t);
  50. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  51. gee-1.0.vapi:9.3-9.49: error: `Gee.Functions' already contains a definition for `get_equal_func_for'
  52. public static GLib.EqualFunc get_equal_func_for (GLib.Type t);
  53. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  54. gee-0.8.vapi:9.3-9.52: note: previous definition of `get_equal_func_for' was here
  55. public static Gee.EqualDataFunc get_equal_func_for (GLib.Type t);
  56. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  57. gee-1.0.vapi:11.3-11.47: error: `Gee.Functions' already contains a definition for `get_hash_func_for'
  58. public static GLib.HashFunc get_hash_func_for (GLib.Type t);
  59. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  60. gee-0.8.vapi:11.3-11.50: note: previous definition of `get_hash_func_for' was here
  61. public static Gee.HashDataFunc get_hash_func_for (GLib.Type t);
  62. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63. gee-1.0.vapi:14.2-14.94: error: `Gee' already contains a definition for `AbstractCollection'
  64. public abstract class AbstractCollection<G> : GLib.Object, Gee.Iterable<G>, Gee.Collection<G> {
  65. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  66. gee-0.8.vapi:32.2-32.114: note: previous definition of `AbstractCollection' was here
  67. public abstract class AbstractCollection<G> : GLib.Object, Gee.Traversable<G>, Gee.Iterable<G>, Gee.Collection<G> {
  68. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  69. gee-1.0.vapi:31.2-31.79: error: `Gee' already contains a definition for `AbstractList'
  70. public abstract class AbstractList<G> : Gee.AbstractCollection<G>, Gee.List<G> {
  71. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  72. gee-0.8.vapi:45.2-45.79: note: previous definition of `AbstractList' was here
  73. public abstract class AbstractList<G> : Gee.AbstractCollection<G>, Gee.List<G> {
  74. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  75. gee-1.0.vapi:46.2-46.101: error: `Gee' already contains a definition for `AbstractMap'
  76. public abstract class AbstractMap<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>>, Gee.Map<K,V> {
  77. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  78. gee-0.8.vapi:57.2-57.138: note: previous definition of `AbstractMap' was here
  79. public abstract class AbstractMap<K,V> : GLib.Object, Gee.Traversable<Gee.Map.Entry<K,V>>, Gee.Iterable<Gee.Map.Entry<K,V>>, Gee.Map<K,V> {
  80. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  81. gee-1.0.vapi:66.2-66.77: error: `Gee' already contains a definition for `AbstractMultiMap'
  82. public abstract class AbstractMultiMap<K,V> : GLib.Object, Gee.MultiMap<K,V> {
  83. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  84. gee-0.8.vapi:76.2-76.77: note: previous definition of `AbstractMultiMap' was here
  85. public abstract class AbstractMultiMap<K,V> : GLib.Object, Gee.MultiMap<K,V> {
  86. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  87. gee-1.0.vapi:74.2-74.87: error: `Gee' already contains a definition for `AbstractMultiSet'
  88. public abstract class AbstractMultiSet<G> : Gee.AbstractCollection<G>, Gee.MultiSet<G> {
  89. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  90. gee-0.8.vapi:85.2-85.87: note: previous definition of `AbstractMultiSet' was here
  91. public abstract class AbstractMultiSet<G> : Gee.AbstractCollection<G>, Gee.MultiSet<G> {
  92. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  93. gee-1.0.vapi:85.2-85.81: error: `Gee' already contains a definition for `AbstractQueue'
  94. public abstract class AbstractQueue<G> : Gee.AbstractCollection<G>, Gee.Queue<G> {
  95. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  96. gee-0.8.vapi:98.2-98.81: note: previous definition of `AbstractQueue' was here
  97. public abstract class AbstractQueue<G> : Gee.AbstractCollection<G>, Gee.Queue<G> {
  98. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  99. gee-1.0.vapi:96.2-96.77: error: `Gee' already contains a definition for `AbstractSet'
  100. public abstract class AbstractSet<G> : Gee.AbstractCollection<G>, Gee.Set<G> {
  101. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  102. gee-0.8.vapi:107.2-107.77: note: previous definition of `AbstractSet' was here
  103. public abstract class AbstractSet<G> : Gee.AbstractCollection<G>, Gee.Set<G> {
  104. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  105. gee-1.0.vapi:101.2-101.48: error: `Gee' already contains a definition for `ArrayList'
  106. public class ArrayList<G> : Gee.AbstractList<G> {
  107. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  108. gee-0.8.vapi:136.2-136.53: note: previous definition of `ArrayList' was here
  109. public class ArrayList<G> : Gee.AbstractBidirList<G> {
  110. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  111. gee-1.0.vapi:121.2-121.49: error: `Gee' already contains a definition for `HashMap'
  112. public class HashMap<K,V> : Gee.AbstractMap<K,V> {
  113. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  114. gee-0.8.vapi:228.2-228.49: note: previous definition of `HashMap' was here
  115. public class HashMap<K,V> : Gee.AbstractMap<K,V> {
  116. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  117. gee-1.0.vapi:139.2-139.59: error: `Gee' already contains a definition for `HashMultiMap'
  118. public class HashMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  119. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  120. gee-0.8.vapi:250.2-250.59: note: previous definition of `HashMultiMap' was here
  121. public class HashMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  122. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  123. gee-1.0.vapi:150.2-150.55: error: `Gee' already contains a definition for `HashMultiSet'
  124. public class HashMultiSet<G> : Gee.AbstractMultiSet<G> {
  125. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  126. gee-0.8.vapi:263.2-263.55: note: previous definition of `HashMultiSet' was here
  127. public class HashMultiSet<G> : Gee.AbstractMultiSet<G> {
  128. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  129. gee-1.0.vapi:156.2-156.45: error: `Gee' already contains a definition for `HashSet'
  130. public class HashSet<G> : Gee.AbstractSet<G> {
  131. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  132. gee-0.8.vapi:269.2-269.45: note: previous definition of `HashSet' was here
  133. public class HashSet<G> : Gee.AbstractSet<G> {
  134. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  135. gee-1.0.vapi:168.2-168.77: error: `Gee' already contains a definition for `LinkedList'
  136. public class LinkedList<G> : Gee.AbstractList<G>, Gee.Queue<G>, Gee.Deque<G> {
  137. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  138. gee-0.8.vapi:334.2-334.82: note: previous definition of `LinkedList' was here
  139. public class LinkedList<G> : Gee.AbstractBidirList<G>, Gee.Queue<G>, Gee.Deque<G> {
  140. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  141. gee-1.0.vapi:188.2-188.53: error: `Gee' already contains a definition for `PriorityQueue'
  142. public class PriorityQueue<G> : Gee.AbstractQueue<G> {
  143. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  144. gee-0.8.vapi:358.2-358.53: note: previous definition of `PriorityQueue' was here
  145. public class PriorityQueue<G> : Gee.AbstractQueue<G> {
  146. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  147. gee-1.0.vapi:206.2-206.49: error: `Gee' already contains a definition for `TreeMap'
  148. public class TreeMap<K,V> : Gee.AbstractMap<K,V> {
  149. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  150. gee-0.8.vapi:386.2-386.60: note: previous definition of `TreeMap' was here
  151. public class TreeMap<K,V> : Gee.AbstractBidirSortedMap<K,V> {
  152. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  153. gee-1.0.vapi:223.2-223.59: error: `Gee' already contains a definition for `TreeMultiMap'
  154. public class TreeMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  155. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  156. gee-0.8.vapi:412.2-412.59: note: previous definition of `TreeMultiMap' was here
  157. public class TreeMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  158. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  159. gee-1.0.vapi:232.2-232.55: error: `Gee' already contains a definition for `TreeMultiSet'
  160. public class TreeMultiSet<G> : Gee.AbstractMultiSet<G> {
  161. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  162. gee-0.8.vapi:422.2-422.55: note: previous definition of `TreeMultiSet' was here
  163. public class TreeMultiSet<G> : Gee.AbstractMultiSet<G> {
  164. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  165. gee-1.0.vapi:237.2-237.63: error: `Gee' already contains a definition for `TreeSet'
  166. public class TreeSet<G> : Gee.AbstractSet<G>, Gee.SortedSet<G> {
  167. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  168. gee-0.8.vapi:427.2-427.56: note: previous definition of `TreeSet' was here
  169. public class TreeSet<G> : Gee.AbstractBidirSortedSet<G> {
  170. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  171. gee-1.0.vapi:248.2-248.52: error: `Gee' already contains a definition for `BidirIterator'
  172. public interface BidirIterator<G> : Gee.Iterator<G> {
  173. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  174. gee-0.8.vapi:453.2-453.52: note: previous definition of `BidirIterator' was here
  175. public interface BidirIterator<G> : Gee.Iterator<G> {
  176. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  177. gee-1.0.vapi:254.2-254.49: error: `Gee' already contains a definition for `Collection'
  178. public interface Collection<G> : Gee.Iterable<G> {
  179. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  180. gee-0.8.vapi:494.2-494.49: note: previous definition of `Collection' was here
  181. public interface Collection<G> : Gee.Iterable<G> {
  182. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  183. gee-1.0.vapi:270.2-270.45: error: `Gee' already contains a definition for `Comparable'
  184. public interface Comparable<G> : GLib.Object {
  185. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  186. gee-0.8.vapi:536.2-536.45: note: previous definition of `Comparable' was here
  187. public interface Comparable<G> : GLib.Object {
  188. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  189. gee-1.0.vapi:274.2-274.41: error: `Gee' already contains a definition for `Deque'
  190. public interface Deque<G> : Gee.Queue<G> {
  191. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  192. gee-0.8.vapi:541.2-541.41: note: previous definition of `Deque' was here
  193. public interface Deque<G> : Gee.Queue<G> {
  194. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  195. gee-1.0.vapi:285.2-285.43: error: `Gee' already contains a definition for `Iterable'
  196. public interface Iterable<G> : GLib.Object {
  197. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  198. gee-0.8.vapi:577.2-577.63: note: previous definition of `Iterable' was here
  199. public interface Iterable<G> : GLib.Object, Gee.Traversable<G> {
  200. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  201. gee-1.0.vapi:290.2-290.43: error: `Gee' already contains a definition for `Iterator'
  202. public interface Iterator<G> : GLib.Object {
  203. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  204. gee-0.8.vapi:581.2-581.63: note: previous definition of `Iterator' was here
  205. public interface Iterator<G> : GLib.Object, Gee.Traversable<G> {
  206. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  207. gee-1.0.vapi:298.2-298.45: error: `Gee' already contains a definition for `List'
  208. public interface List<G> : Gee.Collection<G> {
  209. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  210. gee-0.8.vapi:593.2-593.45: note: previous definition of `List' was here
  211. public interface List<G> : Gee.Collection<G> {
  212. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  213. gee-1.0.vapi:314.2-314.56: error: `Gee' already contains a definition for `ListIterator'
  214. public interface ListIterator<G> : Gee.BidirIterator<G> {
  215. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  216. gee-0.8.vapi:609.2-609.51: note: previous definition of `ListIterator' was here
  217. public interface ListIterator<G> : Gee.Iterator<G> {
  218. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  219. gee-1.0.vapi:321.2-321.74: error: `Gee' already contains a definition for `Map'
  220. public interface Map<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>> {
  221. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  222. gee-0.8.vapi:616.2-616.74: note: previous definition of `Map' was here
  223. public interface Map<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>> {
  224. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  225. gee-1.0.vapi:356.2-356.48: error: `Gee' already contains a definition for `MapIterator'
  226. public interface MapIterator<K,V> : GLib.Object {
  227. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  228. gee-0.8.vapi:654.2-654.48: note: previous definition of `MapIterator' was here
  229. public interface MapIterator<K,V> : GLib.Object {
  230. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  231. gee-1.0.vapi:366.2-366.45: error: `Gee' already contains a definition for `MultiMap'
  232. public interface MultiMap<K,V> : GLib.Object {
  233. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  234. gee-0.8.vapi:669.2-669.45: note: previous definition of `MultiMap' was here
  235. public interface MultiMap<K,V> : GLib.Object {
  236. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  237. gee-1.0.vapi:379.2-379.49: error: `Gee' already contains a definition for `MultiSet'
  238. public interface MultiSet<G> : Gee.Collection<G> {
  239. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  240. gee-0.8.vapi:688.2-688.49: note: previous definition of `MultiSet' was here
  241. public interface MultiSet<G> : Gee.Collection<G> {
  242. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  243. gee-1.0.vapi:383.2-383.46: error: `Gee' already contains a definition for `Queue'
  244. public interface Queue<G> : Gee.Collection<G> {
  245. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  246. gee-0.8.vapi:695.2-695.46: note: previous definition of `Queue' was here
  247. public interface Queue<G> : Gee.Collection<G> {
  248. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  249. gee-1.0.vapi:394.2-394.44: error: `Gee' already contains a definition for `Set'
  250. public interface Set<G> : Gee.Collection<G> {
  251. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  252. gee-0.8.vapi:707.2-707.44: note: previous definition of `Set' was here
  253. public interface Set<G> : Gee.Collection<G> {
  254. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  255. gee-1.0.vapi:399.2-399.43: error: `Gee' already contains a definition for `SortedSet'
  256. public interface SortedSet<G> : Gee.Set<G> {
  257. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  258. gee-0.8.vapi:723.2-723.43: note: previous definition of `SortedSet' was here
  259. public interface SortedSet<G> : Gee.Set<G> {
  260. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  261. Compilation failed: 36 error(s), 0 warning(s)
  262. CMakeFiles/gala.dir/build.make:76: recipe for target 'src/DBus.c' failed
  263. make[2]: *** [src/DBus.c] Error 1
  264. CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/gala.dir/all' failed
  265. make[1]: *** [CMakeFiles/gala.dir/all] Error 2
  266. Makefile:146: recipe for target 'all' failed
  267. make: *** [all] Error 2
  268. ==> ERROR: A failure occurred in build().
  269. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement