There should be more information then this. Could you post the rest?
What does error 1 and error 2 mean when I am trying to install a tarball? I am trying to install the latest version of gkrellm. I do a make and it ends with those 2 errors...how do I resolve that?
thanks.
There should be more information then this. Could you post the rest?
AMD Athlon 2200+ 1.8Ghz
1280MB PC-3200 CAS2.5 RAM
ATI Radeon 9600 Pro 128MB AGP
Western Digital WDC WD2500JB-00FUA0 250GB 7200 rpm ATA/133
Seagate ST3200822A 200GB 7200 rpm ATA/133
Western Digital WDC WD1200BB-00CAA1 120GB 7200 rpm ATA/133
Western Digital WDC WD800BB-00CAA1 80GB 7200 rpm ATA/133
Maxtor OneTouch 2HA43R32 1TB 7200 rpm USB 2.0
D-Link DFE-530TX+ 10/100 NIC
D-Link DWL-G520 Rev.A
Debian 5.0r1 Lenny
Here ya go:
mugs@linux:~> su
Password:
linux:/home/mugs # cd Desktop/gk
linux:/home/mugs/Desktop/gk # ls
. .. gkrellm-2.1.4 gkrellm-2.1.4.tar.bz2
linux:/home/mugs/Desktop/gk # cd gkrellm-2.1.4
linux:/home/mugs/Desktop/gk/gkrellm-2.1.4 # make
(cd po && make all)
make[1]: Entering directory `/home/mugs/Desktop/gk/gkrellm-2.1.4/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mugs/Desktop/gk/gkrellm-2.1.4/po'
(cd src && make gkrellm)
make[1]: Entering directory `/home/mugs/Desktop/gk/gkrellm-2.1.4/src'
cc -Wall -O2 -I.. `pkg-config --cflags gtk+-2.0 gthread-2.0` -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" -c -o main.o main.c
/bin/sh: pkg-config: command not found
In file included from main.c:22:
gkrellm.h:30: gtk/gtk.h: No such file or directory
In file included from main.c:24:
gkrellm-sysdeps.h:62: parse error
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/mugs/Desktop/gk/gkrellm-2.1.4/src'
make: *** [all] Error 2
linux:/home/mugs/Desktop/gk/gkrellm-2.1.4 #
I know it says to CD to PO, but nothing happens when I try to make from there...
Thanks.
hmmmm, looks like you need the gtk-devel package. (thats what its called in rh)Originally Posted by mugs
whatdoyougetwhenyoumultiplysixbynine??
Thanks, I got gtk 2.0 and the dependencies it needed and still no go.... ???
I have never done this before. Can you do a make on a tar file? Don't the files need to be extracted first? Just curious.
1) You need to extract the files first.
tar xjf filename
or
bunzip2 filename
tar xf filename
2) You have to run ./configure before make
./configure [options]
GTK and the rest were rpm's. With GKRELLM, there is no configure.
Sorry if I left out a step, yes I extracted first...
You must be missing the gtk2-devel package then.
mugs,
This particular part "gkrellm.h:30: gtk/gtk.h: No such file or directory" tells me that it cannot find "gtk-config." It's to bad there is no ./configure or you could specify where gtk-config was. See if you can find it on your system. Become root then type find / -name "gtk-config"
AMD Athlon 2200+ 1.8Ghz
1280MB PC-3200 CAS2.5 RAM
ATI Radeon 9600 Pro 128MB AGP
Western Digital WDC WD2500JB-00FUA0 250GB 7200 rpm ATA/133
Seagate ST3200822A 200GB 7200 rpm ATA/133
Western Digital WDC WD1200BB-00CAA1 120GB 7200 rpm ATA/133
Western Digital WDC WD800BB-00CAA1 80GB 7200 rpm ATA/133
Maxtor OneTouch 2HA43R32 1TB 7200 rpm USB 2.0
D-Link DFE-530TX+ 10/100 NIC
D-Link DWL-G520 Rev.A
Debian 5.0r1 Lenny
Bookmarks