[Gambas-user] svn build problem 6035

wally wally at ...2037...
Mon Dec 30 13:30:51 CET 2013


On Monday 30 December 2013 12:43:35 Benoît Minisini wrote:
> Le 30/12/2013 12:31, wally a écrit :
> > On Monday 30 December 2013 10:40:29 Benoît Minisini wrote:
> >> Le 30/12/2013 08:59, wally a écrit :
> >>> Hi,
> >>> 
> >>> anubody else has this problem ?
> >>> If necessary i can send better logs.
> >>> Hope this is sufficient for a first view.
> >>> 
> >>> 
> >>> At revision 6035.
> >> 
> >> What's your GTK+3 version ?
> > 
> > 3.10.4-12.1
> 
> Fixed in revision #6037.
> 
> Regards,


Problem persists in 6037:

make clean
reconf-all
configure -C
make


In file included from /usr/include/gtk-3.0/gdk/gdk.h:33:0,
                 from widgets.h:27,
                 from gtools.cpp:24:
/usr/include/gtk-3.0/gdk/gdkcairo.h:70:19: note: declared here
 cairo_surface_t * gdk_cairo_surface_create_from_pixbuf      (const GdkPixbuf 
*pixbuf,
                   ^
gtools.cpp: In function 'GtkStyle* get_style(const char*, int)':
gtools.cpp:2011:17: warning: 'GtkStyle* 
gtk_rc_get_style_by_paths(GtkSettings*, const char*, const char*, GType)' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:155): Use 
'GtkStyleContext' instead [-Wdeprecated-declarations]
  GtkStyle* st = gtk_rc_get_style_by_paths(set, NULL, name, type);
                 ^
gtools.cpp:2011:64: warning: 'GtkStyle* 
gtk_rc_get_style_by_paths(GtkSettings*, const char*, const char*, GType)' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:155): Use 
'GtkStyleContext' instead [-Wdeprecated-declarations]
  GtkStyle* st = gtk_rc_get_style_by_paths(set, NULL, name, type);
                                                                ^
gtools.cpp:2012:16: warning: 'GtkStyle* gtk_widget_get_default_style()' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:704): 
Use 'gtk_style_context_new' instead [-Wdeprecated-declarations]
  if (!st) st = gtk_widget_get_default_style();
                ^
gtools.cpp:2012:45: warning: 'GtkStyle* gtk_widget_get_default_style()' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:704): 
Use 'gtk_style_context_new' instead [-Wdeprecated-declarations]
  if (!st) st = gtk_widget_get_default_style();
                                             ^
gtools.cpp: In function 'GtkStyle* get_widget_style(const char*)':
gtools.cpp:2019:17: warning: 'GtkStyle* 
gtk_rc_get_style_by_paths(GtkSettings*, const char*, const char*, GType)' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:155): Use 
'GtkStyleContext' instead [-Wdeprecated-declarations]
  GtkStyle* st = gtk_rc_get_style_by_paths(set, name, NULL, G_TYPE_NONE);
                 ^
gtools.cpp:2019:71: warning: 'GtkStyle* 
gtk_rc_get_style_by_paths(GtkSettings*, const char*, const char*, GType)' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:155): Use 
'GtkStyleContext' instead [-Wdeprecated-declarations]
  GtkStyle* st = gtk_rc_get_style_by_paths(set, name, NULL, G_TYPE_NONE);
                                                                       ^
gtools.cpp:2020:16: warning: 'GtkStyle* gtk_widget_get_default_style()' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:704): 
Use 'gtk_style_context_new' instead [-Wdeprecated-declarations]
  if (!st) st = gtk_widget_get_default_style();
                ^
gtools.cpp:2020:45: warning: 'GtkStyle* gtk_widget_get_default_style()' is 
deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:704): 
Use 'gtk_style_context_new' instead [-Wdeprecated-declarations]
  if (!st) st = gtk_widget_get_default_style();
                                             ^
make[4]: *** [gb_gtk3_la-gtools.lo] Error 1
make[4]: Leaving directory 
`/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.gtk3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.gtk3'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.gtk3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/op/WORK/Programming/gambas/gambas3_svn/trunk'
make: *** [all] Error 2





More information about the User mailing list