xfwm4 needs GTK 2.14 to compile. Compilation fails with the error below: xfwm4-settings.c:1205: undefined reference to `gtk_selection_data_get_data' The documentation[1] says gtk_selection_data_get_data was added in version 2.14 of GTK and according to the wiki[2] Xfce 4.6 should depend on GTK 2.10. [1] = http://library.gnome.org/devel/gtk/stable/gtk-Selections.html#gtk-selection-data-get-data [2] = http://wiki.xfce.org/releng/4.6/roadmap
Yes, well spotted! Fixed in rev. 29352.
Whoops..
Whoops again :). It shouldn't be GLIB_CHECK_VERSION (2,14,0) but GTK_CHECK_VERSION (2,14,0).
yes, rwooops :( rev. 29365.