Hello,

When I try to compile my libglade2 program with :

 gcc -o prog1 prog1.c `pkg-config --cflags --libs gtk+-2.0` `libglade-config 
--libs` -lmysqlclient
 -export-dynamic

I get the following errors :

(prog1:27396): GLib-GObject-WARNING **: specified class size for type `GtkData' 
is smaller than
the parent type's `GtkObject' class size

(prog1:27396): Gtk-CRITICAL **: gtk_type_unique: assertion `GTK_TYPE_IS_OBJECT 
(parent_type)' failed

(prog1:27396): Gtk-CRITICAL **: gtk_type_new: assertion `GTK_TYPE_IS_OBJECT 
(type)' failed

** (prog1:27396): CRITICAL **: file glade-xml.c: line 202 
(glade_xml_construct): assertion `self
!= NULL' failed.

(prog1:27396): Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'

(prog1:27396): Gtk-CRITICAL **: gtk_object_unref: assertion `GTK_IS_OBJECT 
(object)' failed
xml... OK

Do somebody know what I do wrong?? :-(

Friendly,
G. Ruch



_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to