Hi all
Thought I'd have a go at running TVHeadend on a $35 ODroid C1 (faster than the Pi 2 in some ways - and with GigE and more IO, but far poorer support) under Ubuntu 14.04 LTS.
I get the following build error :
CC tvheadend
/usr/bin/ld.bfd.real: cannot find -lXv
/usr/bin/ld.bfd.real: cannot find -lva
/usr/bin/ld.bfd.real: cannot find -lSDL
/usr/bin/ld.bfd.real: cannot find -lXv
/usr/bin/ld.bfd.real: cannot find -lva
/usr/bin/ld.bfd.real: cannot find -lSDL
collect2: error: ld returned 1 exit status
make: *** [/home/odroid/tvheadend/build.linux/tvheadend] Error 1
I suspect this is a library that isn't in the right place? Any hints?