|
Hello,
while compiling fcitx-2.0beta without xft, I get the following errors:
a188132:/usr/src/fcitx# make -f Makefile.noxft
cd IMdkit/lib; make
make[1]: Entering directory `/usr/src/fcitx/IMdkit/lib'
make[1]: Für das Target ?all? gibt es nichts zu tun.
make[1]: Leaving directory `/usr/src/fcitx/IMdkit/lib'
gcc -O2 -fno-strength-reduce -L/usr/X11R6/lib/ -lX11 IC.o ime.o InputWindow.o Ke
yList.o main.o MainWindow.o MyErrorsHandlers.o punc.o py.o SetLocale.o tools.o u
i.o wbx.o xim.o IMdkit/lib/libXimd.a -o fcitx
InputWindow.o: In function `CalculateInputWindowHeight':
InputWindow.o(.text+0x201): undefined reference to `XftTextExtentsUtf8'
ui.o: In function `CreateFont':
ui.o(.text+0x324): undefined reference to `XftPatternCreate'
ui.o(.text+0x339): undefined reference to `XftPatternAddString'
ui.o(.text+0x34d): undefined reference to `XftPatternAddInteger'
ui.o(.text+0x370): undefined reference to `XftPatternAddBool'
ui.o(.text+0x38c): undefined reference to `XftFontMatch'
ui.o(.text+0x398): undefined reference to `XftFontOpenPattern'
ui.o(.text+0x3de): undefined reference to `XftDrawCreate'
ui.o(.text+0x3ec): undefined reference to `XftPatternDestroy'
ui.o: In function `StringWidth':
ui.o(.text+0x879): undefined reference to `XftTextExtentsUtf8'
ui.o: In function `OutputString':
ui.o(.text+0x971): undefined reference to `XftColorAllocValue'
ui.o(.text+0x985): undefined reference to `XftDrawChange'
ui.o(.text+0x9b3): undefined reference to `XftDrawStringUtf8'
ui.o(.text+0x9ef): undefined reference to `XftColorFree'
collect2: ld returned 1 exit status
make: *** [fcitx] Fehler 1
Can anyone tell me what goes wrong?
Rene. |
|