Package: members Version: 20080128-4 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 members_20080128-4 on em64t by sbuild/amd64 0.53 ... > make[1]: Entering directory `/build/tbm/members-20080128' > g++ -g -O2 -g -Wno-deprecated -c -o members.o members.cc > members.cc: In function 'int main(int, char**)': > members.cc:308: error: 'EOF' was not declared in this scope > members.cc:317: warning: deprecated conversion from string constant to 'char*' > members.cc:324: warning: deprecated conversion from string constant to 'char*' > members.cc:331: warning: deprecated conversion from string constant to 'char*' > members.cc:338: warning: deprecated conversion from string constant to 'char*' > members.cc:345: warning: deprecated conversion from string constant to 'char*' > make[1]: *** [members.o] Error 1 --- members.cc~ 2008-11-07 17:33:59.000000000 +0000 +++ members.cc 2008-11-07 17:34:06.000000000 +0000 @@ -30,6 +30,7 @@ #include <stdlib.h> #include <string.h> +#include <cstdio> #include <iostream> using std::cerr; -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]