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 89952 - missing info in the libbonobouimm-2.0.pc file
missing info in the libbonobouimm-2.0.pc file
Status: RESOLVED FIXED
Product: gnomemm
Classification: Deprecated
Component: libbonobouimm
2.0
Other other
: Normal critical
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-08-05 18:58 UTC by Sven Herzberg
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
this file patches libbonobouimm-2.0.pc.in (754 bytes, patch)
2002-08-05 19:07 UTC, Sven Herzberg
none Details | Review
this one also patches the ChangeLog (1.26 KB, patch)
2002-08-05 19:11 UTC, Sven Herzberg
none Details | Review

Description Sven Herzberg 2002-08-05 18:58:27 UTC
I tried to compile the helloworld program from bonobouimm stand-alone (that
means outside of the bonobouimm source-tree). After adding a lot of stuff
(autotools and pkg-config...) i realized that there was something missing
in the .pc file. Here's the patch:

Index: libbonobouimm-2.0.pc.in
===================================================================
RCS file: /cvs/gnome/gnomemm/libbonobouimm/libbonobouimm-2.0.pc.in,v
retrieving revision 1.2
diff -u -r1.2 libbonobouimm-2.0.pc.in
--- libbonobouimm-2.0.pc.in	2002/04/22 01:51:05	1.2
+++ libbonobouimm-2.0.pc.in	2002/08/05 18:57:11
@@ -7,5 +7,5 @@
 Description: C++ wrapper for libbonoboui
 Requires: gtkmm-2.0 >= @GTKMM_VERSION_NEEDED@  libbonobomm-2.0 >=
@LIBBONOBOMM_VERSION_NEEDED@ libbonoboui-2.0 >= @LIBBONOBOUI_VERSION_NEEDED@
 Version: @VERSION@
-Libs: -L${libdir} -lbonobouimm_widgets-1.3
+Libs: -L${libdir} -lbonobouimm_widgets-1.3 -lbonobouimm_servers-1.3
 Cflags: -I${includedir}/libbonobouimm-2.0
-I${libdir}/libbonobouimm-2.0/include
Comment 1 Sven Herzberg 2002-08-05 19:07:03 UTC
Created attachment 10277 [details] [review]
this file patches libbonobouimm-2.0.pc.in
Comment 2 Sven Herzberg 2002-08-05 19:11:10 UTC
Created attachment 10278 [details] [review]
this one also patches the ChangeLog
Comment 3 Murray Cumming 2002-08-05 19:38:18 UTC
Thanks. Remember to use the PATCH keyword.