Package: grap Version: 1.36-2 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 grap_1.36-2 on bigsur by sbuild/mips 1.94 ... > mips-linux-gnu-g++ -Wall -DHAVE_CONFIG_H -c -o grap.o grap.cc > grap_draw.h:249: error: extra qualification 'coord::' on member 'newpt' > make[1]: *** [grap.o] Error 1 > make[1]: Leaving directory `/build/tbm/grap-1.36' --- ./grap_draw.h~ 2006-03-16 03:14:58.000000000 +0000 +++ ./grap_draw.h 2006-03-16 03:15:01.000000000 +0000 @@ -246,7 +246,7 @@ int yautoscale; // True if the user has not given an explicit y range string name; // Name of the coordinate system, if any - void coord::newpt(double x, double y) { + void newpt(double x, double y) { newx(x); newy(y); } void newx(double); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]