* Jeroen van der Zijp <[EMAIL PROTECTED]> [2006-03-20 00:18]: > Since FOX 1.4 is "frozen," i.e. header files are supposed to stay the same, > why don't you try passing: -ffriend-injection as an extra compile flag > when using GCC 4.1.
Sure, sticking a -ffriend-injection into Makefile is fine forme. > FOX 1.6.x should already have been fixed for GCC 4.1 and that's the > current working version. It no longer relies on automatic > friend-injection. Great, thanks a lot! > However, these changes break compatibility at the binary level, and > obviously that's not a desirable thing for a supposedly stable > version. Why do you think it will break compatibility at the binary level? The reference to friends in http://www.codesourcery.com/cxx-abi/abi.html suggests no such thing. Maybe it makes a difference with another compiler but binary compatibility shouldn't be an issue in this case with at least GCC. Do you have a reference saying otherwise? -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]