FS#39417 - [mp3splt-gtk] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Friday, 14 March 2014, 15:21 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Friday, 24 October 2014, 19:15 GMT
Opened by Joel Teichroeb (klusark) - Friday, 14 March 2014, 15:21 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Friday, 24 October 2014, 19:15 GMT
|
Details
Description:
splitpoints_window.c:1877:36: error: 'GTK_STOCK_GO_DOWN' undeclared (first use in this function) image = gtk_image_new_from_stock(GTK_STOCK_GO_DOWN, GTK_ICON_SIZE_MENU); ^ splitpoints_window.c: In function 'create_columns': splitpoints_window.c:1992:42: error: 'GTK_STOCK_MEDIA_PLAY' undeclared (first use in this function) g_object_set(renderer_pix, "stock-id", GTK_STOCK_MEDIA_PLAY, ^ main_window.c:916:3: warning: passing argument 2 of 'gtk_box_pack_start' makes pointer from integer without a cast [enabled by default] gtk_box_pack_start(GTK_BOX(menu_box), gtk_ui_manager_get_widget(uim, "/MenuBar"), FALSE, FALSE, 0); ^ In file included from /usr/include/gtk-3.0/gtk/gtkappchooserwidget.h:32:0, from /usr/include/gtk-3.0/gtk/gtk.h:41, from external_includes.h:76, from all_includes.h:36, from main_window.h:43, from main_window.c:41: /usr/include/gtk-3.0/gtk/gtkbox.h:78:13: note: expected 'struct GtkWidget *' but argument is of type 'int' void gtk_box_pack_start (GtkBox *box, ^ main_window.c: In function 'create_main_vbox': main_window.c:998:51: error: 'GTK_STOCK_APPLY' undeclared (first use in this function) GtkWidget *split_button = wh_create_cool_button(GTK_STOCK_APPLY,_("Split !"), FALSE); ^ main_window.c:998:3: warning: passing argument 1 of 'wh_create_cool_button' from incompatible pointer type [enabled by default] GtkWidget *split_button = wh_create_cool_button(GTK_STOCK_APPLY,_("Split !"), FALSE); ^ In file included from all_includes.h:45:0, from main_window.h:43, from main_window.c:41: widgets_helper.h:88:12: note: expected 'gchar *' but argument is of type 'const int *' GtkWidget *wh_create_cool_button(gchar *stock_id, gchar *label_text, ^ main_window.c:1010:3: warning: passing argument 1 of 'wh_create_cool_label' from incompatible pointer type [enabled by default] GtkWidget *notebook_label = wh_create_cool_label(GTK_STOCK_APPLY, _("Manual single file split")); ^ In file included from all_includes.h:45:0, from main_window.h:43, from main_window.c:41: widgets_helper.h:90:12: note: expected 'gchar *' but argument is of type 'const int *' GtkWidget *wh_create_cool_label(gchar *stock_id, gchar *label_text); ^ main_window.c:1028:41: error: 'GTK_STOCK_EXECUTE' undeclared (first use in this function) notebook_label = wh_create_cool_label(GTK_STOCK_EXECUTE, _("Batch & automatic split")); ^ main_window.c:1028:3: warning: passing argument 1 of 'wh_create_cool_label' from incompatible pointer type [enabled by default] notebook_label = wh_create_cool_label(GTK_STOCK_EXECUTE, _("Batch & automatic split")); ^ In file included from all_includes.h:45:0, from main_window.h:43, from main_window.c:41: widgets_helper.h:90:12: note: expected 'gchar *' but argument is of type 'const int *' GtkWidget *wh_create_cool_label(gchar *stock_id, gchar *label_text); ^ main_window.c:1048:52: error: 'GTK_STOCK_STOP' undeclared (first use in this function) GtkWidget *cancel_button = wh_create_cool_button(GTK_STOCK_STOP, _("S_top"), FALSE); ^ main_window.c:1048:3: warning: passing argument 1 of 'wh_create_cool_button' from incompatible pointer type [enabled by default] GtkWidget *cancel_button = wh_create_cool_button(GTK_STOCK_STOP, _("S_top"), FALSE); ^ In file included from all_includes.h:45:0, from main_window.h:43, from main_window.c:41: widgets_helper.h:88:12: note: expected 'gchar *' but argument is of type 'const int *' GtkWidget *wh_create_cool_button(gchar *stock_id, gchar *label_text, ^ Makefile:570: recipe for target 'main_window.o' failed make[2]: *** [main_window.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Makefile:570: recipe for target 'splitpoints_window.o' failed make[2]: *** [splitpoints_window.o] Error 1 make[2]: Leaving directory '/build/mp3splt-gtk/src/mp3splt-gtk-0.9/src' Makefile:514: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/mp3splt-gtk/src/mp3splt-gtk-0.9' Makefile:424: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Friday, 24 October 2014, 19:15 GMT
Reason for closing: Works for me
Friday, 24 October 2014, 19:15 GMT
Reason for closing: Works for me