![]() |
iOS PVR Build? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: iOS PVR Build? (/showthread.php?tid=100961) |
iOS PVR Build? - Shoesy - 2011-05-07 Now the brilliant iOS team are getting near alignment with the iOS build - is there any chance Dush (or anyone clever really) might be thinking about an iOS PVR build? - opdenkamp - 2011-05-08 I don't have a mac, so I can't build it for you. it should build and work just fine if you do it manually. - Shoesy - 2011-05-09 Cool - thanks. I'll give it a go. - Shoesy - 2011-05-09 Not getting very far here- I don't know if you could give me any hints... 'make xcode_depends' gives this: http://pastebin.com/LpfwYAWf Then if I try to build anyway I get this: http://pastebin.com/JvaAPZZ2 Cheers - Shoesy - 2011-05-10 OK - I'm starting back at scratch as I seemed to miss out a step first time. So we go: git clone git://github.com/opdenkamp/xbmc.git works fine, nice. But when I switch to Dharma... $ cd xbmc $ git checkout Dharma Then it wipes out the files I need to install with. I take it I'm missing the point, is there a different command I should run to keep things going... S - opdenkamp - 2011-05-10 woah! that's ancient. git checkout pvr-ppa - Shoesy - 2011-05-10 Thanks fella - Shoesy - 2011-05-10 Fails on the xcode depends ![]() http://pastebin.com/Z36zmRsZ Any ideas? - r0cky - 2011-05-18 I just registered to ask for a build. I Don't have a Mac, just the Apple TV2 and really would like a build for this. Thanks! - Shoesy - 2011-05-19 Sorry fella- never did get anywhere with this- davilla did get me a little further down the road but it still ultimately failed. Maybe I'll pull a newer release and try again soon. - r0cky - 2011-05-26 Shoesy Wrote:Sorry fella- never did get anywhere with this- davilla did get me a little further down the road but it still ultimately failed. Maybe I'll pull a newer release and try again soon. That'd be great! - Red_F - 2011-05-28 After finishing most of the ForTheRecord (4TR) pvr addon for Windows, I'm currently converting it to run on AppleTV2. Don't get excited, a *lot* needs to be done before that starts working. But here are some tips to get you started with building the opdenkamp/xbmc githup repo (https://github.com/opdenkamp/xbmc). First you absolutely MUST install full X11 support in SL while installing Snow Leopard! Install XCode 3, with the OS X 10.4 SDK. Install Git (doh). Then working from within Terminal and assuming you have a directory $HOME/Xbmc:
This should help you getting a OS X PVR build. I haven't proceeded into the iOS and AppleTV projects yet. Don't want to go there until I have a successfully working OS X version first. One step at a time, enjoying the journey ![]() Cheers, Fred - Memphiz - 2011-05-29 I've got it compiled without issues with the changes to the project files which amet did today: First i pulled the master from xbmc and build the ios version es described in README.ios Then i've added a git remote to the pvr branch and just recompiled the xcode project. You need to go to lib/libTcpSocket and do a "make" there - otherwise the xcode project gives a link error. I've build all osx/ios version that way without issues. But unfortunately the config button for the tvheadend plugin is grayed - so i'm not able to get any further here ![]() - Shoesy - 2011-05-29 Cool beans- have tried the build Amet made - the config button for TVH is there and accessible on his (is a little glitchy), but I can't turn on the support once it is setup. See this thread for his ipad/iphone build: http://forum.xbmc.org/showthread.php?tid=94905&page=3 p.s. cheers for the tips Fred! We're getting closer! |