GNOME Bugzilla – Bug 355533
libglademm-0.6.3 does not compile
Last modified: 2011-01-16 23:33:34 UTC
While compiling libglademm-0.6.3, I get the error: xml.cc:145: error: no 'GType Gnome::Glade::Xml_Class::lookup_type_vfunc_callback(GladeXML*, const char*)' member function declared in class 'Gnome::Glade::Xml_Class' Seems that this method is never called. Removing it make things compile.
Are you sure that this is 0.6.3? That would be very old. I think what we actually need is the GLIBMM_VFUNCS_ENABLED ifdef check in the .cc file to match those in the .h file. However, you probably don't want to be building without GLIBMM_VFUNCS_ENABLED defined. Maybe you need to update your glibmm so that this is defined (it's a new thing).
Hmm, was 2.6.3, sorry for the typo. I'll check the solution when I'll be back home.
OK, it works with the lates glibmm version. May be configure should check that (just a suggestion).
Unfortunately, there's no simple configure check that could find the correct versions without also accepting the wrong versions. It's an unusual situation.