LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Package dependencies issues; gmodule, gobjects, etc. (https://www.linuxquestions.org/questions/linux-software-2/package-dependencies-issues%3B-gmodule-gobjects-etc-409739/)

NikToo 01-30-2006 04:49 PM

Package dependencies issues; gmodule, gobjects, etc.
 
I'm trying to install gDesklets, and I'm not having much luck so far. When I ./configure, I get the following chain of events, leading to a new package which I then ./configure, leading to another package, etc...

gDesklets: Needs Python, so go get gnome-python.

-->

gnome-python, needs

-->

libgnome, needs

-->

gnome-vfs-2.0, needs

-->

gconf-2.0

which then moans about gmodule, gobject and ORbit. ORbit I can find, where's gmodule and gobject?

I always get the same error:
Quote:

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the DEPENDENT_CFLAGS and DEPENDENT_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
Any ideas? Also, when I install these packages, should I do it in any particular directory? At the moment I run them from a folder in /home.

bosewicht 01-30-2006 05:42 PM

why not use yum to install it? It would simplify things for you. Building from source can be frustrating for noobs

NikToo 01-31-2006 02:30 AM

And frustrating it is indeed. Where do I find Yum? I use Yast which doesn't find these latest versions of everything. Is it possible to add ftp.gnome.org as a source?


All times are GMT -5. The time now is 08:50 AM.