Advertisement
hman

Building Xbmc/Kodi Owersun on XU3-Lite

May 12th, 2015
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.52 KB | None | 0 0
  1. CPP     xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.o
  2. In file included from /usr/include/GL/gl.h:2059:0,
  3.                  from /usr/include/GL/glx.h:32,
  4.                  from VDPAU.h:48,
  5.                  from DVDVideoCodecFFmpeg.cpp:53:
  6. /usr/include/GL/glext.h:468:19: error: conflicting declaration ‘typedef ptrdiff_t GLsizeiptr’
  7.  typedef ptrdiff_t GLsizeiptr;
  8.                    ^
  9. In file included from /home/odroid/Downloads/xbmc/xbmc/system_gl.h:51:0,
  10.                  from VDPAU.h:41,
  11.                  from DVDVideoCodecFFmpeg.cpp:53:
  12. /usr/include/GLES2/gl2.h:69:25: error: ‘GLsizeiptr’ has a previous declaration as ‘typedef khronos_ssize_t GLsizeiptr’
  13.  typedef khronos_ssize_t GLsizeiptr;
  14.                          ^
  15. In file included from /usr/include/GL/gl.h:2059:0,
  16.                  from /usr/include/GL/glx.h:32,
  17.                  from VDPAU.h:48,
  18.                  from DVDVideoCodecFFmpeg.cpp:53:
  19. /usr/include/GL/glext.h:469:19: error: conflicting declaration ‘typedef ptrdiff_t GLintptr’
  20.  typedef ptrdiff_t GLintptr;
  21.                    ^
  22. In file included from /home/odroid/Downloads/xbmc/xbmc/system_gl.h:51:0,
  23.                  from VDPAU.h:41,
  24.                  from DVDVideoCodecFFmpeg.cpp:53:
  25. /usr/include/GLES2/gl2.h:70:26: error: ‘GLintptr’ has a previous declaration as ‘typedef khronos_intptr_t GLintptr’
  26.  typedef khronos_intptr_t GLintptr;
  27.                           ^
  28. make[1]: *** [DVDVideoCodecFFmpeg.o] Error 1
  29. make: *** [xbmc/cores/dvdplayer/DVDCodecs/Video/Video.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement