[Gambas-user] Gambas 1.9.11 on Suse 9.1

Eilert eilert-sprachen at ...221...
Thu Jul 7 12:42:23 CEST 2005


Laurent Carlier schrieb:
> Eilert a écrit :
> 
>>Hi all,
>>
>>is somewhere here with a Suse 9.1 who knows how to get the new Gambas
>>1.9.11 running?
>>
>>When I try to compile, it stops at the point with the GTK widgets
>>(that's my guess). So I tried to install some GTK stuff, but the same
>>happened again.
>>
>>Any ideas?
>>
>>Rolf
>>
> 
> 
> What is the error ?
> 

That was the question I was afraid of :-)

Here is the error part in the make process:

In file included from gfont.cpp:28:
widgets.h:490: warning: `class gControl' has virtual functions but 
non-virtual
    destructor
widgets.h:620: warning: `class gPlugin' has virtual functions but 
non-virtual
    destructor
widgets.h:640: warning: `class gProgressBar' has virtual functions but
    non-virtual destructor
widgets.h:657: warning: `class gLabel' has virtual functions but non-virtual
    destructor
widgets.h:674: warning: `class gTextLabel' has virtual functions but
    non-virtual destructor
widgets.h:683: warning: `class gButton' has virtual functions but 
non-virtual
    destructor
widgets.h:726: warning: `class gMovieBox' has virtual functions but 
non-virtual
    destructor
widgets.h:754: warning: `class gPictureBox' has virtual functions but
    non-virtual destructor
widgets.h:780: warning: `class gColumnView' has virtual functions but
    non-virtual destructor
widgets.h:823: warning: `class gListView' has virtual functions but 
non-virtual
    destructor
widgets.h:859: warning: `class gListBox' has virtual functions but 
non-virtual
    destructor
widgets.h:898: warning: `class gSpinBox' has virtual functions but 
non-virtual
    destructor
widgets.h:925: warning: `class gComboBox' has virtual functions but 
non-virtual
    destructor
widgets.h:961: warning: `class gTextBox' has virtual functions but 
non-virtual
    destructor
widgets.h:1003: warning: `class gTextArea' has virtual functions but
    non-virtual destructor
widgets.h:1052: warning: `class gSlider' has virtual functions but 
non-virtual
    destructor
widgets.h:1088: warning: `class gScrollBar' has virtual functions but
    non-virtual destructor
widgets.h:1098: warning: `class gContainer' has virtual functions but
    non-virtual destructor
widgets.h:1134: warning: `class gScrollView' has virtual functions but
    non-virtual destructor
widgets.h:1170: warning: `class gDrawingArea' has virtual functions but
    non-virtual destructor
widgets.h:1196: warning: `class gTabStrip' has virtual functions but
    non-virtual destructor
widgets.h:1220: warning: `class gFrame' has virtual functions but 
non-virtual
    destructor
widgets.h:1288: warning: `class gMainWindow' has virtual functions but
    non-virtual destructor
gfont.cpp: In function `void gfont_parseString(char**, char*)':
gfont.cpp:46: error: `g_strsplit_set' undeclared (first use this function)
gfont.cpp:46: error: (Each undeclared identifier is reported only once 
for each
    function it appears in.)
gfont.cpp: In member function `void gFont::setSize(double)':
gfont.cpp:275: warning: passing `double' for argument passing 2 of `void
    pango_font_description_set_size(PangoFontDescription*, int)'
gfont.cpp:275: warning: argument to `int' from `double'
gfont.cpp: In member function `bool gFont::fixed()':
gfont.cpp:339: error: `pango_font_family_is_monospace' undeclared (first use
    this function)
make[4]: *** [gfont.lo] Fehler 1
make[4]: Leaving directory 
`/home/tester/Downloads/gambas2/gambas1911/gambas2-1.9.11/gb.gtk/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory 
`/home/tester/Downloads/gambas2/gambas1911/gambas2-1.9.11/gb.gtk'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory 
`/home/tester/Downloads/gambas2/gambas1911/gambas2-1.9.11/gb.gtk'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory 
`/home/tester/Downloads/gambas2/gambas1911/gambas2-1.9.11'
make: *** [all] Fehler 2





More information about the User mailing list