Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. Making all in glamor_egl
  2. make[5]: Entering directory '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/hw/xfree86/glamor_egl'
  3. CC glamor_egl.lo
  4. ../../../glamor/glamor_egl.c:603:25: error: unknown type name 'RRProviderPtr'
  5. RRProviderPtr provider,
  6. ^
  7. ../../../glamor/glamor_egl.c:650:1: error: unknown type name 'dri3_screen_info_rec'
  8. static dri3_screen_info_rec glamor_dri3_info = {
  9. ^
  10. ../../../glamor/glamor_egl.c:651:5: error: field name not in record or union initializer
  11. .version = 1,
  12. ^
  13. ../../../glamor/glamor_egl.c:651:5: error: (near initialization for 'glamor_dri3_info')
  14. ../../../glamor/glamor_egl.c:652:5: error: field name not in record or union initializer
  15. .open_client = glamor_dri3_open_client,
  16. ^
  17. ../../../glamor/glamor_egl.c:652:5: error: (near initialization for 'glamor_dri3_info')
  18. ../../../glamor/glamor_egl.c:652:20: error: 'glamor_dri3_open_client' undeclared here (not in a function)
  19. .open_client = glamor_dri3_open_client,
  20. ^
  21. ../../../glamor/glamor_egl.c:652:5: warning: excess elements in scalar initializer [enabled by default]
  22. .open_client = glamor_dri3_open_client,
  23. ^
  24. ../../../glamor/glamor_egl.c:652:5: warning: (near initialization for 'glamor_dri3_info') [enabled by default]
  25. ../../../glamor/glamor_egl.c:653:5: error: field name not in record or union initializer
  26. .pixmap_from_fd = glamor_pixmap_from_fd,
  27. ^
  28. ../../../glamor/glamor_egl.c:653:5: error: (near initialization for 'glamor_dri3_info')
  29. ../../../glamor/glamor_egl.c:653:5: warning: excess elements in scalar initializer [enabled by default]
  30. ../../../glamor/glamor_egl.c:653:5: warning: (near initialization for 'glamor_dri3_info') [enabled by default]
  31. ../../../glamor/glamor_egl.c:654:5: error: field name not in record or union initializer
  32. .fd_from_pixmap = glamor_fd_from_pixmap,
  33. ^
  34. ../../../glamor/glamor_egl.c:654:5: error: (near initialization for 'glamor_dri3_info')
  35. ../../../glamor/glamor_egl.c:654:5: warning: excess elements in scalar initializer [enabled by default]
  36. ../../../glamor/glamor_egl.c:654:5: warning: (near initialization for 'glamor_dri3_info') [enabled by default]
  37. ../../../glamor/glamor_egl.c: In function 'glamor_egl_screen_init':
  38. ../../../glamor/glamor_egl.c:690:13: error: implicit declaration of function 'dri3_screen_init' [-Werror=implicit-function-declaration]
  39. if (!dri3_screen_init(screen, &glamor_dri3_info)) {
  40. ^
  41. ../../../glamor/glamor_egl.c:690:13: warning: nested extern declaration of 'dri3_screen_init' [-Wnested-externs]
  42. cc1: some warnings being treated as errors
  43. Makefile:699: recipe for target 'glamor_egl.lo' failed
  44. make[5]: *** [glamor_egl.lo] Error 1
  45. make[5]: Leaving directory '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/hw/xfree86/glamor_egl'
  46. Makefile:830: recipe for target 'all-recursive' failed
  47. make[4]: *** [all-recursive] Error 1
  48. make[4]: Leaving directory '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/hw/xfree86'
  49. Makefile:644: recipe for target 'all' failed
  50. make[3]: *** [all] Error 2
  51. make[3]: Leaving directory '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/hw/xfree86'
  52. Makefile:589: recipe for target 'all-recursive' failed
  53. make[2]: *** [all-recursive] Error 1
  54. make[2]: Leaving directory '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/hw'
  55. Makefile:757: recipe for target 'all-recursive' failed
  56. make[1]: *** [all-recursive] Error 1
  57. make[1]: Leaving directory '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1'
  58. package/pkg-generic.mk:183: recipe for target '/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/.stamp_built' failed
  59. make: *** [/home/gustavoz/b/webkit3/output/build/xserver_xorg-server-1.17.1/.stamp_built] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement