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
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