Kodi Community Forum

Full Version: Stalker help for Kodi 19.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys

I have followed this documentation to install PVR stalker on my Kodi 19.3 which is running on a RPI4 with bullseye 64bit OS:
https://github.com/kodi-pvr/pvr.stalker/tree/Matrix

I followed all the steps and when executing „make“ I got this error:

Code:

pi@RPi4:~/pvr.stalker/build $ sudo cmake -DADDONS_TO_BUILD=pvr.stalker -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
-- Addon source tarball caching is enabled
-- ZIP packaging enabled (destination: /home/pi/pvr.stalker/build/build/zips)
-- Building following addons: pvr.stalker
-- Overriding addon source directory prefix: /home/pi
--
-- ---- Preparing general dependencies ----
-- No platform specific file /home/pi/xbmc/cmake/addons/depends/linux/CMakeLists.txt found
-- Exclusion list:
-- Exact Match list: pvr.stalker
-- Regex list:
-- Exact match pvr.stalker, building addon
--
-- ---- Configuring addon /home/pi/xbmc/cmake/addons/addons/pvr.stalker/pvr.stalker.txt ----
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pi/pvr.stalker/build
pi@RPi4:~/pvr.stalker/build $ make
[ 11%] Performing configure step for 'pvr.stalker'
CMake Error: The source directory "/home/pi/xbmc/addons" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make[2]: *** [CMakeFiles/pvr.stalker.dir/build.make:126: pvr.stalker-prefix/src/pvr.stalker-stamp/pvr.stalker-configure] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:200: CMakeFiles/pvr.stalker.dir/all] Fehler 2
make: *** [Makefile:103: all] Fehler 2