After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345076 - Another libbonobomm compilation failure -- wrong friend class name
Another libbonobomm compilation failure -- wrong friend class name
Status: RESOLVED FIXED
Product: gnomemm
Classification: Deprecated
Component: libbonobomm
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-06-16 03:00 UTC by Elijah Newren
Modified: 2006-06-18 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple fix (600 bytes, patch)
2006-06-16 03:02 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-06-16 03:00:04 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.
Comment 1 Elijah Newren 2006-06-16 03:02:00 UTC
Created attachment 67463 [details] [review]
Simple fix
Comment 2 Murray Cumming 2006-06-18 14:24:00 UTC
Thanks. Feel free to commit anything you like to libbonobo*mm. I don't believe that anyone is using it in reality.