GNOME Bugzilla – Bug 630243
Replace GDK_<keyname> with GDK_KEY_<keyname>
Last modified: 2010-09-21 11:13:28 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
Argh, dup to then. Sorry for the noise. *** This bug has been marked as a duplicate of bug 630107 ***