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 344695 - cvs build error -- can't find gdkx.h
cvs build error -- can't find gdkx.h
Status: RESOLVED FIXED
Product: gnopernicus
Classification: Deprecated
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Adi Dascal
Adi Dascal
Depends on:
Blocks:
 
 
Reported: 2006-06-12 19:32 UTC by Elijah Newren
Modified: 2006-06-21 03:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the build (596 bytes, patch)
2006-06-12 19:41 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-06-12 19:32:48 UTC
I'm getting the following:

libke.c:30:23: gdk/gdkx.h: No such file or directory
libke.c: In function `ke_get_keycode_from_keysym':
libke.c:411: warning: assignment makes pointer from integer without a cast
libke.c: In function `ke_get_key_index_for_keycode':
libke.c:431: warning: assignment makes pointer from integer without a cast
make[3]: *** [libke.lo] Error 1
make[3]: Leaving directory `/floss/building/gnome/gnopernicus/kbd_mouse/libke'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/floss/building/gnome/gnopernicus/kbd_mouse'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/floss/building/gnome/gnopernicus'
make: *** [all] Error 2
Comment 1 Elijah Newren 2006-06-12 19:41:56 UTC
Created attachment 67210 [details] [review]
Fix the build
Comment 2 Brent Smith (smitten) 2006-06-20 03:54:44 UTC
works here.
Comment 3 Brent Smith (smitten) 2006-06-21 02:38:06 UTC
Invoking build sheriff privileges.

2006-06-20  Brent Smith  <gnome@nextreality.net>

        * configure.in: add GTK+ to PKG_CHECK_MODULES so the include path for
        GTK is specified in the cflags; patch from Elijah Newren, fixes #344695
Comment 4 Elijah Newren 2006-06-21 03:27:20 UTC
;-)