|
When I compile fcitx , following warnings are given:
//===========Begin the make warning======
In file included from IMdkit/include/IMdkit.h:35,
from xim.h:10,
from main.c:13:
/usr/X11R6/include/X11/Xmd.h:155: warning: useless keyword or type name in empty declaration
/usr/X11R6/include/X11/Xmd.h:155: warning: empty declaration
In file included from /usr/include/stdlib.h:390,
from punc.c:6:
/usr/include/sys/types.h:152: warning: empty declaration
In file included from /usr/include/stdlib.h:390,
from SetLocale.c:5:
/usr/include/sys/types.h:152: warning: empty declaration
In file included from IMdkit/include/IMdkit.h:35,
from IC.h:35,
from tools.c:13:
/usr/X11R6/include/X11/Xmd.h:155: warning: useless keyword or type name in empty declaration
/usr/X11R6/include/X11/Xmd.h:155: warning: empty declaration
//=============End the make warning======
Is there anything wrong?
I install the fcitx follows the step in manuel. I've already generate
the locale environment . My dist is Debian 3.0 "woody" with xlibs 4.1.0-16
and xlibs-dev 4.1.0-16 installed.
When I run fcitx under X Windows, I can see the fcitx appears, but
it is grey, I have tried to active it by press Ctrl+Space, Ctrl+Shift, and
Mousr Click, but I failed. I have tried in Gnome, Kde, and fvwm. neither
can active it.
//=============Begin locale environment & Settings=======
wdx@wdx-power:~$ locale
LANG=zh_CN.gb2312
LC_CTYPE="zh_CN.gb2312"
LC_NUMERIC="zh_CN.gb2312"
LC_TIME="zh_CN.gb2312"
LC_COLLATE="zh_CN.gb2312"
LC_MONETARY="zh_CN.gb2312"
LC_MESSAGES="zh_CN.gb2312"
LC_PAPER="zh_CN.gb2312"
LC_NAME="zh_CN.gb2312"
LC_ADDRESS="zh_CN.gb2312"
LC_TELEPHONE="zh_CN.gb2312"
LC_MEASUREMENT="zh_CN.gb2312"
LC_IDENTIFICATION="zh_CN.gb2312"
LC_ALL=zh_CN.gb2312
//==============End locale environment & Settings========
//==============Begin ~/.bashrc=========
export LANGUAGE=zh_CN.GB2312:zh_CN:zh
export LC_ALL=zh_CN.gb2312
export LANG=zh_CN.gb2312
#export XIM=fcitx
#export XIM_PROGRAM=fcitx
export XMODIFIERS=@im=fcitx
//==============End ~/.bashrc========== |
|