Mailing List archive

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

[vdr] Re: VCD plugin 0.0.4c



On Sonntag, 19. Januar 2003 21:30 Steffen Barszus wrote:
> g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"vcd"'
> -D_GNU_SOURCE -I../../../include -I../../../../DVB/include vcd_player.c
> vcd_player.c:314: default argument given for parameter 2 of `void
> cVCDPlayer::Goto(int, bool = false)'
> vcd_player.h:92: after previous specification in `void
> cVCDPlayer::Goto(int, bool = false)'
> vcd_player.c:334: default argument given for parameter 3 of `bool
> cVCDPlayer::GetIndex(int&, int&, bool = false)'
> vcd_player.h:91: after previous specification in `virtual bool
> cVCDPlayer::GetIndex(int&, int&, bool = false)'
> vcd_player.c:543: default argument given for parameter 3 of `void
> cVCDPlayer::StripAudioPackets(uchar*, int, unsigned char = 0)'
> vcd_player.h:68: after previous specification in `void
> cVCDPlayer::StripAudioPackets(uchar*, int, unsigned char = 0)'
> make[1]: *** [vcd_player.o] Fehler 1
> make[1]: Verlassen des Verzeichnisses Verzeichnis
> »/home/steffen/vdr-1.1.20/PLUGINS/src/vcd-0.0.3«
> make: *** [plugins] Fehler 2
>
> After editing the Makefile ...
>
> Someone allready a patch for it ?

It's not the old api or something, it's the old gcc 3.2 dirty ISO-C++-Bug ;)
Just remove the " = false" and " = 0" and so on in the specified lines in the 
.c-files only. Leave them in the .h files. Everything should be fine after 
that.

Didn't do it yet, so no patch, since I'm still using gcc 2.95.4

Greetings,
Sascha Volkenandt



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index