[dvblast-devel] dvblast: svn commit r169 (massiot)
Thomas Kernen
tkernen at deckpoint.ch
Sun Nov 14 14:23:28 CET 2010
On 11/6/10 9:06 AM, Subversion daemon wrote:
> r169 | massiot | 2010-11-06 09:06:24 +0100 (Sat, 06 Nov 2010) | 4 lines
> Changed paths:
> M /trunk/demux.c
> M /trunk/dvb.c
> M /trunk/dvblast.c
> M /trunk/dvblast.h
> M /trunk/extra/dvbiscovery/dvbiscovery.sh
> M /trunk/util.c
>
> * utils.c: Add a new level of verboseness so that error output can be disabled.
> * dvblast.c, demux.c: Reflect the change in biTStream API for printing.
> New -x switch to enable event output on stdout.
>
I seem to be having compilation issues since r169 and onwards. Nothing
has changed in my environment between r168 and r169 (r168 still compiles
fine). gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
cc -Wall -O3 -fomit-frame-pointer -g
-I/usr/src/kernel/linux-2.6.29.1/include -c -o dvblast.o dvblast.c
dvblast.c:89: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘i_print_type’
dvblast.c: In function ‘main’:
dvblast.c:723: error: ‘PRINT_TEXT’ undeclared (first use in this function)
dvblast.c:723: error: (Each undeclared identifier is reported only once
dvblast.c:723: error: for each function it appears in.)
dvblast.c:723: error: ‘i_print_type’ has an incomplete type
dvblast.c:725: error: ‘PRINT_XML’ undeclared (first use in this function)
dvblast.c:725: error: ‘i_print_type’ has an incomplete type
dvblast.c:753: error: ‘i_print_type’ has an incomplete type
make: *** [dvblast.o] Error 1
Has anyone else come across such issues?
Thomas
More information about the dvblast-devel
mailing list