Hallo zusammen,
Ich bin mir nicht ganz sicher, ob ich im richtigen Thread dafür bin.
Sonst, sorry!
Ich möchte ein Kodi Add-on von Github erstellen lassen.
Dazu habe ich die Windows Version von CMake GUI und die neuste Visual Studio 2022 installiert.
Als "Source Code" habe ich die entpackte ZIP Datei vom Add-on "inputstream.adaptive-20.3.2-Nexus" genommen.
Nur bricht beim "Generieren" das Tool CMake mit einer Fehlermeldung ab.
Wahrscheinlich findet er den Ordner KODI nicht.
Den habe ich unter Umgebungsvariablen in Windows und im CMake Tool eingetragen.
Da ich nicht sicher bin, welcher richtig ist, habe ich 2 erstellt:
Kodi = C:\Program Files\Kodi_x86
Kodi_DIR = C:\Program Files\Kodi_x86
Habe die Kodi Windows Version 32Bit installiert.
Oder gibt es dafür ein SDK?
Die Add-ons sind für KODI ARMV7A.
(Android Media-Box)
Im LOG-Fenster von CMake heisst es, "PKG_CONFIG_EXECUTABLE" fehlt.
Was mache ich falsch?
Unten das ganze LOG von CMake und die LOG/Cache Datei von CMake als Datenanhang.
Danke.
Gruss,
Angel
----------------------------------------------------------------------------------------------------
Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Error at CMakeLists.txt:7 (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 "E:/_Downloads/CMakeFiles/CMakeOutput.[definition='1','0']log[/definition]".