2016-07-25, 04:09
Newbie here - what am I missing? With latest source, I'm trying to compile peripheral.joystick. I followed the wiki from here http://kodi.wiki/view/Compiling_Kodi-Game
I get the following error when i execute the "make"
I get the following error when i execute the "make"
Code:
....
-- Installing: /home/localadmin/binary-addons/build/depends/share/doc/pcre/html/pcre_free_substring_list.html
-- Installing: /home/localadmin/binary-addons/build/depends/share/doc/pcre/html/pcre_maketables.html
-- Installing: /home/localadmin/binary-addons/build/depends/share/doc/pcre/html/pcreunicode.html
-- Installing: /home/localadmin/binary-addons/build/depends/share/doc/pcre/html/index.html
-- Installing: /home/localadmin/binary-addons/build/depends/share/doc/pcre/html/pcresample.html
[ 86%] Completed 'pcre'
[ 86%] Built target pcre
Scanning dependencies of target peripheral.joystick
[ 88%] Creating directories for 'peripheral.joystick'
[ 89%] No download step for 'peripheral.joystick'
[ 91%] No patch step for 'peripheral.joystick'
[ 92%] No update step for 'peripheral.joystick'
[ 94%] Performing configure step for 'peripheral.joystick'
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:12 (find_package):
By not providing "Findkodi.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "kodi", but
CMake did not find one.
Could not find a package configuration file provided by "kodi" with any of
the following names:
kodiConfig.cmake
kodi-config.cmake
Add the installation prefix of "kodi" to CMAKE_PREFIX_PATH or set
"kodi_DIR" to a directory containing one of the above files. If "kodi"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/localadmin/binary-addons/peripheral.joystick-prefix/src/peripheral.joystick-build/CMakeFiles/CMakeOutput.log".
make[2]: *** [peripheral.joystick-prefix/src/peripheral.joystick-stamp/peripheral.joystick-configure] Error 1
make[1]: *** [CMakeFiles/peripheral.joystick.dir/all] Error 2
make: *** [all] Error 2