From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Tue, 25 Sep 2007 09:27:02 +0200 Subject: [Buildroot] Qtopia4 Failure In-Reply-To: <1190676664.22869.8.camel@cyclops.infocab.com.au> References: <1190595992.4299.27.camel@cyclops.infocab.com.au> <1190600185.4299.44.camel@cyclops.infocab.com.au> <1190606113.22869.5.camel@cyclops.infocab.com.au> <20070924081339.GA31515@aon.at> <20070924132226.GC1335@aon.at> <1190676664.22869.8.camel@cyclops.infocab.com.au> Message-ID: <20070925072701.GA13175@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, Sep 25, 2007 at 09:01:04AM +0930, Adam Hawes wrote: > >> > According to Adam, this is required by mplayer (yeah, they are >> >broken, shame on them). I don't see why mplayer and qtopia and >> >possibly other packages should be mutually exclusive. Unless one\ > >I spent some time last night looking into mplayer. It seems that it's >only broken in one place. I made a quick hack to fix it (#define >index(a,b) ... in the file that was broken and tried compiling it Let me note that defining it is not a real fix as opposed to using the appropriate modern variant. An example of all those replacements that is very easy to read is against gcc's libmudflap (which is in the buildroot repository). HTH,