[mythtv] Problem compiling dvb patch

Ben Bucksch linux.news at bucksch.org
Thu May 8 06:35:25 EDT 2003


Leandro Dardini wrote:

>dvbdev.c:167: parse error before `app_buf'
>  
>
>I use your latest release, dvb-24 and I use cvs dvb driver from linuxtv.org
>
It doesn't know about the typedef, I have no idea why :-(. I see that it 
fails with exactly that error with gcc 2.95, but compiles with 3.2. I 
also compiles with 2.95 in C++ mode.

typedef struct append_buffer_st
{ ...
} append_buffer;

later:
  append_buffer app_buf;

earlier:
  append_buffer* app_buf;
compiles, BTW.



More information about the mythtv-dev mailing list