Kodi Community Forum
How to compile a PVR branch for iOS. - 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: How to compile a PVR branch for iOS. (/showthread.php?tid=94905)

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


- Red_F - 2012-01-07

Ah: "Symbol not found: _RenderCapture_Type"

pyrendercapture.o is missing indeed. Checking xcode project and building now in completely clean environment. Testing early tomorrow when the family allows.


- davilla - 2012-01-07

Because of how the xcode project for atv2 links, missing symbols will not fault the linker. The xcode project for ios will fault the linker if you have missing symbols.

Whenever I 1st build something that I suspect might need additional things in the xcode project, I always start with iOS 1st so it will tell me at link time that files are missing.


- Red_F - 2012-01-07

Good to know, and I'll keep that in mind!


- schneberger - 2012-01-21

Could someone help me compile tsp's clibcmyth branch to work with atv2 ? If someone could i would be very happy Smile


- hakensline - 2012-01-27

Hello All !

Memphis you can compile take 12 whit this source ? https://github.com/margro/xbmc ?

Tanks for your reply :-)


- Memphiz - 2012-01-27

nope - better get your changes into opdenkamps repo via pull request or what not. Even then i won't make any builds until we've got eden done ...


- hakensline - 2012-01-27

Opdenkamp dont include the xvdr plugin :-(


- Memphiz - 2012-01-27

hakensline Wrote:Opdenkamp dont include the xvdr plugin :-(

In general? Or not yet?


- hakensline - 2012-01-27

always . Opdenkamp and xvdr developpers its not friend .... margo git its a fork from opdenkamp whit xvdr addons :-)

Please Memphiz :-)


- Memphiz - 2012-01-28

nope - i don't have time for that project clutter - i'm not even in town... i only will do opdenkamp builds because this is official - i'm drawing that line sorry...


- Jönke - 2012-01-28

@hakensline http://xbmc.picmania.org/index.php?dir=atv2%2F


- hakensline - 2012-01-28

Many Tanks Jonke ! I test this tonight ! :-)


- hakensline - 2012-01-30

All is ok ! Tanks Jonke !!!


- cmug - 2012-02-01

Hi,
I tried this also and it seems to be almost working. I am getting a database error as below when trying to use the XVDR addon:

Code:
06:54:12 T:91967488   ERROR: GetSingleValue - failed to get value 'id' from table 'pvrenabled'
06:54:12 T:91967488   ERROR: SQL: SQL error or missing database
                                            Query: SELECT id FROM pvrenabled WHERE addonID = 'pvr.vdr.xvdr' LIMIT 1

thats pretty obvious, but I assume XBMC should create the database for me if it does not exist? I have a working Ubuntu XBMC, could I copy the database from there to ATV2? If so, which files are they?


- Memphiz - 2012-02-01

delete the addons databases ( /var/mobile/Library/Preferences/XBMC/userdata/Database/addons*.db) - the pvr ones are incompatible with mainline ...