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 345071 - libbonobomm fails to compile : "unknown option -lcpp"
libbonobomm fails to compile : "unknown option -lcpp"
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 02:29 UTC by Elijah Newren
Modified: 2006-06-18 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial fix for the bug (768 bytes, patch)
2006-06-16 02:31 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-06-16 02:29:44 UTC
I'm getting:

Processing file /opt/gnome2/share/idl/bonobo-2.0/Bonobo.idl
/opt/gnome2/bin/orbit-idl-2 -lcpp -D__Bonobo_COMPILATION  -D__Bonobo_Unknown_COMPILATION -D__Bonobo_GenericFactory_COMPILATION -D__Bonobo_Activation_types_COMPILATION -I//opt/gnome2/share/idl/bonobo-2.0 -I//opt/gnome2/share/idl/bonobo-activation-2.0 /opt/gnome2/share/idl/bonobo-2.0/Bonobo.idl
orbit-idl-2: Unknown option -lcpp
make[3]: Leaving directory `/floss/building/gnome/gnomemm/libbonobomm/bonobomm/generated'
make[2]: Leaving directory `/floss/building/gnome/gnomemm/libbonobomm/bonobomm'
make[1]: Leaving directory `/floss/building/gnome/gnomemm/libbonobomm/bonobomm'
make[3]: *** [Bonobo.h] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Appears to just be a missing space between the -l and the cpp.  I'll attach a patch in a minute.
Comment 1 Elijah Newren 2006-06-16 02:31:13 UTC
Created attachment 67460 [details] [review]
Trivial fix for the bug