You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realise there have been a number of years since there was any activity to this repo, but if I may document my current woes in attempting to build libcec-daemon against libcec=4.0.4, in an Ubuntu 20.04 (x86_64) environment.
Initially, configure fails on, $PKG_CONFIG --print-errors --cflags --libs "libcec >= 2.1". Runnning this command manually highlights the need to also install packages libp8-platform-dev (which requires libfstrcmp0 & libfstrcmp0-dev) and libudev-dev.
Unfortunately, make then fails in a fashion that I'm not capable of unpicking. My programming prowess isn't up to very much, much less my C++.
Output from 'make' in the case that it helps, attached here.
If anyone's still running the daemon out there on an up to date system, please do let me know how you did it. :)
The text was updated successfully, but these errors were encountered:
matthewbauer
added a commit
to matthewbauer/libcec-daemon
that referenced
this issue
Sep 6, 2020
I realise there have been a number of years since there was any activity to this repo, but if I may document my current woes in attempting to build libcec-daemon against libcec=4.0.4, in an Ubuntu 20.04 (x86_64) environment.
Initially, configure fails on,
$PKG_CONFIG --print-errors --cflags --libs "libcec >= 2.1"
. Runnning this command manually highlights the need to also install packages libp8-platform-dev (which requires libfstrcmp0 & libfstrcmp0-dev) and libudev-dev.Unfortunately, make then fails in a fashion that I'm not capable of unpicking. My programming prowess isn't up to very much, much less my C++.
Output from 'make' in the case that it helps, attached here.
If anyone's still running the daemon out there on an up to date system, please do let me know how you did it. :)
The text was updated successfully, but these errors were encountered: