Advertisement
Guest User

dconf build error

a guest
Apr 3rd, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. make[2]: Entering directory `/home/stefan/Gnome/code/dconf/editor'
  2. ITMRG dconf-editor.desktop
  3. VALAC dconf_editor_vala.stamp
  4. dconf-model.vala:415.5-415.30: error: overriding method `KeyModel.iter_nth_child' is incompatible with base method `Gtk.TreeModel.iter_nth_child': incompatible direction of parameter 1.
  5. public bool iter_nth_child(ref Gtk.TreeIter iter, Gtk.TreeIter? parent, int n)
  6. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. dconf-model.vala:349.31-349.38: error: Argument 1: Cannot pass out argument to non-output parameter
  8. return iter_nth_child(out iter, null, path.get_indices()[0]);
  9. ^^^^^^^^
  10. dconf-model.vala:706.5-706.30: error: overriding method `SettingsModel.iter_nth_child' is incompatible with base method `Gtk.TreeModel.iter_nth_child': incompatible direction of parameter 1.
  11. public bool iter_nth_child(ref Gtk.TreeIter iter, Gtk.TreeIter? parent, int n)
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. dconf-model.vala:649.29-649.36: error: Argument 1: Cannot pass out argument to non-output parameter
  14. if (!iter_nth_child(out iter, null, path.get_indices()[0]))
  15. ^^^^^^^^
  16. dconf-model.vala:537.5-537.30: error: overriding method `EnumModel.iter_nth_child' is incompatible with base method `Gtk.TreeModel.iter_nth_child': incompatible direction of parameter 1.
  17. public bool iter_nth_child(ref Gtk.TreeIter iter, Gtk.TreeIter? parent, int n)
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. dconf-model.vala:487.31-487.38: error: Argument 1: Cannot pass out argument to non-output parameter
  20. return iter_nth_child(out iter, null, path.get_indices()[0]);
  21. ^^^^^^^^
  22. dconf-view.vala:169.9-169.25: warning: Gtk.CellRenderer.get_size has been deprecated since 3.0. Use get_preferred_size
  23. dconf-model.vala:715.5-715.27: error: overriding method `SettingsModel.iter_parent' is incompatible with base method `Gtk.TreeModel.iter_parent': incompatible direction of parameter 1.
  24. public bool iter_parent(ref Gtk.TreeIter iter, Gtk.TreeIter child)
  25. ^^^^^^^^^^^^^^^^^^^^^^^
  26. dconf-editor.vala:382.36-382.43: error: Argument 1: Cannot pass out argument to non-output parameter
  27. if (!model.iter_parent(out iter, iter))
  28. ^^^^^^^^
  29. Compilation failed: 8 error(s), 1 warning(s)
  30. make[2]: *** [dconf_editor_vala.stamp] Fehler 1
  31. make[2]: Leaving directory `/home/stefan/Gnome/code/dconf/editor'
  32. make[1]: *** [all-recursive] Fehler 1
  33. make[1]: Leaving directory `/home/stefan/Gnome/code/dconf'
  34. make: *** [all] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement