Can't find XK_Num_Lock when trying to compile gtk+3.0.10

2011-06-23 Thread twurgl
I am on SuSE 10.1 and believe I have all the prerequisite packages installed, yet I get: CC gdkkeys-x11.lo gdkkeys-x11.c: In function 'get_xkb': gdkkeys-x11.c:235: error: 'XK_Num_Lock' undeclared (first use in this function) gdkkeys-x11.c:235: error: (Each undeclared identifier is reported

Re: Can't find XK_Num_Lock when trying to compile gtk+3.0.10

2011-06-23 Thread twurgl
Perfect!It built the gdkkeys-x11.c and compiling went a lot further, but I've hit another error. I'll ask about that in a new note to the list thanks again! tom From: Patrick Welche To: twu...@goodyear.com Cc: gtk-list@gnome.org Date: 06/23/2011 09:17 AM Subject:Re

gtk+-3.0.10: undefined reference to `XCompositeReleaseOverlayWindow'

2011-06-23 Thread twurgl
I am building GTK+ 3.0.10 on a SuSE 10.1 Linux box I am getting the following error: Making all in tests make[4]: Entering directory `/u/rds4020/t901353/src/gtk+-3.0.10/gdk/tests' CC gdk-color.o CCLD gdk-color ../../gdk/.libs/libgdk-3.so: undefined reference to `XCompositeReleaseOverla

Re: gtk+-3.0.10: undefined reference to `XCompositeReleaseOverlayWindow'

2011-06-23 Thread twurgl
I looked at the configure output and there was nothing good or bad relating to composite. here is the line from "ldd .libs/libgdk-3.so" libXcomposite.so.1 => /usr/X11R6/lib64/libXcomposite.so.1 (0x2ba184a2a000) but I had another response indicating that this should be defined in:

Re: gtk+-3.0.10: undefined reference to `XCompositeReleaseOverlayWindow'

2011-06-23 Thread twurgl
I reconfigured with --disable-xcomposite and got MUCH further in the compile, but now hit: CCLD gtk-query-immodules-3.0 ./.libs/libgtk-3.so: undefined reference to `pango_cairo_show_glyph_item' collect2: ld returned 1 exit status make[4]: *** [gtk-query-immodules-3.0] Error 1 make[4]: Leaving