Compiling to simulator is not supported at this time. Compile to generic atv or the actual device. Simulator support is non-trivial and opens a huge can of wormsNandor690 wrote:As far as the header file error, me compiling to the simulator wouldn't matter would it?
1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again
Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.
Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.
Team MrMC.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again
Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.
Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.
Team MrMC.
Can't compile mrmc on Xcode 7.1
- davilla
- Team MrMC
- Posts: 4377
- Joined: 26 Oct 2015, 17:01
Re: Can't compile mrmc on Xcode 7.1
-
Nandor690
- Posts: 34
- Joined: 10 Dec 2015, 06:16
Re: Can't compile mrmc on Xcode 7.1
TheJmc wrote:From the zip in https://github.com/MrMC/mrmcNandor690 wrote:Is this from the github website? Or cloning from github in terminal?
Ok thanks! Im home now. Im starting from scratch. I deleted Xcode too. Im going to try first on tvOS 9.1 using the method we talked about with Xcode and then following starphone2015 write up. Ill let you know how it goes.
-
Nandor690
- Posts: 34
- Joined: 10 Dec 2015, 06:16
Re: Can't compile mrmc on Xcode 7.1
davilla wrote:Compiling to simulator is not supported at this time. Compile to generic atv or the actual device. Simulator support is non-trivial and opens a huge can of wormsNandor690 wrote:As far as the header file error, me compiling to the simulator wouldn't matter would it?
I thought so. Thanks for the reply. Im gonna try a few different things today. And Ill have my Apple TV hooked up this time.
-
TheJmc
- Posts: 28
- Joined: 06 Dec 2015, 04:42
Re: Can't compile mrmc on Xcode 7.1
Nandor690 wrote:TheJmc wrote:From the zip in https://github.com/MrMC/mrmcNandor690 wrote:Is this from the github website? Or cloning from github in terminal?
Ok thanks! Im home now. Im starting from scratch. I deleted Xcode too. Im going to try first on tvOS 9.1 using the method we talked about with Xcode and then following starphone2015 write up. Ill let you know how it goes.
Good luck!
Don't forget to execute the following after the 1st "$ make"
Code: Select all
$ make -C target/binary-addons-
Nandor690
- Posts: 34
- Joined: 10 Dec 2015, 06:16
Re: Can't compile mrmc on Xcode 7.1
I won't. I did notice you put that in a comment earlier. Im glad you said something cause I knew nothing about it.TheJmc wrote:Nandor690 wrote:TheJmc wrote:
From the zip in https://github.com/MrMC/mrmc
Ok thanks! Im home now. Im starting from scratch. I deleted Xcode too. Im going to try first on tvOS 9.1 using the method we talked about with Xcode and then following starphone2015 write up. Ill let you know how it goes.
Good luck!
Don't forget to execute the following after the 1st "$ make"
Starphone2015 forgot that line.Code: Select all
$ make -C target/binary-addons
So does that mean with side loading we will be able to install add ons?
- davilla
- Team MrMC
- Posts: 4377
- Joined: 26 Oct 2015, 17:01
Re: Can't compile mrmc on Xcode 7.1
No, for the 1e6th time, python addons are not supported as python is gone.
That command builds binary-addons of which only PVR is present.
That command builds binary-addons of which only PVR is present.
-
Nandor690
- Posts: 34
- Joined: 10 Dec 2015, 06:16
Re: Can't compile mrmc on Xcode 7.1
So there isn't much of a difference from this and the App Store MrMC?davilla wrote:No, for the 1e6th time, python addons are not supported as python is gone.
That command builds binary-addons of which only PVR is present.
And sorry. I have only been on this thread. I didn't see that question anywhere here. My apologies
-
starphone2015
- Posts: 2
- Joined: 10 Dec 2015, 20:39
Re: Can't compile mrmc on Xcode 7.1
I removed that line on purpose. Since Davilla keeps mentioning there is no add-ons (python) support. But now I know PVR is still supported (Well, I do not used this feature). So I will still removed this line then.Nandor690 wrote:TheJmc wrote:Nandor690 wrote:
Don't forget to execute the following after the 1st "$ make"
Starphone2015 forgot that line.Code: Select all
$ make -C target/binary-addons
- davilla
- Team MrMC
- Posts: 4377
- Joined: 26 Oct 2015, 17:01
Re: Can't compile mrmc on Xcode 7.1
The whole point of GPL is to provide the exact same source code used in the public binary. This repo does just that, It is the codebase used for the MrMC fork/rebrand/refactor.
If you are looking for a full-blown Kodi with addons and python, running on the ATV4, then you will need to wait until the Kodi devs backport what is here into the Kodi codebase.
If you are looking for a full-blown Kodi with addons and python, running on the ATV4, then you will need to wait until the Kodi devs backport what is here into the Kodi codebase.
- davilla
- Team MrMC
- Posts: 4377
- Joined: 26 Oct 2015, 17:01
Re: Can't compile mrmc on Xcode 7.1
MrMC is built with binary/addons (PVR) present. Perhaps I should clarify, the addon 'concept' is still present. We still use it for certain things. But addons (and skins) that require python, will not work because the entire python infrastructure has been removed. We are looking at a replacement for python that is acceptable by Apple/App Store but that is the focus of future work.starphone2015 wrote:I removed that line on purpose. Since Davilla keeps mentioning there is no add-ons (python) support. But now I know PVR is still supported (Well, I do not used this feature). So I will still removed this line then.Nandor690 wrote:TheJmc wrote: