![]() |
p8-platform missing - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: p8-platform missing (/showthread.php?tid=262121) |
p8-platform missing - marshell3 - 2016-02-28 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: Code: cd pvr.hts && mkdir build && cd build Code: CMake Error at CMakeLists.txt:9 (find_package): Does anyone has a clue what I can do to get pvr.hts compiled? Best regards and thanks in advance, Marshell RE: p8-platform missing - wsnipex - 2016-02-28 try this after compiling kodi, inside the kodi src tree: Code: mkdir binaddons && cd binaddons RE: p8-platform missing - marshell3 - 2016-02-28 Hi wsnipex, that seems to go further than my approach. Thanks a lot! But... I used: Code: cmake -DADDONS_TO_BUILD=pvr.hts ../project/cmake/addons Code: CMake Error at /home/pi/build/xbmc/binaddons/build/depends/lib/kodi/addon-helpers.cmake:128 (message): Best regards, Marshell |