Advertisement
Guest User

Untitled

a guest
Jun 25th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. In file included from /home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/Mesa-9.1.6/src/egl/drivers/dri2/platform_wayland.c:41:0:
  2. ../../../../src/egl/wayland/wayland-drm/wayland-drm-client-protocol.h: In function 'wl_drm_create_buffer':
  3. ../../../../src/egl/wayland/wayland-drm/wayland-drm-client-protocol.h:182:2: error: implicit declaration of function 'wl_proxy_marshal_constructor' [-Werror=implicit-function-declaration]
  4. id = wl_proxy_marshal_constructor((struct wl_proxy *) wl_drm,
  5. ^
  6. ../../../../src/egl/wayland/wayland-drm/wayland-drm-client-protocol.h:182:5: warning: assignment makes pointer from integer without a cast [enabled by default]
  7. id = wl_proxy_marshal_constructor((struct wl_proxy *) wl_drm,
  8. ^
  9. In file included from /home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/Mesa-9.1.6/src/egl/drivers/dri2/platform_wayland.c:41:0:
  10. ../../../../src/egl/wayland/wayland-drm/wayland-drm-client-protocol.h: In function 'wl_drm_create_planar_buffer':
  11. ../../../../src/egl/wayland/wayland-drm/wayland-drm-client-protocol.h:193:5: warning: assignment makes pointer from integer without a cast [enabled by default]
  12. id = wl_proxy_marshal_constructor((struct wl_proxy *) wl_drm,
  13. ^
  14. cc1: some warnings being treated as errors
  15. Makefile:539: recipe for target 'platform_wayland.lo' failed
  16. make[4]: *** [platform_wayland.lo] Error 1
  17. make[4]: *** Waiting for unfinished jobs....
  18. make[4]: Leaving directory '/home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/build/src/egl/drivers/dri2'
  19. Makefile:483: recipe for target 'all-recursive' failed
  20. make[3]: *** [all-recursive] Error 1
  21. make[3]: Leaving directory '/home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/build/src/egl/drivers'
  22. Makefile:482: recipe for target 'all-recursive' failed
  23. make[2]: *** [all-recursive] Error 1
  24. make[2]: Leaving directory '/home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/build/src/egl'
  25. Makefile:460: recipe for target 'all-recursive' failed
  26. make[1]: *** [all-recursive] Error 1
  27. make[1]: Leaving directory '/home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/build/src'
  28. Makefile:558: recipe for target 'all-recursive' failed
  29. make: *** [all-recursive] Error 1
  30. ERROR: oe_runmake failed
  31. WARNING: /home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/temp/run.do_compile.9002:1 exit 1 from
  32. exit 1
  33. ERROR: Function failed: do_compile (log file is located at /home/lukas/yocto/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/mesa/2_9.1.6-r0/temp/log.do_compile.9002)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement