Re: [UPDATE] app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
On Sun, 20 Jun 2010 14:08:44 +1000 Mick wrote: > I've been working on my project for several weeks, using anjuta, > incrementally building it as I go. > > Last wednesday, immeadetely before shutting down for the day I did a > clean -> build -> install ->test that completed successfully (as far >

[UPDATE] app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
I've been working on my project for several weeks, using anjuta, incrementally building it as I go. Last wednesday, immeadetely before shutting down for the day I did a clean -> build -> install ->test that completed successfully (as far as incomplete code can). On friday I started up anjuta and

Re: app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
Date: Sun, 20 Jun 2010 10:44:39 +1000 From: Mick To: Bob Hazard Subject: Re: app crashes with illegal instruction within gtk_init() On Sat, 19 Jun 2010 21:09:24 +0100 Bob Hazard wrote: > Is it possible that some update didn't take effect until you rebooted? > there were anjuta, pango and pkg

Re: app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Bob Hazard
Is it possible that some update didn't take effect until you rebooted? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How to make GtkLabel fills like GtkTextView?

2010-06-19 Thread Tristan Van Berkom
On Sat, Jun 19, 2010 at 3:58 AM, Ardhan Madras wrote: >> Can anyone tell me what is the case to use 'GtkTextView' instead of >> 'GtkLabel' >> to display a text with several sentences(< 100 words) in not editable way? > > Maybe for `beauty' looks, the author want the text wrapped as it's parent >

Re: How to make GtkLabel fills like GtkTextView?

2010-06-19 Thread Ardhan Madras
If you want some `magic' with wrapping GtkLabel, you may visit goto http://tadeboro.blogspot.com/2009/05/wrapping-adn-resizing-gtklabel.html, he has a `tricky' hack to work around this problem. Or you can ask him directly in this list ;p. Ardhan --- aj...@knac.com wrote: Fro

app crashes with illegal instruction within gtk_init()

2010-06-19 Thread Mick
I've been working on my project for several weeks, using anjuta, incrementally building it as I go. Last wednesday, immeadetely before shutting down for the day I did a clean -> build -> install ->test that completed successfully (as far as incomplete code can). On friday I started up anjuta and

Re: How to make GtkLabel fills like GtkTextView?

2010-06-19 Thread Ardhan Madras
> Can anyone tell me what is the case to use 'GtkTextView' instead of 'GtkLabel' > to display a text with several sentences(< 100 words) in not editable way? Maybe for `beauty' looks, the author want the text wrapped as it's parent container width that GtkLabel can't do. > How to make GtkLabel f

Re: Global GList in gtk+ application

2010-06-19 Thread Ardhan Madras
Then how global variable `Data' was declared in your code? --- kuleshovm...@gmail.com wrote: From: Alexander Kuleshov To: gtk-app-devel-list@gnome.org Subject: Global GList in gtk+ application Date: Sat, 12 Jun 2010 12:03:40 +0600 Hello, I need in global list in my gtk+ application, i use for