News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Problem compiling vompserver-0.2.3 for VDR 1.2.6

Started by riban, June 04, 2006, 22:51:14

Previous topic - Next topic

riban

I just tried compiling vompserver-0.2.3 against my VDR 1.2.6 and it fails

mvpclient.c: In member function `int MVPClient::processMoveRecording(UCHAR*,
   int)':
mvpclient.c:500: error: `::Recordings' undeclared (first use here)
make: *** [mvpclient.o] Error 1

Anyone had success with 1.2.6? vompserver-0.2.2 compiles fine.

Walt

riban

I replaced

  int MVPClient::processMoveRecording(UCHAR* data, int length)

with a dummy

  return 0;

and the rest compiles fine.

Recordings.Update() must be new in later versions of VDR.

Chris

Thanks for that, I forgot to check compilation against 1.2.6 when I released it. I will fix it in the sources for the next version.

Chris