On 6/1/07, William Ramsay <[EMAIL PROTECTED]> wrote:
Hi,

I'm working extensively with Gtk+ in Chicken, using easyFFI.
Everything is working fine as far as my program goes, but I have
assertion error messages from Gtk at run time that I don't
understand.     For instance, if I put up a blank GtkEntry widget I get
an assertion error:

(sched:6186): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text !=
NULL' failed

As I say, everything works as expected, but the error appears every
time.

I also get:

(sched:6186): Gtk-CRITICAL **: gtk_box_pack_start: assertion
`child->parent == NULL' failed

which seems to be coming from toolbar buttons.    I get the error every
time the screen is drawn or redrawn, but the buttons look and work fine.


But the warnings shown are valid, or not? I mean, is it possible to
correlate these messages to the C code generated by compiler?


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to