Package: aewm++ Version: 1.1.2-4 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been cleaned up. The advantage of this is that programs will compile faster. The downside is that you actually need to directly #include everything you use (but you really should do this anyway, otherwise your program won't work with any compiler other than GCC). There's some more information about this at http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include
You can reproduce this problem with gcc-snapshot from unstable. Note that Red Hat, Novell and Ubuntu have done some work getting packages to build with GCC 4.3 so there might be patches floating around somewhere. I suggest you talk to your upstream. > Automatic build of aewm++_1.1.2-4 on em64t by sbuild/amd64 0.53 ... > /usr/bin/make CFLAGS="-O2 -g -Wall" ADDITIONAL_CFLAGS= > make[1]: Entering directory `/build/tbm/aewm++-1.1.2' > g++ -O2 -g -Wall -DSHAPE -Iusr/X11R6 -c windowmanager.cc -o windowmanager.o > windowmanager.cc: In member function 'void > WindowManager::parseCommandLine(int, char**)': > windowmanager.cc:54: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:55: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:56: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:57: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:58: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:59: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:60: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:61: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:62: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:63: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:65: warning: deprecated conversion from string constant to > 'char*' > windowmanager.cc:89: error: 'strcmp' was not declared in this scope > windowmanager.cc:90: error: 'strcmp' was not declared in this scope > windowmanager.cc:91: error: 'strcmp' was not declared in this scope > windowmanager.cc:92: error: 'strcmp' was not declared in this scope > windowmanager.cc:93: error: 'strcmp' was not declared in this scope > windowmanager.cc:94: error: 'strcmp' was not declared in this scope > windowmanager.cc:95: error: 'strcmp' was not declared in this scope > windowmanager.cc:96: error: 'strcmp' was not declared in this scope > windowmanager.cc:97: error: 'strcmp' was not declared in this scope > windowmanager.cc:98: error: 'strcmp' was not declared in this scope > windowmanager.cc:99: error: 'strcmp' was not declared in this scope > windowmanager.cc:100: error: 'strcmp' was not declared in this scope > windowmanager.cc:102: error: 'strcmp' was not declared in this scope > windowmanager.cc:103: error: 'strcmp' was not declared in this scope > windowmanager.cc:105: error: 'strcmp' was not declared in this scope > windowmanager.cc:112: error: 'strcmp' was not declared in this scope > windowmanager.cc:121: error: 'strcmp' was not declared in this scope > windowmanager.cc:142: error: 'strcmp' was not declared in this scope > windowmanager.cc:148: error: 'strcmp' was not declared in this scope > windowmanager.cc:154: error: 'strcmp' was not declared in this scope > windowmanager.cc:159: error: 'strcmp' was not declared in this scope > windowmanager.cc:164: error: 'strcmp' was not declared in this scope > windowmanager.cc: In member function 'void WindowManager::restart()': > windowmanager.cc:1041: warning: missing sentinel in function call > make[1]: *** [windowmanager.o] Error 1 > make[1]: Leaving directory `/build/tbm/aewm++-1.1.2' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]