Mailing List archive

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

[linux-dvb] Re: Video Disk Recorder version 0.93



Matthias Fechner wrote:
> 
> Hi Klaus,
> 
> On Sun, 26 Aug 2001, Klaus Schmidinger wrote:
> 
> > The new version 0.93 of the Video Disk Recorder project
> > is now available at
> >
> >     http://www.cadsoft.de/people/kls/vdr/download.htm
> 
> I tried to compile it, but i get the following errormessage:
> -----------
> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_LIRC -DVFAT
> -I../DVB/ost/include remote.c
> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_LIRC -DVFAT
> -I../DVB/ost/include remux.c
> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_LIRC -DVFAT
> -I../DVB/ost/include ringbuffer.c
> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_LIRC -DVFAT
> -I../DVB/ost/include svdrp.c
> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_LIRC -DVFAT
> -I../DVB/ost/include thread.c
> g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DREMOTE_LIRC -DVFAT
> -I../DVB/ost/include tools.c
> tools.c: In function `const char * DayDateTime(long int = 0)':
> tools.c:403: implicit declaration of function `int time(...)'
> tools.c:404: `tm' undeclared (first use this function)
> tools.c:404: (Each undeclared identifier is reported only once
> tools.c:404: for each function it appears in.)
> tools.c:404: implicit declaration of function `int localtime(...)'
> make: *** [tools.o] Fehler 1
> zsh: exit 2     make REMOTE=LIRC VFAT=1
> ---------
> 
> I updated the DVB-Driver from cvsup but i get the error also.
> 
> Gruss
> Matthias

Don't know why this didn't turn up on my system, but apparently
tools.c needs to

#include <time.h>

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
_______________________________________________________________


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


Home | Main Index | Thread Index