Package: bzflag Version: 2.0.10.20071115 Severity: important 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://gcc.gnu.org/gcc-4.3/porting_to.html You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. > Automatic build of bzflag_2.0.10.20071115 on em64t by sbuild/amd64 0.53 ... > /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../include -I../../include -DINSTALL_DATA_DIR=\"/usr/share/bzflag\" > -fsigned-char -Wno-deprecated -m64 -c -o FontManager.lo FontManager.cxx > g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include > -DINSTALL_DATA_DIR=\"/usr/share/bzflag\" -fsigned-char -Wno-deprecated -m64 > -c FontManager.cxx -o FontManager.o > FontManager.cxx: In static member function 'static void > FontManager::callback(const std::string&, void*)': > FontManager.cxx:61: error: 'strcasecmp' was not declared in this scope > make[3]: *** [FontManager.lo] Error 1 > make[3]: Leaving directory `/build/tbm/bzflag-2.0.10.20071115/src/3D' > make[2]: *** [all-recursive] Error 1 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]