Re: [gdk-pixbuf] Install error

2012-09-18 Thread jagat sharma
Hi Jeff, you can try below configure option . It might be solve your problem. ./configure \ --with-included-loaders=gif,png,xpm,bmp,jpeg,tiff,tga \ --x-includes=$PREFIX_DIR/include \ --x-libraries=$PREFIX_DIR/lib On Tue, Sep 18, 2012 at 12:02 PM, wrote: > > > Hi, > > this mail is from Jeff .

GTK window positioning

2012-09-18 Thread David Buchan
It just occurred to me that maybe I should be sending to the gtk-list mailing list instead (more active). Pls see below... - Forwarded Message - From: David Buchan To: gtk-app-devel-list list Sent: Tuesday, September 18, 2012 9:05 PM Subject: GTK window positioning Hi, I've made a

Re: [gdk-pixbuf] Install error

2012-09-18 Thread Jasper St. Pierre
Most utilities in the GTK+ stack find their dependencies by pkg-config. Make sure you're setting PKG_CONFIG_PATH to include where the .pc files were installed in your home directory. On Tue, Sep 18, 2012 at 2:32 AM, wrote: > > > Hi, > > this mail is from Jeff .I need your professional help. The

[gdk-pixbuf] Install error

2012-09-18 Thread zhang . heng16
Hi, this mail is from Jeff .I need your professional help. The below is my problem―― I tried to install gdk-pixbuf-2.26.3 using the command of './configure --prefix=/home/hengheng --with-libtiff=/home/hengheng',But it showed errors like this: checking for an ANSI C-conforming const... yes check

Re: Gtk3 Frame does not show

2012-09-18 Thread Emmanuele Bassi
hi; On 18 September 2012 08:10, Christian Gorba wrote: > Hi, I'm relatively new to Gtk and I'm having issues with the GtkFrame > Widget. it's a themeing issue: borders around frames have been deprecated since the early days of the 2.x HIG, and the new Adwaita theme enforces this visual style. i

Re: Gtk3 Frame does not show

2012-09-18 Thread jcupitt
On 18 September 2012 08:10, Christian Gorba wrote: > Hi, I'm relatively new to Gtk and I'm having issues with the GtkFrame > Widget. > I have a simple test program (see below) that's supposed to display a frame. > If compiled with Gtk2 the frame shows up nicely. The same code compiled > with Gtk3.

Gtk3 Frame does not show

2012-09-18 Thread Christian Gorba
Hi, I'm relatively new to Gtk and I'm having issues with the GtkFrame Widget. I have a simple test program (see below) that's supposed to display a frame. If compiled with Gtk2 the frame shows up nicely. The same code compiled with Gtk3.2/.4 produces no frame at all. Is that a bug in Gtk? Any ide