|
从Mac移植的非常好用的输入法,最新版0。2。0,从源码编译出错:
依赖库都有装了,但是make出错:
[tyllr@localhost ~]$ . /usr/share/GNUstep/Makefiles/GNUstep.sh
[tyllr@localhost ~]$ cd fitx
[tyllr@localhost fitx]$ make
This is gnustep-make 2.0.4. Type 'make print-gnustep-make-help' for help.
Making all for tool fitx...
Compiling file FPYNumDictionary.m ...
gcc: error trying to exec 'cc1obj': execvp: 没有那个文件或目录
make[1]: *** [obj/ix86/linux-gnu/gnu-gnu-gnu/FPYNumDictionary.o] 错误 1
make: *** [fitx.all.tool.variables] 错误 2
[tyllr@localhost fitx]$ make clean
This is gnustep-make 2.0.4. Type 'make print-gnustep-make-help' for help.
rm -rf ./*~ ./obj
[tyllr@localhost fitx]$ make
This is gnustep-make 2.0.4. Type 'make print-gnustep-make-help' for help.
Making all for tool fitx...
Compiling file FPYNumDictionary.m ...
gcc: error trying to exec 'cc1obj': execvp: 没有那个文件或目录
make[1]: *** [obj/ix86/linux-gnu/gnu-gnu-gnu/FPYNumDictionary.o] 错误 1
make: *** [fitx.all.tool.variables] 错误 2
有人知道原因么? |
|