Package: flpsed Version: 0.3.5-1 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 flpsed_0.3.5-1 on bigsur by sbuild/mips 1.80 ... > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -MT GsWidget.o -MD -MP > -MF ".deps/GsWidget.Tpo" -c -o GsWidget.o GsWidget.cxx; \ > then mv -f ".deps/GsWidget.Tpo" ".deps/GsWidget.Po"; else rm -f > ".deps/GsWidget.Tpo"; exit 1; fi > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -MT PSEditWidget.o -MD > -MP -MF ".deps/PSEditWidget.Tpo" -c -o PSEditWidget.o PSEditWidget.cxx; \ > then mv -f ".deps/PSEditWidget.Tpo" ".deps/PSEditWidget.Po"; else rm -f > ".deps/PSEditWidget.Tpo"; exit 1; fi > PSEditModel.H:86: error: extra qualification 'PSEditModel::' on member 'load' > make[3]: *** [PSEditWidget.o] Error 1 --- ./src/PSEditModel.H~ 2006-03-10 16:00:49.000000000 +0000 +++ ./src/PSEditModel.H 2006-03-10 16:00:53.000000000 +0000 @@ -83,7 +83,7 @@ int dump_tags(); - int PSEditModel::load(FILE *fp); + int load(FILE *fp); int save(FILE *sfp, int tmp_fd); }; -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]