Installation error on make -j4 and make install

Hi,
I’m newbie to HA (as well as to RPi and Linux, though I have experience with windows CMD etc.)
Running the All-in-one on RPi3, after a long run, the procedure failed with errors I don’t have a clue how to overcome. Any help will be highly appreciated.

[localhost] out: – Looking for include files tda998x_ioctl.h, comps/tmdlHdmiCEC/inc/tmdlHdmiCEC_Types.h
[localhost] out: – Looking for include files tda998x_ioctl.h, comps/tmdlHdmiCEC/inc/tmdlHdmiCEC_Types.h - not found
[localhost] out: – Found SWIG: /usr/bin/swig2.0 (found version “2.0.12”)
[localhost] out: CMake Error at src/libcec/cmake/CheckPlatformSupport.cmake:193 (if):
[localhost] out: if given arguments:
[localhost] out:
[localhost] out: “3” “GREATER” “2” “AND” “3” “GREATER_EQUAL” “7”
[localhost] out:
[localhost] out: Unknown arguments specified
[localhost] out: Call Stack (most recent call first):
[localhost] out: src/libcec/CMakeLists.txt:133 (include)
[localhost] out:
[localhost] out:
[localhost] out: – Configuring incomplete, errors occurred!
[localhost] out: See also “/srv/homeassistant/src/libcec/build/CMakeFiles/CMakeOutput.log”.
[localhost] out: See also “/srv/homeassistant/src/libcec/build/CMakeFiles/CMakeError.log”.
[localhost] out:

Warning: sudo() received nonzero return code 1 while executing ‘cmake -DRPI_INCLUDE_DIR=/opt/vc/include -DRPI_LIB_DIR=/opt/vc/lib …’!

[localhost] sudo: make -j4
[localhost] out: make: *** No targets specified and no makefile found. Stop.
[localhost] out:

Warning: sudo() received nonzero return code 2 while executing ‘make -j4’!

[localhost] sudo: make install
[localhost] out: make: *** No rule to make target ‘install’. Stop.
[localhost] out:

Warning: sudo() received nonzero return code 2 while executing ‘make install’!

Thanks!

I redo all installation and the error did not return. Thanks.