2015-06-20, 18:04
Hello guys, I can't get that addon working for Kodi 15.
I compiled all the needed things correctly (no errors or warnings). In the order, kodi, libplatform, libkodiplatform, pvr-vdr-vnsi.
But when I try to enable pvr addon in kodi, I get this in the log:
For libplatform, libkodiplatform and pvr-vdr-vnsi compilation I used the following commands. Tell me if I used wrong commands please.
P.S. In the same manner, I compiled successfully (working) Libcec 3.0.
Thanks for your help in advance.
I compiled all the needed things correctly (no errors or warnings). In the order, kodi, libplatform, libkodiplatform, pvr-vdr-vnsi.
But when I try to enable pvr addon in kodi, I get this in the log:
Code:
17:41:04 T:1919053824 ERROR: GetDirectory - Error getting addons://disabled/xbmc.pvrclient
17:41:04 T:1919053824 ERROR: CGUIMediaWindow::GetDirectory(addons://disabled/xbmc.pvrclient) failed
For libplatform, libkodiplatform and pvr-vdr-vnsi compilation I used the following commands. Tell me if I used wrong commands please.
Code:
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
P.S. In the same manner, I compiled successfully (working) Libcec 3.0.
Thanks for your help in advance.