Unsuccessful installation of gDesklets
You've piqued my interest in gDesklets. I am trying to install it with no success. I am running Fedora Core 3. The README warns me not to attempt to compile this package, but it offers me no alternative. I downloaded, unzipped and tar'd gDesklets-0.34.2.tar.bz2. I ran the configure file. It failed for lack of pygtk-2.0. (see below) I downloaded, unzipped and tar'd pygtk-2.4.1.tar.bz2. This successfully compiled and installed. I even helped by modifying and exporting environmental PKG_CONFIG_PATH But still gDesklets did not. Any ideas? -----snip of command [kjones@kjones-fedora gDesklets-0.34.2]$ ./configure . . checking for pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0... Package pygtk-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `pygtk-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'pygtk-2.0' found configure: error: Library requirements (pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. --------------------- I successfully installed pgytk-2.4.1. Here is the last step: [root@kjones-fedora pygtk-2.4.1]# make install Making install in codegen . . make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/kjones/downloads/FedoraCore3/pygtk-2.4.1/tests' make[1]: Leaving directory `/home/kjones/downloads/FedoraCore3/pygtk-2.4.1/tests' [root@kjones-fedora pygtk-2.4.1]# I set PKG_CONFIG_PATH as suggested. [kjones@kjones-fedora pygtk]$ ls $PKG_CONFIG_PATH pygtk-2.0 [kjones@kjones-fedora pygtk]$ echo $PKG_CONFIG_PATH /usr/bin/include [kjones@kjones-fedora pygtk]$ Still no good. What do you think? Ken Jones
Question? Did you search yum for gdesklets? On Thu, 17 Mar 2005 15:49:36 -0500, Ken Jones <kjones@ziplink.net> wrote:
You've piqued my interest in gDesklets. I am trying to install it with no success. I am running Fedora Core 3. The README warns me not to attempt to compile this package, but it offers me no alternative.
I downloaded, unzipped and tar'd gDesklets-0.34.2.tar.bz2. I ran the configure file. It failed for lack of pygtk-2.0. (see below) I downloaded, unzipped and tar'd pygtk-2.4.1.tar.bz2. This successfully compiled and installed.
I even helped by modifying and exporting environmental PKG_CONFIG_PATH But still gDesklets did not. Any ideas?
-----snip of command [kjones@kjones-fedora gDesklets-0.34.2]$ ./configure . . checking for pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0... Package pygtk-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `pygtk-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'pygtk-2.0' found
configure: error: Library requirements (pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
--------------------- I successfully installed pgytk-2.4.1. Here is the last step: [root@kjones-fedora pygtk-2.4.1]# make install Making install in codegen . . make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/kjones/downloads/FedoraCore3/pygtk-2.4.1/tests' make[1]: Leaving directory `/home/kjones/downloads/FedoraCore3/pygtk-2.4.1/tests' [root@kjones-fedora pygtk-2.4.1]#
I set PKG_CONFIG_PATH as suggested.
[kjones@kjones-fedora pygtk]$ ls $PKG_CONFIG_PATH pygtk-2.0 [kjones@kjones-fedora pygtk]$ echo $PKG_CONFIG_PATH /usr/bin/include [kjones@kjones-fedora pygtk]$
Still no good. What do you think?
Ken Jones
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (2)
-
Jared Greenwald
-
Ken Jones