Mailing List archive

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

[vdr] Re: Compile Error with vdr-1.1.13



On Thursday 24 October 2002 20:29, you wrote:
> At Thursday 24 October 2002 20:21 jackfritt wrote:
> > anybody compiled this version without errors ?
> > I compiled the CVS Version of the DVB driver.
> > I can see programm with tuxview and change channel with szap.
> > When I try to compile vdr with make NEWSTRUCT=1
> > I get the error message:
> >
> > g++ -g -O2 -Wall -Woverloaded-virtual -c -DNEWSTRUCT -DREMOTE_KBD
> > -D_GNU_SOURCE -I../DVB/include dvbplayer.c
> > dvbplayer.c:639: default argument given for parameter 1 of `const char**
> >    cDvbPlayer::GetAudioTracks(int* = 0) const'
> > dvbplayer.c:126: after previous specification in `virtual const char**
> >    cDvbPlayer::GetAudioTracks(int* = 0) const'
> > make: *** [dvbplayer.o] Fehler 1
>
> This is gcc 3.2, vdr was developed with 2.9x,somebody posted a patch for it
> some weeks and again some days ago.
>
> You just have to delete the "= NULL" in those two lines.
>
> Greetings,
> Sascha Volkenandt
After removing this I got the next error:

transfer.c:159: default argument given for parameter 1 of `const char**
   cTransfer::GetAudioTracks(int* = 0) const'
transfer.h:36: after previous specification in `virtual const char**
   cTransfer::GetAudioTracks(int* = 0) const'
make: *** [transfer.o] Fehler 1

I also removed the = NULL in these files and everything compiled fine.
Hope I works too ;)


Thx for your fast help !


Joerg Esser


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



Home | Main Index | Thread Index