2016-08-27, 14:42
I am trying to compile retro player on Ubuntu 16.04
The retroplayer branch compiles fine as does the joystick addon.
This is the modified build script here:
http://paste.ubuntu.com/23097389/
But the game addon fails:
http://paste.ubuntu.com/23097381/
Any ideas?
The retroplayer branch compiles fine as does the joystick addon.
This is the modified build script here:
http://paste.ubuntu.com/23097389/
But the game addon fails:
http://paste.ubuntu.com/23097381/
Quote:CMake Error at CMakeLists.txt:8 (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/kodi/workspace/kodi/game.addons-build/game.moonlight-prefix/src/game.moonlight-build/CMakeFiles/CMakeOutput.log".
CMakeFiles/game.moonlight.dir/build.make:106: recipe for target 'game.moonlight-prefix/src/game.moonlight-stamp/game.moonlight-configure' failed
make[2]: *** [game.moonlight-prefix/src/game.moonlight-stamp/game.moonlight-configure] Error 1
CMakeFiles/Makefile2:139: recipe for target 'CMakeFiles/game.moonlight.dir/all' failed
make[1]: *** [CMakeFiles/game.moonlight.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Any ideas?