[Glade-users] error compiling
Damon Chaplin
damon at karuna.uklinux.net
Thu Oct 13 15:04:08 EDT 2005
On Thu, 2005-10-13 at 14:33 +1000, Nor Azhar Sa'ad wrote:
> Hi guys. I tried to compile my glade project named "Project7", but i got this
> error msg :
>
> " (project7:3977):Gtk_CRITICAL **:file gtkentry.c : line 3871(gtk_entry_get_text):
> assertion 'GTK_IS_ENTRY (entry)' failed."
>
> I have checked that I dont have any file named gtkentry.c, and now i dont know
> where to find and correct the error.
gtkentry.c is part of GTK+.
If you know how to use gdb you could run your program with the
'--g-fatal-warnings' option and then use gdb to find where the problem
is. See http://live.gnome.org/GettingTraces
Have you used gtk_entry_get_text() in your code? If so, you should check
that code as it is probably where the error is.
Damon
More information about the Glade-users
mailing list