...so, ich habe mal Versucht Kodi in Ubuntu nach der Anleitung zu kompilieren. Leider nur schaffe ich nur 50% dann bricht er ab mit 2 Fehlern.
hier die Ausgabe von cmake:
Code
cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=wayland -DAPP_RENDER_SYSTEM=gl
-- Mirror download location: http://mirrors.kodi.tv
-- Source directory: /home/frank/kodi
-- Build directory: /home/frank/kodi-build
-- Generator: Single-configuration: Release (Unix Makefiles)
-- CMake Version: 3.22.1
-- System type: Linux
-- Linker: GNU gold
-- Host architecture is little-endian
-- Core system type: linux
-- Platform: wayland
-- CPU: x86_64, ARCH: x86_64-linux
-- Cross-Compiling: FALSE
-- Execute build artefacts on host:
-- Depends based build:
-- statx is available
-- Checking to see if CXX compiler accepts flag -msse
-- Checking to see if CXX compiler accepts flag -msse - yes
-- Checking to see if CXX compiler accepts flag -msse2
-- Checking to see if CXX compiler accepts flag -msse2 - yes
-- Checking to see if CXX compiler accepts flag -msse3
-- Checking to see if CXX compiler accepts flag -msse3 - yes
-- Checking to see if CXX compiler accepts flag -mssse3
-- Checking to see if CXX compiler accepts flag -mssse3 - yes
-- Checking to see if CXX compiler accepts flag -msse4.1
-- Checking to see if CXX compiler accepts flag -msse4.1 - yes
-- Checking to see if CXX compiler accepts flag -msse4.2
-- Checking to see if CXX compiler accepts flag -msse4.2 - yes
-- Checking to see if CXX compiler accepts flag -mavx
-- Checking to see if CXX compiler accepts flag -mavx - yes
-- Checking to see if CXX compiler accepts flag -mavx2
-- Checking to see if CXX compiler accepts flag -mavx2 - yes
-- Could not find hardware support for AVX (missing: _AVX_TRUE)
-- Could not find hardware support for AVX2 (missing: _AVX2_TRUE)
-- Could NOT find ClangFormat (missing: CLANG_FORMAT_EXECUTABLE)
-- Building internal TexturePacker
-- Shipping internal TexturePacker
-- Internal TexturePacker will be executed during build
-- Could NOT find libcec (missing: libcec_DIR)
-- Could NOT find MDNS (missing: MDNS_LIBRARY MDNS_INCLUDE_DIR)
-- Could NOT find Pipewire (missing: PIPEWIRE_LIBRARY PIPEWIRE_INCLUDE_DIR SPA_INCLUDE_DIR) (Required is at least version "0.3.50")
-- Checking for modules 'libavcodec>=60.2.100;libavfilter>=9.3.100;libavformat>=60.3.100;libavutil>=58.2.100;libswscale>=7.1.100;libswresample>=4.10.100;libpostproc>=57.1.100'
-- Found libavcodec, version 60.3.100
-- Found libavfilter, version 9.3.100
-- Found libavformat, version 60.3.100
-- Found libavutil, version 58.2.100
-- Found libswscale, version 7.1.100
-- Found libswresample, version 4.10.100
-- Found libpostproc, version 57.1.100
-- Found FFMPEG: /home/frank/kodi-build/build/include (found version "6.0.0")
-- Found KissFFT: /home/frank/kodi/xbmc/contrib
-- RapidJSON found. Headers: /usr/include
-- #---- CONFIGURATION ----#
-- Platforms: wayland
-- App package: org.xbmc.kodi
-- -- PATH config --
-- Prefix: /usr/local
-- Libdir: /usr/local/lib
-- Bindir: /usr/local/bin
-- Includedir: /usr/local/include
-- Datarootdir: /usr/local/share
-- Datadir: /usr/local/share
-- Docdir: /usr/local/share/doc/kodi
-- CCACHE enabled: Yes
-- CLANGFORMAT enabled: No
-- CLANGTIDY enabled: No
-- CPPCHECK enabled: No
-- INCLUDEWHATYOUUSE enabled: No
-- ALSA enabled: Yes
-- AVAHI enabled: Yes
-- BLUETOOTH enabled: Yes
-- BLURAY enabled: Yes
-- CAP enabled: Yes
-- CEC enabled: Yes
-- DAV1D enabled: Yes
-- DBUS enabled: Yes
-- ISO9660PP enabled: Yes
-- LCMS2 enabled: Yes
-- LIRCCLIENT enabled: Yes
-- MDNS enabled: No
-- MICROHTTPD enabled: Yes
-- NFS enabled: Yes
-- PIPEWIRE enabled: No
-- PLIST enabled: Yes
-- PULSEAUDIO enabled: Yes
-- PYTHON enabled: Yes
-- SMBCLIENT enabled: Yes
-- SNDIO enabled: Yes
-- UDEV enabled: Yes
-- UDFREAD enabled: Yes
-- XSLT enabled: Yes
-- VAAPI enabled: Yes
-- MARIADBCLIENT enabled: Yes
-- Configuring done
-- Generating done
-- Build files have been written to: /home/frank/kodi-build
Alles anzeigen
das Ende vom Build:
Code
/usr/bin/ranlib settings.a
gmake[2]: Verzeichnis „/home/frank/kodi-build“ wird verlassen
[ 50%] Built target settings
gmake[1]: Verzeichnis „/home/frank/kodi-build“ wird verlassen
gmake: *** [Makefile:146: all] Fehler 2
Falls einer eine Idee hat, bzw. eine Logfile benötigt, ich bin für jede Hilfe dankbar...