cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #05470
[Bug 1212973] [NEW] build error with gtk >= 3.9.8
Public bug reported:
In gtk+ >= 3.9.8, GtkStock apis was deprecated. See here:
https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
So building cairo-dock-core will failed with:
Help/src/applet-tips-dialog.c:321:39: error: 'GTK_STOCK_GO_FORWARD' undeclared (first use in this function)
const gchar *cButtons[] = {"cancel", GTK_STOCK_GO_FORWARD"-rtl", GTK_STOCK_GO_FORWARD"-ltr", NULL};
Please update codebase of cairo-dock so that it could be built with
recent gtk+. Thanks.
** Affects: cairo-dock-core
Importance: Undecided
Status: New
** Summary changed:
- build error with gtk >= 3.9.6
+ build error with gtk >= 3.9.8
--
You received this bug notification because you are a member of Cairo-
Dock Devs, which is subscribed to Cairo-Dock Core.
https://bugs.launchpad.net/bugs/1212973
Title:
build error with gtk >= 3.9.8
Status in Cairo-Dock : Core:
New
Bug description:
In gtk+ >= 3.9.8, GtkStock apis was deprecated. See here:
https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
So building cairo-dock-core will failed with:
Help/src/applet-tips-dialog.c:321:39: error: 'GTK_STOCK_GO_FORWARD' undeclared (first use in this function)
const gchar *cButtons[] = {"cancel", GTK_STOCK_GO_FORWARD"-rtl", GTK_STOCK_GO_FORWARD"-ltr", NULL};
Please update codebase of cairo-dock so that it could be built with
recent gtk+. Thanks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1212973/+subscriptions
Follow ups
References