|
|
[root@localhost fcitx-3.5]# make
make all-recursive
make[1]: Entering directory `/fcitx-3.5'
Making all in doc
make[2]: Entering directory `/fcitx-3.5/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/fcitx-3.5/doc'
Making all in xpm
make[2]: Entering directory `/fcitx-3.5/xpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/fcitx-3.5/xpm'
Making all in lib
make[2]: Entering directory `/fcitx-3.5/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/fcitx-3.5/lib'
Making all in src
make[2]: Entering directory `/fcitx-3.5/src'
gcc -O2 -fno-strength-reduce -g -O2 -INONE -INONE -I/usr/include/freetype2 -D_USE_XFT -Wall -o fcitx -lXpm IC.o ime.o InputWindow.o KeyList.o main.o MainWindow.o MyErrorsHandlers.o punc.o py.o PYFA.o pyMapTable.o pyParser.o sp.o tools.o ui.o table.o xim.o qw.o vk.o about.o QuickPhrase.o extra.o ../lib/libXimd.a -LNONE -lXft -lXrender -lfontconfig -lfreetype -lX11 -lX11
ime.o: In function `SwitchIM':
/fcitx-3.5/src/ime.c:964: undefined reference to `fontSetMainWindow'
MainWindow.o: In function `DrawMainWindow':
/fcitx-3.5/src/MainWindow.c:290: undefined reference to `fontSetMainWindow'
/fcitx-3.5/src/MainWindow.c:290: undefined reference to `fontSetMainWindow'
/fcitx-3.5/src/MainWindow.c:290: undefined reference to `fontSetMainWindow'
collect2: ld 返回 1
make[2]: *** [fcitx] 错误 1
make[2]: Leaving directory `/fcitx-3.5/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/fcitx-3.5'
make: *** [all] 错误 2
[root@localhost fcitx-3.5]#
[root@localhost fcitx-3.5]# locale
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
[root@localhost fcitx-3.5]#
[root@localhost fcitx-3.5]# rpm -aq gcc*
gcc-4.1.1-51.fc6
[root@localhost fcitx-3.5]# |
|