Package: rss-glx Version: 0.8.0-4 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below. > Automatic build of rss-glx_0.8.0-4 on bigsur by sbuild/mips 1.94 ... > if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include > -I../../src -I../include -g -Wall -MT hyperspace.o -MD -MP -MF > ".deps/hyperspace.Tpo" \ > -c -o hyperspace.o `test -f 'hyperspace.cpp' || echo > './'`hyperspace.cpp; \ > then mv -f ".deps/hyperspace.Tpo" ".deps/hyperspace.Po"; \ > else rm -f ".deps/hyperspace.Tpo"; exit 1; \ > fi > hyperspace.cpp: In function 'void hack_init(xstuff_t*)': > hyperspace.cpp:521: error: 'assert' was not declared in this scope > make[4]: *** [hyperspace.o] Error 1 --- ./reallyslick/cpp_src/hyperspace.cpp~ 2006-03-15 03:06:41.000000000 +0000 +++ ./reallyslick/cpp_src/hyperspace.cpp 2006-03-15 03:06:59.000000000 +0000 @@ -31,6 +31,7 @@ #include <stdio.h> #include <math.h> #include <time.h> +#include <cassert> #ifdef HAVE_GLEW #include <GL/glew.h> #endif -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]