Mailing List archive

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

Re: Video Disk Recorder version 0.63



Lars Bensmann wrote:
> 
> Hello,
> 
> On Sun, Sep 10, 2000 at 06:24:33PM +0200, Klaus Schmidinger wrote:
> > The new version 0.63 of the Video Disk Recorder project
> > is now available at
> >
> >     http://www.cadsoft.de/people/kls/vdr/download.htm
> 
> It doesn't compile for me.... Versions 0.61 and 0.62 did.
> 
> [lars@skynet VDR]$ make
> g++ -g -O2 -Wall -m486 -c -DREMOTE_KBD -I../DVB/driver menu.c
> menu.c: In method `enum eOSState cDirectChannelSelect::ProcessKey(eKeys)':
> menu.c:1193: initialization to `char *' from `const char *' discards qualifiers
> make: *** [menu.o] Error 1
> [lars@skynet VDR]$
> 
> Does anybody know what's going wrong?

Insert a 'const' at the beginning of that line.
Apparently my compiler didn't complain about that, so I missed it.
Sorry...

Greetings
Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


Home | Main Index | Thread Index