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 630243 - Replace GDK_<keyname> with GDK_KEY_<keyname>
Replace GDK_<keyname> with GDK_KEY_<keyname>
Status: RESOLVED DUPLICATE of bug 630107
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-21 10:56 UTC by André Klapper
Modified: 2010-09-21 11:13 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description André Klapper 2010-09-21 10:56:15 UTC
Trying to jhbuild empathy linking against gtk master (2.90), I get


make[3]: Entering directory `/home/andre/svn-gnome/empathy/libempathy-gtk'
empathy-chat.c: In function ‘chat_input_key_press_event_cb’:
empathy-chat.c:1486: error: ‘GDK_Up’ undeclared (first use in this function)
empathy-chat.c:1486: error: (Each undeclared identifier is reported only once
empathy-chat.c:1486: error: for each function it appears in.)
empathy-chat.c:1487: error: ‘GDK_Down’ undeclared (first use in this function)
empathy-chat.c:1512: error: ‘GDK_Return’ undeclared (first use in this function)
empathy-chat.c:1512: error: ‘GDK_ISO_Enter’ undeclared (first use in this function)
empathy-chat.c:1512: error: ‘GDK_KP_Enter’ undeclared (first use in this function)
empathy-chat.c:1540: error: ‘GDK_Page_Up’ undeclared (first use in this function)
empathy-chat.c:1546: error: ‘GDK_Page_Down’ undeclared (first use in this function)
empathy-chat.c:1553: error: ‘GDK_Escape’ undeclared (first use in this function)
empathy-chat.c:1557: error: ‘GDK_Tab’ undeclared (first use in this function)

See http://library.gnome.org/devel/gtk/unstable/gtk-migrating-2-to-3.html#id1356422
Comment 1 André Klapper 2010-09-21 11:13:28 UTC
Argh, dup to then. Sorry for the noise.

*** This bug has been marked as a duplicate of bug 630107 ***