Mailing List archive

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

[linux-dvb] dvbstream compile problem



Hi,

I've just installed linuxtv-dvb-1.1.0 & linuxtv-dvb-apps-1.1.0, however
I am having trouble compiling dvbstream.  Can anyone point me in the
right direction



[root@linserv dvbstream]# make
gcc -I ../linuxtv-dvb-1.1.0/linux/include -g -Wall -O2
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNEWSTRUCT -c -o rtp.o rtp.c
gcc -I ../linuxtv-dvb-1.1.0/linux/include -g -Wall -O2
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNEWSTRUCT -c -o tune.o tune.c
In file included from tune.h:25,
                 from tune.c:40:
dvb_defaults.h:83:2: warning: #warning No DVB-T country defined in
dvb_defaults.h
dvb_defaults.h:84:2: warning: #warning defaulting to UK
dvb_defaults.h:85:2: warning: #warning Ignore this if using Satellite or
Cable
tune.c:173: error: syntax error before "uint32_t"
tune.c:173: warning: no semicolon at end of struct or union
tune.c: In function `diseqc_send_msg':
tune.c:182: error: dereferencing pointer to incomplete type
tune.c:183: error: dereferencing pointer to incomplete type
tune.c: In function `do_diseqc':
tune.c:198: error: variable `cmd' has initializer but incomplete type
tune.c:199: error: extra brace group at end of initializer
tune.c:199: error: (near initialization for `cmd')
tune.c:199: error: extra brace group at end of initializer
tune.c:199: error: (near initialization for `cmd')
tune.c:199: warning: excess elements in struct initializer
tune.c:199: warning: (near initialization for `cmd')
tune.c:199: warning: excess elements in struct initializer
tune.c:199: warning: (near initialization for `cmd')
tune.c:198: error: storage size of `cmd' isn't known
tune.c:198: warning: unused variable `cmd'
make: *** [tune.o] Error 1



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



Home | Main Index | Thread Index