2016-02-28, 18:48
Hi forum,
since December I got some issues compiling pvr.hts on the Raspberry Pi 2. Cmake simply cannot find the p8-platform and stops the build. I tested everything with the commands provided at github:
but end up in the following error:
The Kodi build I use is the 16.0 branch (double checked that), last pulled last week. I also had the issues with the Kodi RCs and some betas. I stumbled over p8-platform when I was looking for libcec, so I want to add here that I compiled kodi without libcec support.
Does anyone has a clue what I can do to get pvr.hts compiled?
Best regards and thanks in advance,
Marshell
since December I got some issues compiling pvr.hts on the Raspberry Pi 2. Cmake simply cannot find the p8-platform and stops the build. I tested everything with the commands provided at github:
Code:
cd pvr.hts && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make
Code:
CMake Error at CMakeLists.txt:9 (find_package):
By not providing "Findp8-platform.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"p8-platform", but CMake did not find one.
Could not find a package configuration file provided by "p8-platform" with
any of the following names:
p8-platformConfig.cmake
p8-platform-config.cmake
Add the installation prefix of "p8-platform" to CMAKE_PREFIX_PATH or set
"p8-platform_DIR" to a directory containing one of the above files. If
"p8-platform" provides a separate development package or SDK, be sure it
has been installed.
Does anyone has a clue what I can do to get pvr.hts compiled?
Best regards and thanks in advance,
Marshell