Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ~/slingshot$ ./build_run
  2. frontend/widgets/AppItem.vala:14.32-14.50: error: Value must be constant
  3. const int RUN_LENGTH = (int)(DURATION/FPS); // total number of frames
  4. ^^^^^^^^^^^^^^^^^^^
  5. frontend/widgets/Indicators.vala:25.32-25.50: error: Value must be constant
  6. const int RUN_LENGTH = (int)(DURATION/FPS); // total number of frames
  7. ^^^^^^^^^^^^^^^^^^^
  8. backend/GMenuEntries.vala:66.60-66.118: warning: unhandled error `GLib.Error'
  9. icons[app_to_add["command"]] = icon_theme.lookup_icon(app_icon, icon_size, 0).load_icon ();
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. backend/GMenuEntries.vala:72.65-72.141: warning: unhandled error `GLib.Error'
  12. icons[app_to_add["command"]] = icon_theme.lookup_icon("application-default-icon", icon_size, 0).load_icon ();
  13. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14. backend/GMenuEntries.vala:76.60-76.136: warning: unhandled error `GLib.Error'
  15. icons[app_to_add["command"]] = icon_theme.lookup_icon("application-default-icon", icon_size, 0).load_icon ();
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. Compilation failed: 2 error(s), 3 warning(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement