Advertisement
Guest User

Untitled

a guest
Nov 13th, 2016
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. make[4]: Entering directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/src/egl/wayland/wayland-drm'
  2. /usr/bin/make all-am
  3. make[5]: Entering directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/src/egl/wayland/wayland-drm'
  4. CC wayland-drm.lo
  5. wayland-drm.c: In function ‘create_buffer’:
  6. wayland-drm.c:103:12: error: ‘WL_DRM_ERROR_INVALID_NAME’ undeclared (first use in this function)
  7. WL_DRM_ERROR_INVALID_NAME,
  8. ^
  9. wayland-drm.c:103:12: note: each undeclared identifier is reported only once for each function it appears in
  10. wayland-drm.c: In function ‘drm_create_buffer’:
  11. wayland-drm.c:134:40: error: ‘WL_DRM_ERROR_INVALID_FORMAT’ undeclared (first use in this function)
  12. WL_DRM_ERROR_INVALID_FORMAT,
  13. ^
  14. wayland-drm.c: In function ‘drm_create_planar_buffer’:
  15. wayland-drm.c:163:40: error: ‘WL_DRM_ERROR_INVALID_FORMAT’ undeclared (first use in this function)
  16. WL_DRM_ERROR_INVALID_FORMAT,
  17. ^
  18. wayland-drm.c: In function ‘drm_authenticate’:
  19. wayland-drm.c:194:12: error: ‘WL_DRM_ERROR_AUTHENTICATE_FAIL’ undeclared (first use in this function)
  20. WL_DRM_ERROR_AUTHENTICATE_FAIL,
  21. ^
  22. wayland-drm.c:197:36: error: ‘WL_DRM_AUTHENTICATED’ undeclared (first use in this function)
  23. wl_resource_post_event(resource, WL_DRM_AUTHENTICATED);
  24. ^
  25. wayland-drm.c: At top level:
  26. wayland-drm.c:200:21: error: variable ‘drm_interface’ has initializer but incomplete type
  27. static const struct wl_drm_interface drm_interface = {
  28. ^
  29. wayland-drm.c:201:2: warning: excess elements in struct initializer
  30. drm_authenticate,
  31. ^
  32. wayland-drm.c:201:2: note: (near initialization for ‘drm_interface’)
  33. wayland-drm.c:202:2: warning: excess elements in struct initializer
  34. drm_create_buffer,
  35. ^
  36. wayland-drm.c:202:2: note: (near initialization for ‘drm_interface’)
  37. wayland-drm.c:203:9: warning: excess elements in struct initializer
  38. drm_create_planar_buffer,
  39. ^
  40. wayland-drm.c:203:9: note: (near initialization for ‘drm_interface’)
  41. wayland-drm.c:204:9: warning: excess elements in struct initializer
  42. drm_create_prime_buffer
  43. ^
  44. wayland-drm.c:204:9: note: (near initialization for ‘drm_interface’)
  45. wayland-drm.c: In function ‘bind_drm’:
  46. wayland-drm.c:214:41: error: ‘wl_drm_interface’ undeclared (first use in this function)
  47. resource = wl_resource_create(client, &wl_drm_interface,
  48. ^
  49. wayland-drm.c:223:35: error: ‘WL_DRM_DEVICE’ undeclared (first use in this function)
  50. wl_resource_post_event(resource, WL_DRM_DEVICE, drm->device_name);
  51. ^
  52. wayland-drm.c:224:35: error: ‘WL_DRM_FORMAT’ undeclared (first use in this function)
  53. wl_resource_post_event(resource, WL_DRM_FORMAT,
  54. ^
  55. wayland-drm.c:241:28: error: ‘WL_DRM_CAPABILITY_PRIME’ undeclared (first use in this function)
  56. capabilities |= WL_DRM_CAPABILITY_PRIME;
  57. ^
  58. wayland-drm.c:244:45: error: ‘WL_DRM_CAPABILITIES’ undeclared (first use in this function)
  59. wl_resource_post_event(resource, WL_DRM_CAPABILITIES, capabilities);
  60. ^
  61. wayland-drm.c: In function ‘wayland_drm_init’:
  62. wayland-drm.c:280:30: error: ‘wl_drm_interface’ undeclared (first use in this function)
  63. wl_global_create(display, &wl_drm_interface, 2,
  64. ^
  65. Makefile:580: recipe for target 'wayland-drm.lo' failed
  66. make[5]: *** [wayland-drm.lo] Error 1
  67. make[5]: Leaving directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/src/egl/wayland/wayland-drm'
  68. Makefile:501: recipe for target 'all' failed
  69. make[4]: *** [all] Error 2
  70. make[4]: Leaving directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/src/egl/wayland/wayland-drm'
  71. Makefile:863: recipe for target 'all-recursive' failed
  72. make[3]: *** [all-recursive] Error 1
  73. make[3]: Leaving directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/src'
  74. Makefile:654: recipe for target 'all' failed
  75. make[2]: *** [all] Error 2
  76. make[2]: Leaving directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/src'
  77. Makefile:649: recipe for target 'all-recursive' failed
  78. make[1]: *** [all-recursive] Error 1
  79. make[1]: Leaving directory '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0'
  80. package/pkg-generic.mk:216: recipe for target '/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/.stamp_built' failed
  81. make: *** [/home/gustavoz/b/midori.w/output/build/mesa3d-13.0.0/.stamp_built] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement