GNOME Bugzilla – Bug 344695
cvs build error -- can't find gdkx.h
Last modified: 2006-06-21 03:27:20 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
Created attachment 67210 [details] [review] Fix the build
works here.
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
;-)