Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdr 1.3.18 and burn-0.0.5



On Mon, 2005-01-17 at 13:49 +0100, anders@sandell.net wrote:

> I am trying to compile the burn plugin version 0.0.5 with vdr 1.3.18 but
> keep getting the following error message:
> 
> g++ -g -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"burn"'
> -D_GNU_SOURCE -DDVDDEV='"/dev/dvd"' -DISODIR=NULL -I../../../include
> -I../../../../DVB/include -o burn.o burn.c
> In file included from ../../../include/vdr/config.h:19,
>                  from vdr_compat.h:11,
>                  from menuburn.h:12,
>                  from burn.c:11:
> ../../../include/vdr/device.h:59: error: multiple definition of `enum
>    eTrackType'
> common.h:70: error: previous definition here
> make[1]: *** [burn.o] Error 1
> 
> I havent seen any other posts about problems with burn-0.0.5 and vdr
> 1.3.18, is this a local (configuration) problem?

Nope.  Try replacing all occurrences of "eTrackType" with something
else, eg. "eVTrackType" in burn/common.h.





Home | Main Index | Thread Index