Mailing List archive

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

[vdr] Problems by compiling vdr0.99pre5



Hello everybody,
I'm trying to compile vdr0.99pre5 but I have problem, some problem are 
mentionned above.
First, I add pb with the following header files : in.h, inet.h, I copy in.h 
inet.h from the kernel includes to 
/usr/include/...
After I add typedef u32int_t etc...
And I still have errors, here is the log :
g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c -DDVDSUPPORT -
D_LARGEFILE64_SOURCE  -DVCDSUPPORT -DREMOTE_LIRC -D_GNU_SOURCE -DMP3SUPPORT -
DMPLAYER -I../DVB/ost/include -I../DVD/libdvdread config.c
In file included from config.c:10:
config.h:182: field `addr' has incomplete type
config.c: In method `bool cSVDRPhost::Parse(const char *)':
config.c:680: implicit declaration of function `int inet_aton(...)'
config.c:684: warning: control reaches end of non-void function 
`cSVDRPhost::Parse(const char *)'
config.c: In method `bool cSVDRPhost::Accepts(unsigned int)':
config.c:689: warning: control reaches end of non-void function 
`cSVDRPhost::Accepts(unsigned int)'
make: *** [config.o] Erreur 1

I use glibc2.2.2 from Redhat 7.1 with gcc 2.95.3
I never had problems before to compile vdr0.99pre4 , pre3, etc. and
I'd like to compile this version of this wonderful software.
Thanks.
Maxime



Home | Main Index | Thread Index