Mailing List archive

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

[linux-dvb] Re: dvbstream compile problem



Scott White wrote:
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
[cut]
tune.c:173: error: syntax error before "uint32_t"
[cut]

I fixed this problem a few days ago. I wasn't explicitly including stdint.h. Either insert the line

#include <stdint.h>

near the top of "tune.c", or update to the latest CVS.

Regards,

Dave.


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



Home | Main Index | Thread Index