-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TVDeamon can't be build on newer OS #12
Comments
Hello, tvdaemon should now build on Ubuntu >= trusty and Debian >= jessie Also the README is updated with a small usage guide. Thanks for reporting! |
Readme is not complite
This also is needed but still not luck to build
|
did you try a fresh checkout? I tested on debian jessie and I did not get that error. what distro are you building with? |
Yes I did Fresh "git clone"
and Ubuntu 16.04 x86,
crash with same messages. |
Using an up-to-date Ubuntu works absolutely fine with a new clone and by following the steps in cd /tmp
git clone [email protected]:neolynx/tvdaemon.git
cd tvdaemon
sudo apt-get install autoconf libtool automake autopoint pkg-config g++ \
gettext libudev-dev libconfig++8-dev libjson-c-dev \
libccrtp-dev libdvbcsa-dev dvb-apps \
libavahi-client-dev libssl-dev
./build.sh The system I've used: $ uname -a
Linux krypton 4.10.0-22-generic #24-Ubuntu SMP
Mon May 22 17:43:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04" Not sure why your linker fails though ... |
log of ubuntu Under Ubuntu 14.04 is OK, but I don't have tuners to test on it. |
I try to build on Debian 8 x64, Ubuntu 16.04 x86, Ubuntu 14.04 x64
The text was updated successfully, but these errors were encountered: