Package: kadu Version: 0.6.0.2-3 User: [EMAIL PROTECTED] Usertags: ftbfs-gcc-4.4 Tags: patch
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. 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. You can reproduce this problem with gcc-snapshot from unstable. > Automatic build of kadu_0.6.0.2-3 on em64t by sbuild/amd64 0.53 ... > /usr/share/qt3/include/qimage.h: In member function 'bool > QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': > /usr/share/qt3/include/qimage.h:61: warning: suggest parentheses around '&&' > within '||' > compiling file protocol.cpp > In file included from protocol.cpp:10: > protocol.h:15: error: 'uint32_t' does not name a type > make[4]: *** [obj/protocol.o] Error 1 > make[4]: Leaving directory `/build/tbm/kadu-0.6.0.2/build-tree/kadu/kadu-core' --- kadu/kadu-core/protocol.h~ 2008-11-16 18:43:05.000000000 +0000 +++ kadu/kadu-core/protocol.h 2008-11-16 18:43:13.000000000 +0000 @@ -5,6 +5,8 @@ #include <qstring.h> #include <qdatetime.h> +#include <stdint.h> + #ifdef __sun__ #include <sys/types.h> #endif /* __sun__ */ -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

