Advertisement
Guest User

Error Emerald

a guest
May 8th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. vhj1995@vhj1995-Lenovo-G570 ~/emerald $ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/vhj1995/emerald'
  4. Making all in libengine
  5. make[2]: Entering directory `/home/vhj1995/emerald/libengine'
  6. make[2]: Nothing to be done for `all'.
  7. make[2]: Leaving directory `/home/vhj1995/emerald/libengine'
  8. Making all in src
  9. make[2]: Entering directory `/home/vhj1995/emerald/src'
  10. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DLOCALEDIR="\"/usr/local/share/locale"\" -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -g -O2 -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  11. main.c: In function ‘decor_update_window_property’:
  12. main.c:507:7: warning: assignment makes pointer from integer without a cast
  13. main.c:511:8: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast
  14. /usr/include/compiz/decoration.h:186:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
  15. main.c:511:8: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  16. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
  17. main.c:511:8: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  18. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
  19. main.c:511:8: error: too many arguments to function ‘decor_quads_to_property’
  20. /usr/include/compiz/decoration.h:186:1: note: declared here
  21. main.c:518:7: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
  22. main.c:518:7: note: each undeclared identifier is reported only once for each function it appears in
  23. main.c: In function ‘decor_update_switcher_property’:
  24. main.c:1944:7: warning: assignment makes pointer from integer without a cast
  25. main.c:1948:8: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast
  26. /usr/include/compiz/decoration.h:186:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
  27. main.c:1948:8: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  28. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
  29. main.c:1948:8: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  30. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
  31. main.c:1948:8: error: too many arguments to function ‘decor_quads_to_property’
  32. /usr/include/compiz/decoration.h:186:1: note: declared here
  33. main.c:1962:7: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
  34. main.c: In function ‘update_default_decorations’:
  35. main.c:2375:7: warning: assignment makes pointer from integer without a cast
  36. main.c:2379:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast
  37. /usr/include/compiz/decoration.h:186:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
  38. main.c:2379:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  39. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
  40. main.c:2379:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  41. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
  42. main.c:2379:5: error: too many arguments to function ‘decor_quads_to_property’
  43. /usr/include/compiz/decoration.h:186:1: note: declared here
  44. main.c:2385:4: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
  45. main.c:2439:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast
  46. /usr/include/compiz/decoration.h:186:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
  47. main.c:2439:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  48. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
  49. main.c:2439:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  50. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
  51. main.c:2439:5: error: too many arguments to function ‘decor_quads_to_property’
  52. /usr/include/compiz/decoration.h:186:1: note: declared here
  53. main.c:2443:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast
  54. /usr/include/compiz/decoration.h:186:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
  55. main.c:2443:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  56. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
  57. main.c:2443:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast
  58. /usr/include/compiz/decoration.h:186:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
  59. main.c:2443:5: error: too many arguments to function ‘decor_quads_to_property’
  60. /usr/include/compiz/decoration.h:186:1: note: declared here
  61. main.c: In function ‘update_window_decoration_size’:
  62. main.c:3054:11: warning: assignment makes pointer from integer without a cast
  63. main.c: In function ‘update_switcher_window’:
  64. main.c:3252:9: warning: assignment makes pointer from integer without a cast
  65. main.c:3301:11: warning: assignment makes pointer from integer without a cast
  66. make[2]: *** [main.o] Error 1
  67. make[2]: Leaving directory `/home/vhj1995/emerald/src'
  68. make[1]: *** [all-recursive] Error 1
  69. make[1]: Leaving directory `/home/vhj1995/emerald'
  70. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement