On 12/11/2008, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > Your package fails to build with the upcoming GCC 4.4. Version 4.4 > has not been released yet but I'm building with a snapshot in order > to find errors and give people an advance warning.
Thanks for your continuing work on this - it's good to get these things fixed well before end users compiling from source start hitting them! > There are two problems: > > 1) GCC 4.4 cleaned up some more C++ headers. You always have to > #include headers directly and cannot rely for things to be included > indirectly. I think some of these are fixed by more recent upstreams (lenny has 1.0.7 plus a few critical fixes backported; upstream is now 1.0.9). But I will check through these. > 2) GCC 4.4 will introduce better checks in the preprocessor. The > problem is pretty obvious: you're using a #elif without any condition > when you really want a #else. Wow, I'm amazed that compiles (and with several different compilers apparently). Will fix. Cheers, Olly -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]