[Gambas-user] svn build problem 6035

wally wally at ...2037...
Mon Dec 30 08:59:34 CET 2013


Hi,

anubody else has this problem ?
If necessary i can send better logs.
Hope this is sufficient for a first view.


At revision 6035.

make[4]: Entering directory 
`/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.gtk3/src'
  CXX      gb_gtk3_la-gmemory.lo
  CXX      gb_gtk3_la-font-parser.lo
  CXX      gb_gtk3_la-gtools.lo
gtools.cpp: In function 'gColor get_gdk_fg_color(GtkWidget*, bool)':
gtools.cpp:161: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);
     ^
gtools.cpp:161:29: 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);
                             ^
gtools.cpp: In function 'gColor get_gdk_bg_color(GtkWidget*, bool)':
gtools.cpp:178: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); 
     ^
gtools.cpp:178:29: 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); 
                             ^
gtools.cpp: In function 'gColor get_gdk_text_color(GtkWidget*, bool)':
gtools.cpp:195: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); 
     ^
gtools.cpp:195:29: 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); 
                             ^
gtools.cpp: In function 'gColor get_gdk_base_color(GtkWidget*, bool)':
gtools.cpp:212: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);
     ^
gtools.cpp:212:29: 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);
                             ^
gtools.cpp: In function 'void gt_cairo_draw_pixbuf(cairo_t*, GdkPixbuf*, float, 
float, float, float, float, GB_RECT*)':
gtools.cpp:1885:55: error: 'gdk_cairo_create_surface_from_pixbuf' was not 
declared in this scope
   surface = gt_cairo_create_surface_from_pixbuf(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