CVS Commit: vlc

Eric Petit titer at via.ecp.fr
Sat Aug 17 12:47:54 CEST 2002


> I am having some problems with other parts of the code compiling for 
> BeOS.

Same thing,

> 
> The first is:
> vlc/modules/audio_filter/converter/a52tospdif.c
> :103: `i' undeclared (first use in this function)      
> If I give i a type eg u16 I then get:
> :103: parse error before `u16'

You have to declare i at the beginning of the function - C is more
strict on this than C++

> The next is:
> vlc/modules/demux/mp4/mp4.c
> It causes gcc to segfault. (really cool trick)
> {standard input}: Assembler messages:
> {standard input}:0: Warning: end of file not at end of a line; newline 
> inserted
> {standard input}:778: Error: unbalanced parenthesis in operand 2.
> /work/gg/src/i686-beos-branch/gg/be/gnupro/gcc/gcc.c:2721: Internal 
> compiler error in function execute 

I solved the problem by using the gcc 2.95.3 available @ Bebits :|

-- 
Titer

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list