LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   LinNeighbourhood & gtk errors RH 8.0 (https://www.linuxquestions.org/questions/linux-software-2/linneighbourhood-and-gtk-errors-rh-8-0-a-159957/)

mickboda 03-19-2004 04:52 PM

LinNeighbourhood & gtk errors RH 8.0
 
Hi all,

I am trying to install LinNeighbourhood- 0.6.5 under KDE on my laptop running an updated Redhat 8.0 distro (kernel version 2.4.20-28.8).

I am installing as su and recieve the following errors when running ./configure

checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.

Everything has installed without a hitch.

When I try to make or make && make clean I recieve a huge speel of errors. I have heavily editted the output to cover examples of the errors. My thinking is that I should cp the folder to another directory and try it again, however I do not have gtk installed on my system .... apt-get install gtk returned the errror

[root@RedLap LinNeighborhood-0.6.5]# apt-get install gtk
Reading Package Lists... Done
Building Dependency Tree... Done
Package gtk has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
However the following packages replace it:
gtk+
E: Package gtk has no installation candidate


make && make clean
make all-recursive
make[1]: Entering directory `/home/mick/Downloads/LinNeighborhood-0.6.5'
Making all in src
make[2]: Entering directory `/home/mick/Downloads/LinNeighborhood-0.6.5/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBDIR=\"/usr/local/lib\" -DDATADIR=\"/usr/local/share\" -g -O2 -c browsewrap.c
browsewrap.c:23:18: glib.h: No such file or directory
In file included from browsewrap.h:27,
from browsewrap.c:24:
define.h:32:18: glib.h: No such file or directory
In file included from browsewrap.h:27,
make: *** [all-recursive-am] Error 2
[root@RedLap LinNeighborhood-0.6.5]#

checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
[root@RedLap LinNeighborhood-0.6.5]# apt-get install gtk
Reading Package Lists... Done
Building Dependency Tree... Done
Package gtk has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
However the following packages replace it:
gtk+
E: Package gtk has no installation candidate


Hope I covered everything

Regards

mick:confused:


All times are GMT -5. The time now is 07:03 PM.