Linux Compile Kodi 18 on OpenSuse Tumbleweed
#1
Hi,
i want to Compile Kosi 18 on OpenSuse Tumbleweed, i read this HowTo:
Quote:http://kodi.wiki/view/HOW-TO:Compile_Kodi_on_openSUSE

At this part
Quote:2.2.3.2 64bit (x86_64)
i create a File with the Name
Code:
missing-cflags.patch
and past the raw from here https://pastebin.com/f22b29f07

When i now make
Code:
cd $HOME/xbmc
and then
Code:
mv ../missing-cflags.patch .
i became this error
Quote:mv ../missing-cflags.patch .
mv: der Aufruf von stat für '../missing-cflags.patch' ist nicht möglich: Datei oder Verzeichnis nicht gefunden

Why? When i go for and make
Code:
patch -p1 < missing-cflags.patch
i became this error
Code:
patch -p1 < missing-cflags.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -uNr XBMC/xbmc/FileSystem/Makefile old-XBMC/xbmc/FileSystem/Makefile
|--- XBMC/xbmc/FileSystem/Makefile      2009-04-21 02:38:38.000000000 +0200
|+++ old-XBMC/xbmc/FileSystem/Makefile  2009-05-08 17:20:00.000000000 +0200
--------------------------
File to patch:

I don't know what i can do, i hope you can help me

Thank you
Reply
#2
this patch does apply on kodi 18 anymore, since we switched to cmake. And you shouldn't need it anyway.
Please read docs/Readme.Linux iirc there is also one for opensuse
Reply

Logout Mark Read Team Forum Stats Members Help
Compile Kodi 18 on OpenSuse Tumbleweed0