Re: newbie: building gnumeric
- From: Adrian Custer <acuster nature berkeley edu>
- To: Bryan <bryan arbores ca>
- Cc: gnumeric list <gnumeric-list gnome org>
- Subject: Re: newbie: building gnumeric
- Date: Mon, 15 Dec 2003 19:45:07 -0800
Chances are you are missing the *devel* packages for libbonobo and other
libraries.
When I update after a while I work sequentially through these error
messages. Use 'rpm -qa' ( rpm query all ) to get a list of packages
installed and then grep that list for libbonobo-2.0. e.g.
rpm -qa |grep libbonobo
on my machine (mandrake) this returns:
libbonobo2_0-2.4.0-1mdk
libbonoboui-2.4.0-1mdk
libbonobo2-1.0.22-4mdk
libbonobo2_0-devel-2.4.0-1mdk
libbonoboui2_0-devel-2.4.0-1mdk
libbonobo-2.4.0-1mdk
libbonoboui2_0-2.4.0-1mdk
so then you can check that you have the right packages. If you don't,
get the packages you need.
I'm afraid you are going to have to work sequentially through these
messages after every ./autogen.sh
Sorry I won't be able to help you any more on this but others will
probably chip in. Good luck.
--adrian
On Mon, 2003-12-15 at 19:00, Bryan wrote:
I have a stock RedHat 9 installation and am trying to compile gnumeric
1.2.2.
The configure command dies after saying:
checking for pkg-config... /usr/bin/pkg-config
checking for
libbonobo-2.0 >= 2.2.0
libbonoboui-2.0 >= 2.2.0
libgsf-gnome-1 >= 1.8.2
... Package libbonobo-2.0 was not found in the
pkg-config search path.
Perhaps you should add the directory containing `libbonobo-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbonobo-2.0' found
After some hunting around on the web, I found out about /usr/lib/pkgconfig
and /usr/local/lib/pkgconfig. These dirs contain some .pc files, but not
the ones gnumeric seems to be looking for.
Could someone point to a reference or something that explains how to
install and configure this pkg-config stuff?
Thanks!
-bryan
_______________________________________________
gnumeric-list mailing list
gnumeric-list gnome org
http://mail.gnome.org/mailman/listinfo/gnumeric-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]