Loggytronic Forum

VOMP => VOMP General / MVP => Topic started by: riban on March 07, 2007, 22:40:57

Title: vompserver-0.2.6 does not compile against vdr 1.2.6
Post by: riban on March 07, 2007, 22:40:57
I can't compile vompserver-0.2.6 (or cvs). There are calls to channel->Apids() in
mvpclient.c and channel->Alang() in mvpreceiver.c which I think are in vdr
version later than 1.2.6. I am still using vdr 1.2.6 because it is the version in
Debian stable which I use for my vdr host.
Title: Re: vompserver-0.2.6 does not compile against vdr 1.2.6
Post by: Chris on March 18, 2007, 17:01:02
Fixed in CVS, though there might still be problems with the name that the makefile gives the so file. At least there are no compile issues now.
Title: Re: vompserver-0.2.6 does not compile against vdr 1.2.6
Post by: riban on March 18, 2007, 21:12:03
Thanks Chris.

It is up and working now. I just copied libvdr-vompserver.so to /usr/lib/vdr/plugins/libvdr-vompserver.so.1.2.6 and it seems to work.