我下載了一些 gkrellm 的 plugins, 如 gvoice.
當我在 make 的時候會出現錯誤訊息:
gcc -g -Wall -fPIC `gtk-config --cflags` `imlib-config --cflags-gdk` -c -o gvoice.o gvoice.c
/bin/sh: gtk-config: command not found
/bin/sh: imlib-config: command not found
In file included from gvoice.c:20:
/usr/include/gkrellm/gkrellm.h:35: gtk/gtk.h: No such file or directory
/usr/include/gkrellm/gkrellm.h:36: gdk_imlib.h: No such file or directory
/usr/include/gkrellm/gkrellm.h:40: gdk/gdkx.h: No such file or directory
gvoice.c:22: eci.h: No such file or directory
make: *** [gvoice.o] Error 1
這是因為我少裝了些什麼東西嗎?
其中的 gtk-config, imlib-config 是設定什麼軟體用的呢?
要安裝什麼才會有呢?煩請解答, 謝謝.