Bug#358221: FTBSF on mips with G++ 4.1: don't use mips as variable name

2006-03-22 Thread Martin Michlmayr
* Thiemo Seufer [EMAIL PROTECTED] [2006-03-22 15:46]: I'm inclined to claim this is a long-standing bug in the compiler which violates the ANSI namespace. Yeah, -ansi makes it go away. FWIW. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#358221: FTBSF on mips with G++ 4.1: don't use mips as variable name

2006-03-22 Thread Thiemo Seufer
On Tue, Mar 21, 2006 at 08:56:05PM +, Martin Michlmayr wrote: Package: ogre Version: 1.0.6-1.3 Severity: important [snip] Further investigation shows that on MIPS the constant mips is defined as 1. I have no idea who thought this was a good idea, but the compiler does it - so please use

Bug#358221: FTBSF on mips with G++ 4.1: don't use mips as variable name

2006-03-21 Thread Martin Michlmayr
Package: ogre Version: 1.0.6-1.3 Severity: important Your package fails to build on MIPS with GCC 4.1. Note that this is not the same as the last bug I filed about GCC 4.1 problems. This one is MIPS specific. I tested the patch I submitted on AMD64 and it works fine. However, there's another