![]() |
janbar/devel branch not working with current master? - 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: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: janbar/devel branch not working with current master? (/showthread.php?tid=315278) |
janbar/devel branch not working with current master? - metaron - 2017-05-29 @janbar, I've been using your devel branch (https://github.com/janbar/pvr.mythtv) to base my own work on for a while, but recently "rebase -i janbar/devel" doesn't seem to result in something which I can use with the latest Millhouse build. Yesterdays experimentation resulted in Unable to load /storage/.kodi/addons/pvr.mythtv/pvr.mythtv.so.99999.5.0.11.1, reason: /storage/.kodi/addons/pvr.mythtv/pvr.mythtv.so.99999.5.0.11.1: undefined symbol: GetMininumGUIAPIVersion I suspect it's something to do with the "make standalone master 2017-05-15" commit not fully reflecting the latest changes to kodi core. Any Ideas? RE: janbar/devel branch not working with current master? - janbar - 2017-06-05 Hi Andrew. It should work now. RE: janbar/devel branch not working with current master? - metaron - 2017-06-11 Well it nearly works. Now I get: Code: 16:19:30.720 T:1942474768 ERROR: Add-on 'MythTV PVR Client' is using an incompatible API version for type 'PVR'. Kodi API min version = '5.2.4', add-on API version '0.0.0' |