|
我在编译gaim-0.58_qq_patched.tgz时用如下命令:
gaim-0.58_qq_patched.tgz 我们打过补丁后的Gaim-0.58版本。(其中有中文UTF8解码的补丁,MSN中文没问题)
安装方法:tar xvfz gaim-0.58_qq_patched.tgz;
cd gaim-0.58_qq_patched;
./configure --prefix=/usr/local;
make;
make install;
当编译到make这一步时有如下问题:
[root@localhost gaim-0.58_qq_patched]# make
make all-recursive
make[1]: Entering directory `/root/download/gaim-0.58_qq_patched'
Making all in m4
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/m4'
Making all in sounds
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/sounds'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/sounds'
Making all in plugins
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/plugins'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/plugins'
Making all in pixmaps
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/pixmaps'
Making all in protocols
make[3]: Entering directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols'
Making all in msn
make[4]: Entering directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols/msn'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols/msn'
Making all in yahoo
make[4]: Entering directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols/yahoo'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols/yahoo'
make[4]: Entering directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols'
make[3]: Leaving directory `/root/download/gaim-0.58_qq_patched/pixmaps/protocols'
make[3]: Entering directory `/root/download/gaim-0.58_qq_patched/pixmaps'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/download/gaim-0.58_qq_patched/pixmaps'
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/pixmaps'
Making all in doc
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/doc'
Making all in po
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/po'
Making all in intl
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/intl'
Making all in src
make[2]: Entering directory `/root/download/gaim-0.58_qq_patched/src'
Makefile:371: *** missing separator. Stop.
make[2]: Leaving directory `/root/download/gaim-0.58_qq_patched/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/download/gaim-0.58_qq_patched'
make: *** [all-recursive-am] Error 2
不知道如何解决,请帮助,谢谢! |
|