Advertisement
Guest User

Untitled

a guest
May 30th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. mari@horus:~/webcam$ gcc -Wall svv.c -o svv $(pkg-config gtk+-2.0 libv4lconvert --cflags --libs)
  2. Package gtk+-2.0 was not found in the pkg-config search path.
  3. Perhaps you should add the directory containing `gtk+-2.0.pc'
  4. to the PKG_CONFIG_PATH environment variable
  5. No package 'gtk+-2.0' found
  6. svv.c:37:21: error: gtk/gtk.h: Arquivo ou diretório não encontrado
  7. svv.c:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  8. svv.c:83: error: expected ‘)’ before ‘*’ token
  9. svv.c:88: error: expected ‘)’ before ‘*’ token
  10. svv.c:102: error: expected ‘)’ before ‘data’
  11. svv.c: In function ‘main_frontend’:
  12. svv.c:114: error: ‘GtkWidget’ undeclared (first use in this function)
  13. svv.c:114: error: (Each undeclared identifier is reported only once
  14. svv.c:114: error: for each function it appears in.)
  15. svv.c:114: error: ‘window’ undeclared (first use in this function)
  16. svv.c:116: warning: implicit declaration of function ‘gtk_init’
  17. svv.c:117: warning: implicit declaration of function ‘gdk_rgb_init’
  18. svv.c:119: warning: implicit declaration of function ‘gtk_window_new’
  19. svv.c:119: error: ‘GTK_WINDOW_TOPLEVEL’ undeclared (first use in this function)
  20. svv.c:120: warning: implicit declaration of function ‘gtk_window_set_title’
  21. svv.c:120: warning: implicit declaration of function ‘GTK_WINDOW’
  22. svv.c:122: warning: implicit declaration of function ‘gtk_signal_connect’
  23. svv.c:122: warning: implicit declaration of function ‘GTK_OBJECT’
  24. svv.c:123: warning: implicit declaration of function ‘GTK_SIGNAL_FUNC’
  25. svv.c:123: error: ‘delete_event’ undeclared (first use in this function)
  26. svv.c:127: error: ‘key_event’ undeclared (first use in this function)
  27. svv.c:129: warning: implicit declaration of function ‘gtk_container_set_border_width’
  28. svv.c:129: warning: implicit declaration of function ‘GTK_CONTAINER’
  29. svv.c:131: error: ‘drawing_area’ undeclared (first use in this function)
  30. svv.c:131: warning: implicit declaration of function ‘gtk_drawing_area_new’
  31. svv.c:132: warning: implicit declaration of function ‘gtk_drawing_area_size’
  32. svv.c:132: warning: implicit declaration of function ‘GTK_DRAWING_AREA’
  33. svv.c:135: warning: implicit declaration of function ‘gtk_container_add’
  34. svv.c:137: warning: implicit declaration of function ‘gtk_widget_show_all’
  35. svv.c:139: warning: implicit declaration of function ‘gdk_input_add’
  36. svv.c:140: error: ‘GDK_INPUT_READ’ undeclared (first use in this function)
  37. svv.c:141: error: ‘frame_ready’ undeclared (first use in this function)
  38. svv.c:143: warning: implicit declaration of function ‘gtk_main’
  39. svv.c: In function ‘process_image’:
  40. svv.c:188: warning: implicit declaration of function ‘gdk_draw_rgb_image’
  41. svv.c:188: error: ‘drawing_area’ undeclared (first use in this function)
  42. svv.c:193: error: ‘GDK_RGB_DITHER_NORMAL’ undeclared (first use in this function)
  43. mari@horus:~/webcam$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement