Advertisement
Guest User

compilatio error

a guest
Oct 17th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1.  
  2. CC src/dbus.o
  3. CC tvheadend
  4. /home/user/vheadend/libav_static/build/ffmpeg/lib/libavcodec.a(libx264.o): In function `X264_init':
  5. /home/user/tvheadend/libav_static/ffmpeg-2.4.2/libavcodec/libx264.c:677: undefined reference to `x264_encoder_open_142'
  6. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  7. (.text+0x89): undefined reference to `XAllocSizeHints'
  8. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  9. (.text+0x1a2): undefined reference to `XCreateWindow'
  10. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  11. (.text+0x1c7): undefined reference to `XSelectInput'
  12. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  13. (.text+0x1ee): undefined reference to `XSetStandardProperties'
  14. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  15. (.text+0x1fd): undefined reference to `XMapWindow'
  16. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  17. (.text+0x218): undefined reference to `XNextEvent'
  18. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  19. (.text+0x261): undefined reference to `XSetStandardProperties'
  20. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  21. (.text+0x276): undefined reference to `XResizeWindow'
  22. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  23. (.text+0x287): undefined reference to `XSync'
  24. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  25. (.text+0x28f): undefined reference to `XFree'
  26. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_init_window':
  27. (.text+0x2e2): undefined reference to `XCreateColormap'
  28. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_setcolor':
  29. (.text+0x3a2): undefined reference to `XAllocNamedColor'
  30. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_setcolor':
  31. (.text+0x3bb): undefined reference to `XSetForeground'
  32. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_gray':
  33. (.text+0x479): undefined reference to `XCreateImage'
  34. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_gray':
  35. (.text+0x5d0): undefined reference to `XPutImage'
  36. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_gray':
  37. (.text+0x60d): undefined reference to `XPutImage'
  38. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_gray':
  39. (.text+0x626): undefined reference to `XSync'
  40. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_gray':
  41. (.text+0x65d): undefined reference to `XOpenDisplay'
  42. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_line':
  43. (.text+0x8ab): undefined reference to `XDrawLine'
  44. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_rect':
  45. (.text+0x911): undefined reference to `XDrawRectangle'
  46. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_sync':
  47. (.text+0x35d): undefined reference to `XSync'
  48. /usr/lib/x86_64-linux-gnu/libx264.a(display-x11.o): In function `disp_point':
  49. (.text+0x85c): undefined reference to `XDrawPoint'
  50. collect2: error: ld returned 1 exit status
  51. Makefile:401: recipe for target '/home/user/tvheadend/build.linux/tvheadend' failed
  52. make: *** [/home/user/tvheadend/build.linux/tvheadend] Error 1
  53. root@di
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement