[Project] Dual Audio Output support (Nexus/Matrix/Krypton/Jarvis/Isengard/Helix/...)
(2015-01-17, 21:33)ubuntu-xbmc Wrote:
Code:
PeripheralCecAdapter.cpp:1291:35: error: ‘CEC_CLIENT_VERSION_2_2_0’ was not declared in this scope
   m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;
                                   ^

This example is from ReMi, but it appears to be a common error for people compiling Helix for the first time. It shows that CEC was missing from his machine. If you post an error like this, someone will probably have an idea how to fix it.

try this (as posted earlier)
cd /tmp
git clone git://github.com/Pulse-Eight/libcec.git
cd libcec
./bootstrap
./configure
make
make install
Reply


Messages In This Thread
Thank you! - by OCDHD - 2014-06-26, 03:56
Works great! Thank you! - by britishopen93 - 2014-07-18, 12:43
RPi Openelec.. how to.. - by kramegna - 2014-12-03, 17:27
RE: [Project] Return of the Dual Audio Output support (Helix/Gotham/Frodo) - by ReMi - 2015-01-17, 22:03
Logout Mark Read Team Forum Stats Members Help
[Project] Dual Audio Output support (Nexus/Matrix/Krypton/Jarvis/Isengard/Helix/...)9