Advertisement
Guest User

Untitled

a guest
Nov 27th, 2010
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. make[3]: Entering directory `/tmp/bauerbill/aur/wayland-git/src/wayland-build/clients'
  2.  CC     window.lo
  3.  CC     wayland-glib.lo
  4.  CC     cairo-util.lo
  5.  CCLD   libtoytoolkit.la
  6.  CC     gears.o
  7.  CCLD   gears
  8. gears.o: In function `draw_gears':
  9. gears.c:(.text+0x2c8): undefined reference to `glEGLImageTargetRenderbufferStorageOES'
  10. ./.libs/libtoytoolkit.a(window.o): In function `display_create_drm_surface':
  11. window.c:(.text+0xa55): undefined reference to `glEGLImageTargetTexture2DOES'
  12. collect2: ld returned 1 exit status
  13. make[3]: *** [gears] Error 1
  14. make[3]: Leaving directory `/tmp/bauerbill/aur/wayland-git/src/wayland-build/clients'
  15. make[2]: *** [all] Error 2
  16. make[2]: Leaving directory `/tmp/bauerbill/aur/wayland-git/src/wayland-build/clients'
  17. make[1]: *** [all-recursive] Error 1
  18. make[1]: Leaving directory `/tmp/bauerbill/aur/wayland-git/src/wayland-build'
  19. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement