Hi @ewgor,
I tried it some minutes ago with a new raspbian installation and it totaly worked for me.
I did all these steps below one by another. At the make -4j part there was a warning you can ignore.
Please note I’m using the latest raspbian (version 8). However I think it should work as well for you.
Can you please try again the steps and post the console output.
sudo apt-get update sudo apt-get install cmake liblockdev1-dev libudev-dev libxrandr-dev python-dev swig cd git clone https://github.com/Pulse-Eight/platform.git mkdir platform/build cd platform/build cmake .. make sudo make install cd git clone https://github.com/Pulse-Eight/libcec.git mkdir libcec/build cd libcec/build cmake -DRPI_INCLUDE_DIR=/opt/vc/include -DRPI_LIB_DIR=/opt/vc/lib .. make -j4 sudo make install sudo ldconfig