GNOME Bugzilla – Bug 664556
[PATCH] 2.2.0 fails to build (snippets plugin)
Last modified: 2013-02-05 21:44:15 UTC
Created attachment 201920 [details] [review] Fix version check for gtk_tree_path_get_indices_with_depth bluefish 2.2.0 fails to build with gtk+ 2.22 as snippetsmenu.c includes a local static version of gtk_tree_path_get_indices_with_depth if the gtk version is less than 2.24 but that function is actually available from gtk 2.22, so builds using that version (e.g. on Fedora 14) fail with an error about the static declaration following an external declaration. Attached patch changes the version check to 2.22, which fixes the problem.
thanks, fixed in revision 7006. I'll try to do a quick 2.2.1 release with a couple of small fixes