Changes between Initial Version and Version 1 of Ticket #24959


Ignore:
Timestamp:
May 20, 2010, 2:58:15 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

A unified diff is preferred over a complete profile so that we can easily see the changes you made.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24959

    • Property Keywords haspatch added
  • Ticket #24959 – Description

    initial v1  
    11vte 21.5 fails to build due to deprecation of some flags in GTK+ (like GTK_WIDGET_DRAWABLE)
    22
    3 http://mail.gnome.org/archives/commits-list/2010-March/msg00014.html
     3[http://mail.gnome.org/archives/commits-list/2010-March/msg00014.html]
    44
    55updating the vte version to 0.25.1 solves the issue.
     
    88The error message for reference:
    99
     10{{{
    1011--->  Computing dependencies for vte
    1112--->  Building vte
     
    1314Command output: vteaccess.c: In function 'vte_terminal_accessible_visibility_notify':
    1415vteaccess.c:747: error: implicit declaration of function 'GTK_WIDGET_VISIBLE'
     16}}}