2016-03-07, 22:09
Trying to compile the latest master version of VNSI-Server for VDR2.2.0 stops with the following error:
And one question: Has the kodi addon to be updated too (did not see any changes on git yet) in order to use the new epg based timer functions implemented with protocol version 9?
Code:
vnsiclient.c: In member function ‘bool cVNSIClient::processTIMER_Add(cRequestPacket&)’:
vnsiclient.c:1584:17: warning: unused variable ‘search’ [-Wunused-variable]
const char *search = req.extract_String();
^
vnsiclient.c: In member function ‘bool cVNSIClient::processTIMER_Update(cRequestPacket&)’:
vnsiclient.c:1811:19: warning: unused variable ‘search’ [-Wunused-variable]
const char *search = req.extract_String();
^
vnsiclient.c: In member function ‘bool cVNSIClient::processRECORDINGS_GetList(cRequestPacket&)’:
vnsiclient.c:1973:7: error: ‘LOCK_CHANNELS_READ’ was not declared in this scope
LOCK_CHANNELS_READ;
^
vnsiclient.c:1974:25: error: base operand of ‘->’ has non-pointer type ‘cChannels’
channel = Channels->GetByChannelID(recording->Info()->ChannelID());
^
make[1]: *** [vnsiclient.o] Fehler 1
And one question: Has the kodi addon to be updated too (did not see any changes on git yet) in order to use the new epg based timer functions implemented with protocol version 9?