LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: tram

[==请置顶==]fcitx(或ebf:)安装设置大全

[复制链接]
发表于 2005-2-18 03:25:44 | 显示全部楼层
我用的是Fedora Core 3,但是使用 RPM 安装包安装后不能直接用 Ctrl+空格 来打开输入法。而且删除 RPM 包后用源代码安装也没有在Root下找到“.xinitrc或.xsession”这两个文件,这两个文件不是在这吗?我已经打开了隐藏文件查看。这是为什么?
回复 支持 反对

使用道具 举报

发表于 2005-2-25 20:12:38 | 显示全部楼层
我进如后不能用make命令,出错提示如下:
[root@utw002 fcitx-3.0.4]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
回复 支持 反对

使用道具 举报

发表于 2005-3-1 16:08:02 | 显示全部楼层
楼上的试试
# ./configure -prefix=/usr

我的错误信息是
make[1]: *** [FrameMgr.o] 错误 1
make[1]: Leaving directory `/usr/local/fcitx-3.0.0rc/lib'
make: *** [all-recursive] 错误 1

第一个估计是FrameMgr.c没有编译成功,因为上面是一串FrameMgr的出错信息
这个不知道是不是因为我下的版本有问题,还是压缩包有问题...
我的版本是3.0.0rc eNet下的
第二个就莫明其妙了,我也不知道错在哪,请大家帮帮忙,3Q~~~
回复 支持 反对

使用道具 举报

发表于 2005-3-2 22:30:20 | 显示全部楼层
楼上的picktracy朋友,谢谢你作答,但我还是搞不懂,安装不起FCITX。删了rh的输入法安装fcitx,现在好了,fcitx没有安装起,原来的输入法也不见。我在/usr/bin/里运行fcitx,提示不有这个文件。在/boot/里也找不到这个profile
经常听你们说“编译”,打开"~/.gWuBi/profile" ,我就是不知道用什么来“打开”。能说详细一点吗?比如在#下面输入什么命令,可能“编译”这些文件?我是新手,真得一点不懂。
回复 支持 反对

使用道具 举报

发表于 2005-3-2 22:35:53 | 显示全部楼层

为什么有时候,明明是五笔,而输出的还是英文?

把fcitx调成五笔,但输出的还是英文,
如果过一会时间,又正常了.
不知为什么?
请高手指教?
回复 支持 反对

使用道具 举报

发表于 2005-3-11 01:51:10 | 显示全部楼层
在fcitx目录下执行:(./configure -prefix=/usr)是什么意思?
谁能告诉我?
这是我执行这命令后的提示:
[root@localhost fcitx-3.1]# ./configure -prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking wait.h usability... yes
checking wait.h presence... yes
checking for wait.h... yes
checking for sys/wait.h... (cached) yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for pkg-config... /usr/bin/pkg-config
checking for xft >= 0.0.0... yes
checking XFT_CFLAGS... -I/usr/X11R6/include -I/usr/include/freetype2
checking XFT_LIBS... -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig
checking for pid_t... yes
checking for size_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strstr... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fcitx.spec
config.status: creating doc/Makefile
config.status: creating data/Makefile
config.status: creating debian/Makefile
config.status: creating xpm/Makefile
config.status: creating lib/Makefile
config.status: creating src/version.h
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating config.h
config.status: executing depfiles commands
回复 支持 反对

使用道具 举报

发表于 2005-3-11 02:06:17 | 显示全部楼层
之前在fcitx目录下执行:make命令 报错的。
[root@localhost root]# make
make: *** No targets specified and no makefile found.  Stop.
在执行(./configure -prefix=/usr)命令后我执行了(make)命令:
[root@localhost fcitx-3.1]# make
make  all-recursive
make[1]: Entering directory `/root/fcitx-3.1'
Making all in doc
make[2]: Entering directory `/root/fcitx-3.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/fcitx-3.1/doc'
Making all in debian
make[2]: Entering directory `/root/fcitx-3.1/debian'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/fcitx-3.1/debian'
Making all in xpm
make[2]: Entering directory `/root/fcitx-3.1/xpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/fcitx-3.1/xpm'
Making all in lib
make[2]: Entering directory `/root/fcitx-3.1/lib'
。。。。。。。。。。。。
。。。。。。。。。。。。
。。。。。。。。。。。。(中间部分省略)
Reading 6726 records.

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../lib    -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2   -D_USE_XFT -Wall -MT createPYMB.o -MD -MP -MF ".deps/createPYMB.Tpo" -c -o createPYMB.o createPYMB.c; \
then mv -f ".deps/createPYMB.Tpo" ".deps/createPYMB.Po"; else rm -f ".deps/createPYMB.Tpo"; exit 1; fi
gcc  -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2
-D_USE_XFT -Wall   -o createPYMB  createPYMB.o  -L/usr/X11R6/lib -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig   -lX11
./createPYMB ../data/gbkpy.org ../data/pyPhrase.org
转换了 27673 个汉字,共 410 组。
正在保存拼音码表……
OK!


共读入 52196 个词组,成功转换 52196 个!
正在写入词组文件……
OK!
mv pybase.mb pyphrase.mb ../data/
make[2]: Leaving directory `/root/fcitx-3.1/tools'
Making all in data
make[2]: Entering directory `/root/fcitx-3.1/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/fcitx-3.1/data'
make[2]: Entering directory `/root/fcitx-3.1'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/fcitx-3.1'
make[1]: Leaving directory `/root/fcitx-3.1'
[root@localhost fcitx-3.1]#
这样是说明安装成功了吗?
因为之前我成功装了个fcitx-3.0.2-1.i386.rpm
回复 支持 反对

使用道具 举报

发表于 2005-3-16 14:29:42 | 显示全部楼层
第一次知道"输入法要正常运行,有三个条件,"  谢谢了!!   
回复 支持 反对

使用道具 举报

发表于 2005-3-22 13:57:09 | 显示全部楼层
我的就是不行,帮忙看看。

[root@zjs root]# locale
LANG=zh_CN.gbk
LC_CTYPE="zh_CN.gbk"
LC_NUMERIC="zh_CN.gbk"
LC_TIME="zh_CN.gbk"
LC_COLLATE="zh_CN.gbk"
LC_MONETARY="zh_CN.gbk"
LC_MESSAGES="zh_CN.gbk"
LC_PAPER="zh_CN.gbk"
LC_NAME="zh_CN.gbk"
LC_ADDRESS="zh_CN.gbk"
LC_TELEPHONE="zh_CN.gbk"
LC_MEASUREMENT="zh_CN.gbk"
LC_IDENTIFICATION="zh_CN.gbk"
LC_ALL=zh_CN.gbk
[root@zjs root]# echo $XMODIFIERS
@im=fcitx
[root@zjs root]# fcitx
/usr/bin/fcitx: line 1: [Desktop: command not found
/usr/bin/fcitx: line 19: X-KDE-SubstituteUID=false: command not found
/usr/bin/fcitx: line 20: X-KDE-Username=: command not found
[root@zjs root]#

redhat9 ,kde3.1.1 ,fcitx3.1 字体=zysong18030
双击fcitx 可以出来fcitx界面,就是打不出汉字。
回复 支持 反对

使用道具 举报

发表于 2005-3-26 12:54:36 | 显示全部楼层

太好了,终于有5笔了。

不好了,终于有5笔了,不管怎么说,我都不知道我5笔跑到哪去了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表