screwed up glade xml?



Today I made a change in glade and now I'm getting errors when I link my final executable. I'm not sure what I could have changed in the code to cause this. It looks like it's complaining about a constructor I wrote to get a derived Gtk::Window widget. Any ideas?



================================================================================
main.o(.text+0x20d): In function `main':
/usr/include/libglademm-2.4/libglademm/xml.h:254: undefined reference to `typeinfo for OkeEditor' OkeEditor.o(.text+0x5a6): In function `OkeEditor::OkeEditor[in-charge](_GtkWindow*, Glib::RefPtr<Gnome::Glade::Xml> const&)': /home/rob/Projects/oke-gtk/src/OkeEditor.C:8: undefined reference to `VTT for OkeEditor' OkeEditor.o(.text+0x5cb):/home/rob/Projects/oke-gtk/src/OkeEditor.C:8: undefined reference to `VTT for OkeEditor' OkeEditor.o(.text+0x5de):/home/rob/Projects/oke-gtk/src/OkeEditor.C:8: undefined reference to `vtable for OkeEditor' OkeEditor.o(.text+0x5e8):/home/rob/Projects/oke-gtk/src/OkeEditor.C:8: undefined reference to `vtable for OkeEditor' OkeEditor.o(.text+0x5ef):/home/rob/Projects/oke-gtk/src/OkeEditor.C:8: undefined reference to `vtable for OkeEditor' OkeEditor.o(.text+0x90d): In function `OkeEditor::OkeEditor[in-charge](_GtkWindow*, Glib::RefPtr<Gnome::Glade::Xml> const&)': /usr/include/glibmm-2.4/glibmm/refptr.h:168: undefined reference to `VTT for OkeEditor' OkeEditor.o(.text+0x91e):/usr/include/glibmm-2.4/glibmm/refptr.h:168: undefined reference to `VTT for OkeEditor'
collect2: ld returned 1 exit status



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]