GNOME Bugzilla – Bug 345076
Another libbonobomm compilation failure -- wrong friend class name
Last modified: 2006-06-18 15:39:47 UTC
I'm getting: In file included from unknown_cimpl.cc:4: ../../bonobomm/servers/unknown_cimpl.h:79: error: using typedef-name `Gnome::Bonobo::Servers::Unknown_CImpl::CppClassType' after `class' make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gnomemm/libbonobomm/bonobomm/servers' make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gnomemm/libbonobomm/bonobomm/servers' make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gnomemm/libbonobomm/bonobomm' make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gnomemm/libbonobomm/bonobomm' make[4]: *** [unknown_cimpl.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 Error looks like a simple mistake in an m4 file; will attach a patch in a minute. It looks like libbonobomm compiles successfully with the patch in bug 345071 plus the one I'm about to attach.
Created attachment 67463 [details] [review] Simple fix
Thanks. Feel free to commit anything you like to libbonobo*mm. I don't believe that anyone is using it in reality.