Kodi Community Forum
Failing to link on openelec build - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168)
+---- Thread: Failing to link on openelec build (/showthread.php?tid=229449)



Failing to link on openelec build - stevegal - 2015-06-13

I'm trying to get pvr.hts to compile from the head of git so I can test a patch for getting son interface working with the new per functionality on a branch from ksooo branch.

I've made a couple of changes to tvheadend to get it to compile with the patched (up to head of that branch with my changes as well), but when I start my PI2 up I get..

ERROR: Unable to load /storage/.kodi/addons/pvr.hts/pvr.hts.so, reason: /storage/.kodi/addons/pvr.hts/pvr.hts.so: undefined symbol: GetTimerTypes

I had assumed it was a library loading issue, so I soflinked the add ons libs from /usr/lib/kodi/addons into the .kodi/addons folder thinking (naively) that this would work.

I'm stuck now and can't test my patch as I need the PVR to be active to make sure I one json-rpc works. Any ideas around that may help meHuh

Thanks,
stevegal


RE: Failing to link on openelec build - negge - 2015-06-13

You'll need to compile both Kodi itself and pvr.hts with the patches @ksooo's made. Right now it sounds like your addon doesn't include his autorec changes.