Changes between Initial Version and Version 1 of Ticket #24959
- Timestamp:
- May 20, 2010, 2:58:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24959
- Property Keywords haspatch added
-
Ticket #24959 – Description
initial v1 1 1 vte 21.5 fails to build due to deprecation of some flags in GTK+ (like GTK_WIDGET_DRAWABLE) 2 2 3 http://mail.gnome.org/archives/commits-list/2010-March/msg00014.html 3 [http://mail.gnome.org/archives/commits-list/2010-March/msg00014.html] 4 4 5 5 updating the vte version to 0.25.1 solves the issue. … … 8 8 The error message for reference: 9 9 10 {{{ 10 11 ---> Computing dependencies for vte 11 12 ---> Building vte … … 13 14 Command output: vteaccess.c: In function 'vte_terminal_accessible_visibility_notify': 14 15 vteaccess.c:747: error: implicit declaration of function 'GTK_WIDGET_VISIBLE' 16 }}}