[Gambas-user] Release of Gambas 3.7, error in build

Benoît Minisini gambas at ...1...
Sun Mar 15 02:08:50 CET 2015


Le 15/03/2015 00:41, Lewis Balentine a écrit :
>
> Benoit,
> I do not know if this will be helpful but regarding the warnings/errors:
> Please see attached archive file for the make logs as well as the errors
> captured from the console.
>
> For "make" they were typically warnings about depreciated calls for GTK.

I know. GTK+3 tells when some API is deprecated, but often don't explain 
how to replace it!

> -----------make example------------
> gtools.cpp: In function 'gColor get_gdk_bg_color(GtkWidget*, bool)':
> gtools.cpp:179:5: warning: 'GtkStyle* gtk_widget_get_style(GtkWidget*)'
> is deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use
> 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
>    st=gtk_widget_get_style(wid);
>       ^
>
> For "make install" they were typically errors about missing
> "libdumb.so.1" file.

No idea what that is...

> -----------make install example------------
> make  install-data-hook
> make[4]: Entering directory
> `/home/gbuilder/Documents/Build/gambas3-3.7.0/gb.openal/src'
> Installing the gb.openal control icons if needed...
> Creating the information files for gb.openal component...
> Error loading libdumb.so.1: libdumb.so.1: cannot open shared object
> file: No such file or directory
>
> For "make install" they were typically errors about GTK_IS_WIDGET.

??

> -----------run time error example------------
> (gbr3:1151): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion
> 'GTK_IS_WIDGET (widget)' failed

This is a runtime error, not an error during the installation... And 
this may come from the Mint GTK+ widget style.

Regards,

-- 
Benoît Minisini




More information about the User mailing list