[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Malformed header files in gstreamer development package.
From: |
Rob Savoye |
Subject: |
Re: [Gnash] Malformed header files in gstreamer development package. |
Date: |
Fri, 28 Jul 2006 09:28:01 -0600 |
User-agent: |
Thunderbird 1.5 (X11/20051201) |
Onkar Shinde wrote:
> C89. I think the dapper version of gstreamer will still fail with
> latest CVS of gnash because they compile with -pendantic -ansi which
> forces and older standard than C99 and simply let it fail to build.
Actually -pedantic -ansi shouldn't be used by default, it's enabled by
configuring with --enable-lotsa-warnings. There was a bug though where
the values for CXXFLAGS were being set multiple times, adding these
flags when they weren't desired. I just checked in a fix for this.
- rob -