GNOME Bugzilla – Bug 586126
Build fails with gcc 4.4 and gtk+ 2.17.2
Last modified: 2009-06-22 13:26:51 UTC
I have this build failure: recentinfo.cc: In member function 'bool Gtk::RecentInfo::get_application_info(const Glib::ustring&, Glib::StringArrayHandle&, guint&, time_t&) const': recentinfo.cc:192: error: invalid conversion from 'gchar**' to 'const gchar**' recentinfo.cc:192: error: initializing argument 3 of 'gboolean gtk_recent_info_get_application_info(GtkRecentInfo*, const gchar*, const gchar**, guint*, time_t*)' Note that gtk+ commit 362127c33c16b8626d4a4b8925bfb7b03bee0b6b does: gtk_recent_info_get_application_info (GtkRecentInfo *info, const gchar *app_name, - gchar **app_exec, + const gchar **app_exec, guint *count, time_t *time_)
*** Bug 586254 has been marked as a duplicate of this bug. ***
This is just a change in the GTK+ API in GTK+ 2.17. I have committed a fix in gtkmm's master branch in git.