Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. [sbox-FREMANTLE_X86: ~/more-examples] > gcc -Wall -g example_banner.c `pkg-config --cflags gtk+-2.0` -o example_banner `pkg-config --libs gtk+-2.0`
  2. example_banner.c:11:35: error: hildon/hildon-program.h: No such file or directory
  3. example_banner.c:12:34: error: hildon/hildon-banner.h: No such file or directory
  4. example_banner.c:13:31: error: hildon/hildon-gtk.h: No such file or directory
  5. example_banner.c:14:32: error: hildon/hildon-main.h: No such file or directory
  6. example_banner.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'banner_type'
  7. example_banner.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  8. example_banner.c:20: error: expected ')' before '*' token
  9. example_banner.c: In function 'main':
  10. example_banner.c:54: error: 'HildonProgram' undeclared (first use in this function)
  11. example_banner.c:54: error: (Each undeclared identifier is reported only once
  12. example_banner.c:54: error: for each function it appears in.)
  13. example_banner.c:54: error: 'program' undeclared (first use in this function)
  14. example_banner.c:55: error: 'HildonWindow' undeclared (first use in this function)
  15. example_banner.c:55: error: 'window' undeclared (first use in this function)
  16. example_banner.c:56: error: 'GtkWidget' undeclared (first use in this function)
  17. example_banner.c:56: error: 'main_vbox' undeclared (first use in this function)
  18. example_banner.c:57: error: 'button1' undeclared (first use in this function)
  19. example_banner.c:60: warning: implicit declaration of function 'hildon_gtk_init'
  20. example_banner.c:63: warning: implicit declaration of function 'HILDON_PROGRAM'
  21. example_banner.c:63: warning: implicit declaration of function 'hildon_program_get_instance'
  22. example_banner.c:64: warning: implicit declaration of function 'g_set_application_name'
  23. example_banner.c:67: warning: implicit declaration of function 'HILDON_WINDOW'
  24. example_banner.c:67: warning: implicit declaration of function 'hildon_window_new'
  25. example_banner.c:68: warning: implicit declaration of function 'hildon_program_add_window'
  26. example_banner.c:71: warning: implicit declaration of function 'gtk_vbox_new'
  27. example_banner.c:71: error: 'FALSE' undeclared (first use in this function)
  28. example_banner.c:72: warning: implicit declaration of function 'gtk_container_add'
  29. example_banner.c:72: warning: implicit declaration of function 'GTK_CONTAINER'
  30. example_banner.c:75: warning: implicit declaration of function 'gtk_button_new_with_label'
  31. example_banner.c:76: warning: implicit declaration of function 'gtk_box_pack_end'
  32. example_banner.c:76: warning: implicit declaration of function 'GTK_BOX'
  33. example_banner.c:76: error: 'TRUE' undeclared (first use in this function)
  34. example_banner.c:79: warning: implicit declaration of function 'g_signal_connect'
  35. example_banner.c:79: warning: implicit declaration of function 'G_OBJECT'
  36. example_banner.c:80: warning: implicit declaration of function 'G_CALLBACK'
  37. example_banner.c:80: error: 'show_banner' undeclared (first use in this function)
  38. example_banner.c:84: error: 'gtk_main_quit' undeclared (first use in this function)
  39. example_banner.c:84: error: 'NULL' undeclared (first use in this function)
  40. example_banner.c:87: warning: implicit declaration of function 'gtk_widget_show_all'
  41. example_banner.c:87: warning: implicit declaration of function 'GTK_WIDGET'
  42. example_banner.c:88: warning: implicit declaration of function 'gtk_main'
  43. [sbox-FREMANTLE_X86: ~/more-examples] > hildon-desktop[22980]: GLIB WARNING ** ClutterX11 - Failed to get XImage of pixmap: e0022e, removing
Add Comment
Please, Sign In to add comment