Click to See Complete Forum and Search --> : Compiling GKrellm


Mikenell
12-15-2000, 05:22 PM
When I'm compiling GKrellm I get this error message:

make[1]: Entering directory `/usr/src/tars/g/gkrellm/locale'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/tars/g/gkrellm/locale'
(cd src && make GTOP_LIBS= GTOP_INCLUDE= gkrellm)
make[1]: Entering directory `/usr/src/tars/g/gkrellm/src'
gcc -Wall -O2 -I.. `gtk-config --cflags gthread` `imlib-config --cflags-gdk` -c -o main.o main.c
/usr/local/bin/imlib-config: no: command not found
In file included from main.c:30:
gkrellm.h:35: gdk_imlib.h: No such file or directory
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/usr/src/tars/g/gkrellm/src'
make: *** [all] Error 2

What is wrong? Is it something to do with GDK or Imlib? Because I'm sure these are set up properly because I've compiled other programs that need them like xchat.
Thanks
Mikenell

Mikenell
12-15-2000, 06:33 PM
Ok I guess its a problem with the imlib-config command not being found, but it is found! Its at that location too!
Can anyone help? That program seems so cool!
Mikenell

maxl stylee
12-15-2000, 06:42 PM
Mike:

Over a few reinstallations, I've discovered that gkrellm has had some problems compiling.
If you still can't get it, I'd suggest heading over to
www.rpmfind.net (http://www.rpmfind.net)

and just getting the RPM.

Alex

Mikenell
12-15-2000, 07:33 PM
After reinstalling Imlib it compiled fine, and this program is cool!
Mikenell