buildfarm (WAS: [MPlayer-dev-eng] [PATCH] Make it compile with gcc 3.4)

D Richard Felker III dalias at aerifal.cx
Wed Apr 21 04:59:43 CEST 2004


On Wed, Apr 21, 2004 at 03:22:26AM +0200, Enrico Weigelt wrote:
> * D Richard Felker III <dalias at aerifal.cx> [2004-02-29 20:19:39 -0500]:
> 
> <snip>
> > DO NOT APPLY without verifying that attribute used is supported by all
> > versions of gcc. If it's not, an approach like the one just committed
> > to ffmpeg is needed.
> 
> Well, such things could be automatically tested on a automated buidfarm.
> I'm working on such a project. It should also be able to setup 
> build environments and build whole distros automatically.
> 
> Perhaps someone's interested here ?

IMO you have to make a macro for attribute(used) and define it blank
except for gcc3. Otherwise it will break gcc 2.95 where that mess
isn't needed or supported. This is already done for several other
files so it should be easy to extend.

Rich




More information about the MPlayer-dev-eng mailing list