Re: final gtk+maverick battles

2014-02-17 Thread Chris Angelico
On Mon, Feb 17, 2014 at 11:05 PM, Bric wrote: > FWIF: with this drive to keep upgrading, I just lost a critical hour of > sleep (I start new class material today and needed to be rested) because I > messed up the one and only thing you should NEVER mess up in your system: > network (wifi) connect

Re: How to locate the 'Gtk-WARNING' line number

2014-02-17 Thread David Marceau
On 02/17/2014 03:44 AM, Wiky wrote: > Hi,all. I'm currently writing a program based Gtk+-3.0. > When it runs, I get '(a.out:10874): Gtk-WARNING **: Failed to ...' in the > terminal. > I know the problem is about GtkLabel, but I really don't know which GtkLabel. > Is there a way to locate the line

Re: final gtk+maverick battles

2014-02-17 Thread Bric
On 02/17/2014 04:30 AM, Bric wrote: On 02/16/2014 10:24 PM, Michael Torrie wrote: On 02/16/2014 04:30 AM, Bric wrote: Nonetheless, I run ./configure in gtk+ git, and I am still getting unmet dependencies: configure: error: Package requirements (glib-2.0 >= 2.39.5atk >= 2.7.5pango >= 1

Re: How to locate the 'Gtk-WARNING' line number

2014-02-17 Thread David Nečas
On Mon, Feb 17, 2014 at 04:44:53PM +0800, Wiky wrote: > Hi,all. I'm currently writing a program based Gtk+-3.0. > When it runs, I get '(a.out:10874): Gtk-WARNING **: Failed to ...' in the > terminal. > I know the problem is about GtkLabel, but I really don't know which GtkLabel. > Is there a way

Fwd: Re: How to locate the 'Gtk-WARNING' line number

2014-02-17 Thread Sandro Mani
On 17.02.2014 10:36, Marco Scannadinari wrote: On Mon, 2014-02-17 at 16:44 +0800, Wiky wrote: Hi,all. I'm currently writing a program based Gtk+-3.0. When it runs, I get '(a.out:10874): Gtk-WARNING **: Failed to ...' in the terminal. I know the problem is about GtkLabel, but I really don't k

Re: How to locate the 'Gtk-WARNING' line number

2014-02-17 Thread Marco Scannadinari
On Mon, 2014-02-17 at 16:44 +0800, Wiky wrote: > Hi,all. I'm currently writing a program based Gtk+-3.0. > When it runs, I get '(a.out:10874): Gtk-WARNING **: Failed to ...' in the > terminal. > I know the problem is about GtkLabel, but I really don't know which GtkLabel. > Is there a way to loca

Re: final gtk+maverick battles

2014-02-17 Thread Bric
On 02/16/2014 10:24 PM, Michael Torrie wrote: On 02/16/2014 04:30 AM, Bric wrote: Nonetheless, I run ./configure in gtk+ git, and I am still getting unmet dependencies: configure: error: Package requirements (glib-2.0 >= 2.39.5atk >= 2.7.5pango >= 1.32.4cairo >= 1.12.0 cairo-gobject

How to locate the 'Gtk-WARNING' line number

2014-02-17 Thread Wiky
Hi,all. I'm currently writing a program based Gtk+-3.0. When it runs, I get '(a.out:10874): Gtk-WARNING **: Failed to ...' in the terminal. I know the problem is about GtkLabel, but I really don't know which GtkLabel. Is there a way to locate the line numer that give the warning? Sorry for my en