|
在Ubuntu 7.04下编译3.50528出现如下错误:
make[2]: Entering directory `/usr/local/src/fcitx-3.5/src'
gcc -O2 -fno-strength-reduce -g -O2 -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 AutoEng.o extra.o ../lib/libXimd.a -lXft -lfontconfig -lX11
ime.o: In function `SwitchIM':
/usr/local/src/fcitx-3.5/src/ime.c:1016: undefined reference to `fontSetMainWindow'
MainWindow.o: In function `DrawMainWindow':
/usr/local/src/fcitx-3.5/src/MainWindow.c:291: undefined reference to `fontSetMainWindow'
/usr/local/src/fcitx-3.5/src/MainWindow.c:291: undefined reference to `fontSetMainWindow'
/usr/local/src/fcitx-3.5/src/MainWindow.c:291: undefined reference to `fontSetMainWindow'
collect2: ld 返回 1
make[2]: *** [fcitx] 错误 1
make[2]: Leaving directory `/usr/local/src/fcitx-3.5/src'
make[1]: *** [all-recursive] 错误 1
请问,问题出现在哪里? |
|