Package: scite
Version: 1.67-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 scite_1.67-1 on bigsur by sbuild/mips 1.80
...
> make[1]: Entering directory `/build/tbm/scite-1.67/scite/gtk'
> g++ `pkg-config --cflags gtk+-2.0` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER
> -DPIXMAP_PATH=\"/usr/share/pixmaps\" -DSYSCONF_PATH=\"/usr/share/scite\" -I
> ../../scintilla/include -I ../src -I../lua/include -c SciTEGTK.cxx -o
> SciTEGTK.o
> SciTEGTK.cxx:456: error: extra qualification 'SciTEGTK::' on member
> 'TranslatePath'
> make[1]: *** [SciTEGTK.o] Error 1
--- ./scite/gtk/SciTEGTK.cxx~ 2006-03-10 15:36:17.000000000 +0000
+++ ./scite/gtk/SciTEGTK.cxx 2006-03-10 15:36:21.000000000 +0000
@@ -453,7 +453,7 @@
GtkWidget *pixmap_new(GtkWidget *window, gchar **xpm);
GtkWidget *AddToolButton(const char *text, int cmd, GtkWidget
*toolbar_icon);
void AddToolBar();
- SString SciTEGTK::TranslatePath(const char *path);
+ SString TranslatePath(const char *path);
void CreateTranslatedMenu(int n, SciTEItemFactoryEntry items[],
int nRepeats = 0, const char *prefix = 0, int
startNum = 0,
int startID = 0, const char *radioStart = 0);
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]