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 632872 - Cannot build devhelp - Replace GDK_<keyname> with GDK_KEY_<keyname>
Cannot build devhelp - Replace GDK_<keyname> with GDK_KEY_<keyname>
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-22 09:52 UTC by Olav Vitters
Modified: 2010-10-30 01:09 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Olav Vitters 2010-10-22 09:52:36 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/
Comment 1 Olav Vitters 2010-10-22 09:55:05 UTC
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)
Comment 2 Olav Vitters 2010-10-22 10:00:34 UTC
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)
Comment 4 Javier Jardón (IRC: jjardon) 2010-10-30 01:09:46 UTC
This is already fixed in master