Linux I can't install Kodi 18 on OMV using source installation
#1
Image
 kodi CMakeError.log 
 kodi CMakeOutput.log
 system is  omv4x

 thank u very much
Reply
#2
you are missing rapidjson. Read https://github.com/xbmc/xbmc/blob/master...pendencies
Reply
#3
(2019-06-24, 15:12)wsnipex Wrote: you are missing rapidjson. Read https://github.com/xbmc/xbmc/blob/master...pendencies

Thank you very much
But I have done it step by step according to the requirements of README. Linux. MD. All the previous results are correct. There was a mistake in rapidjson. Can you tell me what to do?

It was when these commands were executed that an error occurred.

cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local  

cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=wayland -DWAYLAND_RENDER_SYSTEM=gl

cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=gbm -DGBM_RENDER_SYSTEM=gles


Thanks again
Reply
#4
cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local   -DENABLE_INTERNAL_RAPIDJSON=ON
Reply
#5
(2019-06-24, 17:14)wsnipex Wrote: cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local   -DENABLE_INTERNAL_RAPIDJSON=ON

Thanks!!!

but There is a mistake on  this

cmake --build . -- VERBOSE=1 -j$(getconf _NPROCESSORS_ONLN)

Here is the result:

Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Release"
Done
make[3]: Leaving directory '/root/kodi-build/build/ffmpeg/src/ffmpeg-build'
cd /root/kodi-build/build/ffmpeg/src/ffmpeg-build && /usr/bin/cmake -E touch /root/kodi-build/build/ffmpeg/src/ffmpeg-stamp/ffmpeg-install
[  8%] Completed 'ffmpeg'
/usr/bin/cmake -E make_directory /root/kodi-build/CMakeFiles
/usr/bin/cmake -E touch /root/kodi-build/CMakeFiles/ffmpeg-complete
/usr/bin/cmake -E touch /root/kodi-build/build/ffmpeg/src/ffmpeg-stamp/ffmpeg-done
make[2]: Leaving directory '/root/kodi-build'
[  8%] Built target ffmpeg
make[1]: Leaving directory '/root/kodi-build'
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
root@omv:~/kodi-build# ./kodi-x11
-bash: ./kodi-x11: No such file or directory
root@omv:~/kodi-build# ./kodi-wayland
-bash: ./kodi-wayland: No such file or directory
root@omv:~/kodi-build# ./kodi-gbm
-bash: ./kodi-gbm: No such file or directory
root@omv:~/kodi-build#
Reply

Logout Mark Read Team Forum Stats Members Help
I can't install Kodi 18 on OMV using source installation0