Advertisement
purejava

'webkitgtk-3.0' not found in specified Vala API

Jan 9th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. [ 56%] Built target geary-engine
  2. [ 56%] Generating .geary-client.stamp
  3. error: GResources file `/home/ralph/git/geary/build/ui/.gresource.xml' does not exist
  4. /home/ralph/git/geary/src/client/components/empty-placeholder.vala:12.1-12.40: error: UI resource not found: `/org/gnome/Geary/empty-placeholder.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  5. public class EmptyPlaceholder : Gtk.Grid {
  6. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. /home/ralph/git/geary/src/client/components/folder-popover.vala:8.1-8.40: error: UI resource not found: `/org/gnome/Geary/folder-popover.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  8. public class FolderPopover : Gtk.Popover {
  9. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10. /home/ralph/git/geary/src/client/components/main-toolbar.vala:9.1-9.34: error: UI resource not found: `/org/gnome/Geary/main-toolbar.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  11. public class MainToolbar : Gtk.Box {
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. /home/ralph/git/geary/src/client/components/main-window.vala:10.1-10.47: error: UI resource not found: `/org/gnome/Geary/main-window.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  14. public class MainWindow : Gtk.ApplicationWindow {
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16. /home/ralph/git/geary/src/client/composer/composer-headerbar.vala:8.1-8.46: error: UI resource not found: `/org/gnome/Geary/composer-headerbar.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  17. public class ComposerHeaderbar : Gtk.HeaderBar {
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. /home/ralph/git/geary/src/client/composer/composer-widget.vala:14.1-14.42: error: UI resource not found: `/org/gnome/Geary/composer-widget.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  20. public class ComposerWidget : Gtk.EventBox {
  21. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22. /home/ralph/git/geary/src/client/conversation-viewer/conversation-email.vala:19.1-19.40: error: UI resource not found: `/org/gnome/Geary/conversation-email.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  23. public class ConversationEmail : Gtk.Box {
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. /home/ralph/git/geary/src/client/conversation-viewer/conversation-email.vala:94.5-94.43: error: UI resource not found: `/org/gnome/Geary/conversation-email-attachment-view.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  26. private class AttachmentView : Gtk.Grid {
  27. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  28. /home/ralph/git/geary/src/client/conversation-viewer/conversation-message.vala:18.1-18.43: error: UI resource not found: `/org/gnome/Geary/conversation-message.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  29. public class ConversationMessage : Gtk.Grid {
  30. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31. /home/ralph/git/geary/src/client/conversation-viewer/conversation-viewer.vala:13.1-13.43: error: UI resource not found: `/org/gnome/Geary/conversation-viewer.ui'. Please make sure to specify the proper GResources xml files with --gresources.
  32. public class ConversationViewer : Gtk.Stack {
  33. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34. Compilation failed: 11 error(s), 0 warning(s)
  35. make[2]: *** [src/CMakeFiles/geary-client.dir/build.make:402: src/.geary-client.stamp] Fehler 1
  36. make[1]: *** [CMakeFiles/Makefile2:846: src/CMakeFiles/geary-client.dir/all] Fehler 2
  37. make: *** [Makefile:128: all] Fehler 2
  38. [ralph@six build]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement