|
我在\网上下载了:linux_hotkey.zip可是在我用unzip filename.zip解压后,编译的时候,却不能生成libkeybinder.so .而且提示有一个错误:
编译过程如下:
#make
gcc -fPIC -shared eggaccelerators.h eggaccelerators.c tomboykeybinder.h tomboykeybinder.c edu_tsinghua_lumaqq_hotkey_KeyBinder.h edu_tsinghua_lumaqq_hotkey_KeyBinder.c -o libkeybinder.so -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/java/jdk1.5.0_04/include/linux -I/usr/java/jdk1.5.0_04/include
gcc: compilation of header file requested
gcc: compilation of header file requested
gcc: compilation of header file requested
make: *** [libkeybinder.so] Error 1
这是什么原因导致的,麻烦大家帮忙指导.谢谢~~ |
|