2019-06-17, 09:15
Hello!
I want compile under the OSMC (leila Kodi) a custom pvr plugin for local testing, but however im using all common steps, i get error by cmake end,
and i cant start make (no makefile).
CMake Error at CMakeLists.txt:441 (message):
pvr.xyz did not match any of the supported addons. A list of supported
addons can be viewed by building the 'supported_addons' target. Addon
definitions are loaded from ADDONS_DEFINITION_DIR
(/home/osmc/xbmc/cmake/addons/addons).
-- Configuring incomplete, errors occurred!
See also "/home/osmc/pvr.xyz/build/CMakeFiles/CMakeOutput.log".
commands:
git clone --branch Leia https://github.com/xbmc/xbmc.git
pvr.xyz directory with source code is under /home/OSMC
cd pvr.xyz && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.xyz -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
make (no makefile)
I have forget something or im using something wrong?
thank you for any help
I want compile under the OSMC (leila Kodi) a custom pvr plugin for local testing, but however im using all common steps, i get error by cmake end,
and i cant start make (no makefile).
CMake Error at CMakeLists.txt:441 (message):
pvr.xyz did not match any of the supported addons. A list of supported
addons can be viewed by building the 'supported_addons' target. Addon
definitions are loaded from ADDONS_DEFINITION_DIR
(/home/osmc/xbmc/cmake/addons/addons).
-- Configuring incomplete, errors occurred!
See also "/home/osmc/pvr.xyz/build/CMakeFiles/CMakeOutput.log".
commands:
git clone --branch Leia https://github.com/xbmc/xbmc.git
pvr.xyz directory with source code is under /home/OSMC
cd pvr.xyz && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.xyz -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
make (no makefile)
I have forget something or im using something wrong?
thank you for any help