v17 Compiling master branch of VNSIServer for VDR 2.2.0 fails
#1
Trying to compile the latest master version of VNSI-Server for VDR2.2.0 stops with the following error:
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?
Reply
#2
should compile again against 2.2.0
Reply
#3
Thanks! It now compiles without any errors against 2.2.0. Any idea when protocol9 will be supported by the kodi addon?
Reply
#4
patience Smile
first skin files need to be adapted.
Reply
#5
Forgive me my impatience.Angel Waiting for a long time that kodi supports epg based timers for vdr so that i can drop using vdr live plugin on my headless vdr server.
Reply

Logout Mark Read Team Forum Stats Members Help
Compiling master branch of VNSIServer for VDR 2.2.0 fails0