GNOME Bugzilla – Bug 632872
Cannot build devhelp - Replace GDK_<keyname> with GDK_KEY_<keyname>
Last modified: 2010-10-30 01:09:46 UTC
*** Building devhelp *** [1/1] make -s Making all in po Making all in src GEN dh-marshal.h GEN dh-marshal.c GEN dh-enum-types.h GEN dh-enum-types.c CC libdevhelp_3_la-dh-marshal.lo CC libdevhelp_3_la-dh-enum-types.lo CC libdevhelp_3_la-dh-assistant.lo dh-assistant.c: In function 'assistant_key_press_event_cb': dh-assistant.c:49:30: error: 'GDK_Escape' undeclared (first use in this function) dh-assistant.c:49:30: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [libdevhelp_3_la-dh-assistant.lo] Error 1 Patch is easy s/GDK_Escape/GDK_KEY_Escape/
and more: CC libdevhelp_3_la-dh-search.lo dh-search.c: In function 'search_entry_key_press_event_cb': dh-search.c:224:30: error: 'GDK_Tab' undeclared (first use in this function) dh-search.c:224:30: note: each undeclared identifier is reported only once for each function it appears in dh-search.c:234:30: error: 'GDK_Return' undeclared (first use in this function) dh-search.c:235:30: error: 'GDK_KP_Enter' undeclared (first use in this function)
and even more: CC libdevhelp_3_la-eggfindbar.lo eggfindbar.c: In function 'egg_find_bar_class_init': eggfindbar.c:187:46: error: 'GDK_Up' undeclared (first use in this function) eggfindbar.c:187:46: note: each undeclared identifier is reported only once for each function it appears in eggfindbar.c:190:46: error: 'GDK_Down' undeclared (first use in this function) eggfindbar.c:193:46: error: 'GDK_Page_Up' undeclared (first use in this function) eggfindbar.c:196:46: error: 'GDK_KP_Page_Up' undeclared (first use in this function) eggfindbar.c:199:46: error: 'GDK_Page_Down' undeclared (first use in this function) eggfindbar.c:202:46: error: 'GDK_KP_Page_Down' undeclared (first use in this function)
See http://library.gnome.org/devel/gtk/unstable/gtk-migrating-2-to-3.html#id1356422
This is already fixed in master