Kodi Community Forum
TvOS Kodi Build - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: TvOS Kodi Build (/showthread.php?tid=312805)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45


RE: TvOS Kodi Build - Boydford - 2019-08-29

(2019-08-29, 01:22)Fuzzard Wrote:
(2019-08-28, 17:49)eugene2878 Wrote:
(2019-08-27, 08:27)Fuzzard Wrote: Dont trim the logs, that snippet gives zero info, give all of it. You may need to use another paste site
Instead of sharing signed deb file for everyone to test and concentrate on fixing bugs and implement new features you waste time to explain everyone how to compile Kodi from source. Shame really.  
Stick with the yab debs then. 

Speaking for myself personally, at this stage the group working on it are aware of the shortcomings, we don't need end users to complain their skin doesn't work, or this addon doesn't work. We know what does and does not, so unless you're willing to step up into assisting the dev work, whats the point of running it? If yab worked for you, just continue to use it.

I'll try and help anyone who wishes to try compile, but this is not an official kodi platform. Those that are working on it are trying to get it added as an official kodi platform, but this requires certain standards to be met. Until we can do that, there will be no deb's from the group working on it. 
Well said...let’s remember this is totally free - you just have to be patient and also appreciative of people who put the effort in for those of us who have no idea how to do it.


RE: TvOS Kodi Build - gnarnick - 2019-08-29

This doesn’t support Xcode 11 (sdk13.0), right? First time compiling & spent too much time until I realized this lol.

I’m on Catalina, so I’ll have to install Xcode 10.3 & configure build with “--with-sdk=12.4”?

I’m using the fuzzard branch btw.


RE: TvOS Kodi Build - Fuzzard - 2019-08-30

I don't think anyone has tried on the beta versions of Xcode sorry.

Using Xcode 10.3, the default SDK will be 12.4, so you won't need to add the with-sdk.


RE: TvOS Kodi Build - gnarnick - 2019-08-30

(2019-08-30, 01:08)Fuzzard Wrote: I don't think anyone has tried on the beta versions of Xcode sorry.

Using Xcode 10.3, the default SDK will be 12.4, so you won't need to add the with-sdk.
Thought it'd be as easy as adding "13.*);;" to configure.ac, but no dice.

Thanks for the reply, time to download another Xcode with 10mbps lol


RE: TvOS Kodi Build - horstepipe - 2019-08-30

Hey
I’m sure all people interested in this read here anyway, so just fyi:
The last tvOS 13 beta runs very well with the Kodi 17 build. The performance feels better than with TVOS 12 now, in last betas it was a little laggy. Also all those random screen freezes when returning to video playback from whatever (at least I experienced those now and then) are totally gone.

Now I’m really looking forward to the Kodi 18/19 release.

Your work is very appreciated!


RE: TvOS Kodi Build - Fuzzard - 2019-08-30

(2019-08-30, 01:49)gnarnick Wrote:
(2019-08-30, 01:08)Fuzzard Wrote: I don't think anyone has tried on the beta versions of Xcode sorry.

Using Xcode 10.3, the default SDK will be 12.4, so you won't need to add the with-sdk.
Thought it'd be as easy as adding "13.*);;" to configure.ac, but no dice.

Thanks for the reply, time to download another Xcode with 10mbps lol

You will be down the right path, I wouldn't expect too many other major changes to be required. Unfortunately I won't be using the beta, so if you persist, feel free to pr any changes if you do get it working


RE: TvOS Kodi Build - gnarnick - 2019-08-30

I keep getting an error 2 when running "make -j$(getconf _NPROCESSORS_ONLN)". I've installed Xcode 10.3.

https://paste.kodi.tv/kapojoyiyu

Edit: ran "make clean" and "make all" if that's of any importance. Deleting the git folder and trying again.


RE: TvOS Kodi Build - Fuzzard - 2019-08-30

samba is failing in that build. Try from $kodi/tools/depends

make -C target/samba-gplv3 distclean

then continue with make again


RE: TvOS Kodi Build - gnarnick - 2019-08-30

(2019-08-30, 07:14)Fuzzard Wrote: samba is failing in that build. Try from $kodi/tools/depends

make -C target/samba-gplv3 distclean

then continue with make again
Now I get the same error a previous poster had about python. Retrying "make" as mentioned in the guide.

https://paste.kodi.tv/joxojubire


RE: TvOS Kodi Build - Fuzzard - 2019-08-30

I'm not at a machine right now, so do the following

make -C target/python27 distclean
make -C target/pythonmodule-setuptools distclean
make -C target/pythonmodule-pil distclean


Then make again


RE: TvOS Kodi Build - gnarnick - 2019-08-30

Similar error: https://paste.kodi.tv/anerikafab

Something to do with setup.py? It keep showing up.


RE: TvOS Kodi Build - Fuzzard - 2019-08-30

i see x86_64-darwin19.0.0-native, are you running catalina?


RE: TvOS Kodi Build - gnarnick - 2019-08-30

Yes, I mentioned it earlier. It's not supported yet either? Or is there a workaround?


RE: TvOS Kodi Build - Fuzzard - 2019-08-30

No idea, i dont run it. Have asked if anyone else has tried

Ive been running hundreds of full depends builds over the past few months, we havent had any issues for quite some time. All i could put it down to is either failed mirror downloads (probably unlikely) or something with catalina. Having seen some changes in catalina regarding shipping python3, maybe theres a bad include somewhere thats pulling system python instead of nativebuild python. I dont know sorry.


RE: TvOS Kodi Build - gnarnick - 2019-08-30

It’s cool, at least people will know it doesn’t work on Catalina.

And I can’t build it on Ubuntu since it needs xcodebuild?

Thanks for the help btw.