gdk-pixbuf fails to build, segmentation fault when creating loaders.cache file, nobody seems to know why.

2011-06-23 Thread Acoyani Garrido Sandoval
Hi all. I recently decided to install Gentoo on an Oracle VirtualBox VM, just to get the hang of how to set up a complete desktop system before installing it for real on my computer. However, when trying to install the GTK+ suite, that was when I hit a wall I haven't been able to overcome. When I

how to migrate theme from gtk+-2.0 to gtk+-3.0

2011-06-23 Thread sunil agrawal
In gtk+-2.0, I have created a pixman based theme. This theme will replace stock images and other widgets images which I mentioned in my gtkrc file. Now I want to migrate to gtk+-3.0. I tried to parse my gtkrc file but it did not work out. Is there any way to achieve the same theme in gtk+-3.0 ( usi

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 Patrick Welche
On Thu, Jun 23, 2011 at 08:52:49AM -0400, twu...@goodyear.com wrote: > 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

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: Can't find XK_Num_Lock when trying to compile gtk+3.0.10

2011-06-23 Thread Patrick Welche
GTK maintainers: OK for me to commit trivial patch? Cheers, Patrick On Thu, Jun 23, 2011 at 09:34:22AM -0400, twu...@goodyear.com wrote: > 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 >

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

2011-06-23 Thread prlw1
On Thu, Jun 23, 2011 at 09:38:50AM -0400, twu...@goodyear.com wrote: > 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 referen

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 Patrick Welche
On Thu, Jun 23, 2011 at 10:10:28AM -0400, twu...@goodyear.com wrote: > 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 > (0x2ba

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

about gtk client side accessibility

2011-06-23 Thread MANJUNATH BIRADAR
dear sir/madam i am trying very hard to find information for gtk client side accessibility but i got nothing,my questions are 1.i am developing gtk on windows xp sp3 2.i want to develop a gtk application from which i should be able to get information about others gtk application like title,descrip

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

2011-06-23 Thread Patrick Welche
On Thu, Jun 23, 2011 at 11:00:17AM -0400, twu...@goodyear.com wrote: > 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' Same sort of lark: p