Hi All,
I am trying to build vdr-plugin-dvd, but it failes with the following message: g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fpermissive -fPIC -O3 -c -D__KERNEL_STRICT_NAMES -DUSE_GRAPHTFT -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I/usr/include/vdr dvd.c In file included from player-dvd.h:14:0, from dvd.h:20, from dvd.c:15: /usr/include/dvdnav/dvdnav.h:284:47: error: expected ?,? or ?...? before ?this? make: *** [dvd.o] Error 1
I have searched google on this, and this link suggest to install libdvdnav and libdvdread: https://bugs.gentoo.org/show_bug.cgi?id=393199
I have installed libdvdread-4.2.0-1 and libdvdnav-4.2.0-2, but the error remaines.
I am running arch linux.
What did I miss? Best regards, Cedric
On 25.05.2012 21:25, cedric.dewijs@telfort.nl wrote:
I am trying to build vdr-plugin-dvd, but it failes with the following message:
Please see the patches from the Debian package:
http://anonscm.debian.org/gitweb/?p=pkg-vdr-dvb/vdr-plugin-dvd.git;a=tree;f=...
or
http://patch-tracker.debian.org/package/vdr-plugin-dvd/0.3.6~b03+cvs20090426...
Especially 13_fix-dvdnav-using-c++-keywords.patch.
Tobias