Loggytronic Forum

VOMP => VOMP General / MVP => Topic started by: riban on June 04, 2006, 22:51:14

Title: Problem compiling vompserver-0.2.3 for VDR 1.2.6
Post by: riban on June 04, 2006, 22:51:14
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
Title: Re: Problem compiling vompserver-0.2.3 for VDR 1.2.6
Post by: riban on June 05, 2006, 15:16:35
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.
Title: Re: Problem compiling vompserver-0.2.3 for VDR 1.2.6
Post by: Chris on June 10, 2006, 18:33:51
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.
Title: Re: Problem compiling vompserver-0.2.3 for VDR 1.2.6
Post by: Chris on June 14, 2006, 23:35:51
Sources are fixed.