After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664556 - [PATCH] 2.2.0 fails to build (snippets plugin)
[PATCH] 2.2.0 fails to build (snippets plugin)
Status: RESOLVED FIXED
Product: bluefish
Classification: Other
Component: snippets plugin
development (SVN TRUNK)
Other Linux
: Normal normal
: 2.2.4
Assigned To: Bluefish Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-22 12:10 UTC by Paul Howarth
Modified: 2013-02-05 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix version check for gtk_tree_path_get_indices_with_depth (432 bytes, patch)
2011-11-22 12:10 UTC, Paul Howarth
none Details | Review

Description Paul Howarth 2011-11-22 12:10:17 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.
Comment 1 Olivier Sessink 2011-11-22 20:29:14 UTC
thanks,

fixed in revision 7006.

I'll try to do a quick 2.2.1 release with a couple of small fixes