This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
vdr-plugin-vnsiserver: compiling error #53
Comments
There are two compiling issues for vdr-2.2.0 You need to change in vnsiclient.c:1954:16 resp.add_U32(); to resp.add_U32(0); these changes helped me to compile it for vdr-2.2.0 |
Thanks Karl for your responce. After the changes you suggested it is still failing: vnsiclient.c:1954
Probably something else also should be changed? Any idea please? |
your build system does not meet requirements. either it lacks pkg-config or properly installed vdr.pc |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have just tried to compile the plugin but got the folowing error:
$ cd vdr-plugin-vnsiserver/
This is on Centos 7 with installed vdr 2.2.0. streamdev and dvbapi plugins have been compilled without any errors.
Any idea how to resolve this?
Thanks and regards, Casper.
The text was updated successfully, but these errors were encountered: