LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   gkrellm on slack8.1 (https://www.linuxquestions.org/questions/linux-general-1/gkrellm-on-slack8-1-a-45742/)

N_A_J_M 02-17-2003 12:17 AM

gkrellm on slack8.1
 
has anyone installed gkrellm on slack8.1? i'm sure there are heaps of you!!
which version? also did you have to do anything to your system first to beable to install it?
ie: update stuffs? if so what?
I cant seem to get it installed! and its really bugging me!
I keep having problems, and i have tried both ver 2 and 1.2

MasterC 02-17-2003 12:57 AM

Mine is 1.2 and it was a breeze... Where are you running into problems? Are you using a slackpack or a tarball? Where'd you get the file? What's the error message you are getting?

Cool

N_A_J_M 02-17-2003 04:58 AM

I downloaded the file direclty: http://web.wt.net/~billw/gkrellm/gkrellm-1.2.13.tar.bz2

thats the file.
I untarred as you do, and ended up with the directory you would expect. Now when i go ahead and run "make" i get:
Code:

bash-2.05a# make
(cd po && make all)
make[1]: Entering directory `/home/downloads/Gkrellm/gkrellm-1.2.13/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/downloads/Gkrellm/gkrellm-1.2.13/po'
(cd src && make GTOP_LIBS= GTOP_INCLUDE= gkrellm)
make[1]: Entering directory `/home/downloads/Gkrellm/gkrellm-1.2.13/src'
cc -Wall -O2 -I.. `gtk-config --cflags gthread` `imlib-config --cflags-gdk`  -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"    -c -o main.o main.c
/bin/sh: imlib-config: command not found
In file included from main.c:29:
gkrellm.h:36: gdk_imlib.h: No such file or directory
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/downloads/Gkrellm/gkrellm-1.2.13/src'
make: *** [all] Error 2
bash-2.05a#

did you have that trouble? I tried downloading something like imlib but didnt seems to work.

this is what happens when i run make install after that make with the errors:
Code:

bash-2.05a# make install
(cd po && make install)
make[1]: Entering directory `/home/downloads/Gkrellm/gkrellm-1.2.13/po'
make all
make[2]: Entering directory `/home/downloads/Gkrellm/gkrellm-1.2.13/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/downloads/Gkrellm/gkrellm-1.2.13/po'
for f in *.mo ; do mkdir -p \
        /usr/share/locale/`basename $f .mo`/LC_MESSAGES ; \
        cp $f /usr/share/locale/`basename $f .mo`/LC_MESSAGES/gkrellm.mo ; done
make[1]: Leaving directory `/home/downloads/Gkrellm/gkrellm-1.2.13/po'
(cd src && make install)
make[1]: Entering directory `/home/downloads/Gkrellm/gkrellm-1.2.13/src'
install -c -s -m 755 gkrellm /usr/local/bin/gkrellm
install: cannot stat `gkrellm': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/downloads/Gkrellm/gkrellm-1.2.13/src'
make: *** [install] Error 2
bash-2.05a#

the gkrellm file i downloaded as you can see is not slack specific.

what do you suggest?

cheers bro

Allen614 02-17-2003 07:34 AM

Try to move it to /usr/local/src and then compile it. With no configure maybe it's lost.


All times are GMT -5. The time now is 06:26 AM.