! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfwm4 depends on GTK 2.14
Status:
RESOLVED: FIXED

Comments

Description David Gustafsson 2009-01-25 20:39:30 CET
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
Comment 1 Olivier Fourdan editbugs 2009-01-25 21:01:02 CET
Yes, well spotted!

Fixed in rev. 29352.
Comment 2 Nick Schermer editbugs 2009-01-25 21:22:27 CET
Whoops..
Comment 3 David Gustafsson 2009-01-25 21:53:01 CET
Whoops again :). It shouldn't be GLIB_CHECK_VERSION (2,14,0) but GTK_CHECK_VERSION
(2,14,0).
Comment 4 Olivier Fourdan editbugs 2009-01-25 23:16:01 CET
yes, rwooops :(

rev. 29365.

Bug #4855

Reported by:
David Gustafsson
Reported on: 2009-01-25
Last modified on: 2009-07-14

People

Assignee:
Olivier Fourdan
CC List:
1 user

Version

Attachments

Additional information