Error Message

2014-03-11 Thread Familie Dries
When using Gtk somewhere in the routine Gtk.Main.Init I get the error message during running in GPS: Program received signal SIGILL, Illegal instruction. 0x04aec0c9 in ?? () from C:\Users\Bertus\AppData\Local\Ipsoft\UIToolkit.dll I do get this message not only in running the present project but

Re: Interpreting Gtk error message

2009-05-02 Thread Tadej Borovšak
Hello Gui is the name of the application and 13427 is the process id that caused the error. 2009/5/2 José Romildo Malaquias : > I am getting the following runtime error from an application developed > in Haskell with gtk2hs (a library binding Gtk+ to Haskell): > >   (Gui:13427): Gtk-CRITICAL **:

Interpreting Gtk error message

2009-05-02 Thread José Romildo Malaquias
I am getting the following runtime error from an application developed in Haskell with gtk2hs (a library binding Gtk+ to Haskell): (Gui:13427): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed What does the initial part of the message: Gui

Re: error message

2007-11-28 Thread Michael Lamothe
readed > > library that requires XInitThreads() to be called. This needs to be > > called before all other X functions. > > > > Hope that helps. > > > > Thanks, > > > > Michael > > > >> On 28/11/2007, Andres Gonzalez <[EMAIL PROTECTED]

Re: error message

2007-11-28 Thread Micah Carrick
nitThreads() to be called. This needs to be called before all other X functions. Hope that helps. Thanks, Michael On 28/11/2007, Andres Gonzalez <[EMAIL PROTECTED]> wrote: Hi, I get the following error message when displaying a dialog. Any ideas as to what is causing it?

Re: error message

2007-11-28 Thread Andres Gonzalez
OTECTED]> wrote: >> Hi, >> >> I get the following error message when displaying a dialog. Any ideas >> as to what is causing it? >> >> Xlib: unexpected async reply (sequence 0x6cb) >> >> Thanks, >> >> -Andres ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: error message

2007-11-28 Thread Michael Lamothe
> I get the following error message when displaying a dialog. Any ideas > as to what is causing it? > > Xlib: unexpected async reply (sequence 0x6cb) > > Thanks, > > -Andres > > > -- > Andres C. Gonzalez

error message

2007-11-27 Thread Andres Gonzalez
Hi, I get the following error message when displaying a dialog. Any ideas as to what is causing it? Xlib: unexpected async reply (sequence 0x6cb) Thanks, -Andres -- Andres C. Gonzalez III Agora Labs, Inc. (732) 212-8500 [EMAIL PROTECTED

Re: AIX glib compile error message "gettext not found"

2004-08-18 Thread Daniel Nilsson
Salman Mohsin wrote: Actually I AM using GNU's gettext with IBM's libiconv. As it's a production system, I can't make changes to existing libraries, though I can install new ones (that's what I'm trying to do by getting "glib" to work). So, I have to make do with libiconv provided by the vendor.

RE: AIX glib compile error message "gettext not found"

2004-08-18 Thread Vlietstra, Joe (Space Systems)
Salman Mohsin wrote: > After doing what Daniel asked me to do (setting environment variables), > configure went a few steps further but again gave the same error: > ... > > configure:6318: checking for bindtextdomain in -lintl > configure:6348: cc -o conftest -I/usr/local/include -I/usr/local/i

Re: AIX glib compile error message "gettext not found"

2004-08-18 Thread Salman Mohsin
t option to obtain more information.configure:6495: $? = 8configure: failed program was:| /* confdefs.h.  */   I hope someone could shed a light on this and help me out.   Thanks a bunch, Salman   From: Daniel Nilsson To: gtk-list gnome orgSubject: Re: AIX glib compile error message "gettext not

Re: AIX glib compile error message "gettext not found"

2004-08-18 Thread Daniel Nilsson
On Wed, Aug 18, 2004 at 06:47:10AM -0700, Salman Mohsin wrote: > I had already tried that and it gave the same result :-( > > I posted the output from running configure and excerpt from > config.log. Can some knowledgeable person who knows these > intricacies have a look at these and see if there

Re: AIX glib compile error message "gettext not found"

2004-08-18 Thread Salman Mohsin
I had already tried that and it gave the same result :-(   I posted the output from running configure and excerpt from config.log. Can some knowledgeable person who knows these intricacies have a look at these and see if there's something amiss. Of particular interest to me are the following lines

Re: AIX glib compile error message "gettext not found"

2004-08-17 Thread Christer Palm
Salman Mohsin wrote: After doing what Daniel asked me to do (setting environment variables), configure went a few steps further but again gave the same error: ... configure:6318: checking for bindtextdomain in -lintl configure:6348: cc -o conftest -I/usr/local/include -I/usr/local/include -L/us

Re: AIX glib compile error message "gettext not found"

2004-08-17 Thread Salman Mohsin
;make" (after successfully running configure), it'd hang the machine and would continue spawning new processes running "hostname"!! I have no idea why would that happen but didn't have time to investigate that further or problem-solve that on gettext development list. My

Re: AIX glib compile error message "gettext not found"

2004-08-17 Thread Daniel Nilsson
On Mon, Aug 16, 2004 at 08:59:37AM -0700, Salman Mohsin wrote: > Hi, > > I'm trying to compile glib on my AIX 4.3.3 machine. When I run "configure", it gives > an error message after a few checks, saying: > > checking for locale.h... yes > checking for LC_

AIX glib compile error message "gettext not found"

2004-08-17 Thread Salman Mohsin
Hi,   I'm trying to compile glib on my AIX 4.3.3 machine. When I run "configure", it gives an error message after a few checks, saying:   checking for locale.h... yeschecking for LC_MESSAGES... yeschecking libintl.h usability... nochecking libintl.h presence... nocheckin