Package: geresh
Version: 0.6.3-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 geresh_0.6.3-4 on bigsur by sbuild/mips 1.94
...
> c++ -DHAVE_CONFIG_H -I. -I. -I. -DLOCALEDIR=\"/usr/share/locale\"
> -DPKGDATADIR=\"/usr/share/geresh\" -g -O2 -c dialogline.cc
> editbox.h:781: error: extra qualification 'EditBox::' on member
> 'redraw_unwrapped_paragraph'
> editbox.h:793: error: extra qualification 'EditBox::' on member
> 'redraw_wrapped_paragraph'
> make[1]: *** [dialogline.o] Error 1
> make[1]: Leaving directory `/build/tbm/geresh-0.6.3'
--- ./editbox.h~ 2006-03-16 19:22:07.000000000 +0000
+++ ./editbox.h 2006-03-16 19:22:17.000000000 +0000
@@ -768,7 +768,7 @@
int para_num
);
- void EditBox::redraw_unwrapped_paragraph(
+ void redraw_unwrapped_paragraph(
Paragraph &p,
int window_start_line,
bool only_cursor,
@@ -780,7 +780,7 @@
bool eop_is_selected
);
- void EditBox::redraw_wrapped_paragraph(
+ void redraw_wrapped_paragraph(
Paragraph &p,
int window_start_line,
bool only_cursor,
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]