Package: tmispell-voikko Version: 0.7-2 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 tmispell-voikko_0.7-2 on em64t by sbuild/amd64 0.53 ... > mv -f .deps/regexp.Tpo .deps/regexp.Po > x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/glibmm-2.4 > -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 > -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -Wall -g -O2 -g -O2 -MT tmerror.o -MD -MP > -MF .deps/tmerror.Tpo -c -o tmerror.o tmerror.cc > tmerror.cc: In constructor 'Error::Error(const char*, ...)': > tmerror.cc:28: error: 'vsnprintf' was not declared in this scope > make[3]: *** [tmerror.o] Error 1 --- src/tmerror.cc~ 2008-11-14 12:36:30.000000000 +0000 +++ src/tmerror.cc 2008-11-14 12:36:36.000000000 +0000 @@ -16,6 +16,7 @@ *********************************************************************************/ #include <stdarg.h> +#include <stdio.h> #include "tmerror.hh" -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]