Hi -

> From: T-Bone <[EMAIL PROTECTED]>
> I downloaded both ac3dec-mjepegtools.tar.gz and ac3dec.patched.tar.gz.
> 
> 
> Here are the last few lines of the make output:
> 
> cc1: warnings being treated as errors
> decode.c: In function `ac3_decode_data':
> decode.c:245: warning: deprecated use of label at end of compound statement
> make[2]: *** [decode.lo] Error 1
> make[2]: Leaving directory 
> `/home/tbone/Temp/Tools/ac3dec-0.6.2-mjpegtools/libac3'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/tbone/Temp/Tools/ac3dec-0.6.2-mjpegtools'
> make: *** [all-recursive-am] Error 2
> 
> Any ideas?

        There is probably a "-Werror" somewhere in a Makefile that is
        causing the warning errors to be fatal.  I think the (newer) version
        of the compiler being used is generating a warning error about
        behaviour that used to be OK.

        Try removing any "-Werror" or "-ansi" flags from the libac3/Makefile
        and I think the compile will succeed.

        Cheers,
        Steven Schultz


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to