您的位置:程序门 -> linux/unix社区 -> 系统维护与使用区



redhat9下安装fcitx出错


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


redhat9下安装fcitx出错
发表于:2007-04-22 20:38:20 楼主
我在redhat9   下安装fcitx输入法,用的是源代码安装方式,fcitx_3.4.tar.bz2.
configure没出问题,但是make时提示如下:(因提示部分太长,只贴出了后面部分)

framemgr.c:2137:   error:   ‘struct   _iter'   has   no   member   named   ‘cm'
framemgr.c:2154:   error:   ‘struct   _iter'   has   no   member   named   ‘cm'
framemgr.c:2172:   error:   ‘struct   _iter'   has   no   member   named   ‘cm'
framemgr.c:2175:   error:   ‘struct   _iter'   has   no   member   named   ‘cm'
framemgr.c:   in   function   ‘iterreset':
framemgr.c:2202:   error:   ‘struct   _iter'   has   no   member   named   ‘cm'
framemgr.c:2210:   error:   ‘struct   _iter'   has   no   member   named   ‘cm'
framemgr.c:2221:   error:   ‘struct   _iter'   has   no   member   named   ‘cur_no'
framemgr.c:   in   function   ‘itersetstartwatch':
framemgr.c:2228:   error:   ‘struct   _iter'   has   no   member   named   ‘start_watch_proc'
framemgr.c:2229:   error:   ‘struct   _iter'   has   no   member   named   ‘client_data'
framemgr.c:   at   top   level:
framemgr.c:2272:   error:   expected   ‘=',   ‘,',   ‘;',   ‘asm'   or   ‘__attribute__'   before   ‘chainitergetnext'
make[2]:   ***   [framemgr.o]   error   1
make[2]:   leaving   directory   `/mnt/software/fcitx-3.4/lib '
make[1]:   ***   [all-recursive]   error   1
make[1]:   leaving   directory   `/mnt/software/fcitx-3.4 '
make:   ***   [all]   error   2

小弟才用linux,第一次用源码方式安装就出这样的问题,不知该怎么解决。望指教
发表于:2007-07-09 21:40:211楼 得分:0
我的fcitx也出问题了
不知道怎么解决
唉!
发表于:2007-07-15 12:47:122楼 得分:0
我是这样装的,你试试看


128.install   fcitx

http://www.linuxsir.org/bbs/showthread.php?s=803d7f1b9b0086fea9098c91e4f7ea55&threadid=37665


uninstall   the   system   default   input


for   red   hat   9

#rpm   -aq ¦grep   minichinput

#rpm   -e     minichinput <verison>


if   you   want   to   return   minchinput,use   follow   sentence.

rpm   ivh   <文件名>


1.configure

#tar   jxvf   ebf-fcitx- <版本号> .tar.bz2

#./configure


2.compile

#   make

use   root   session


3.安装:

#   su

<input   root 's   password>

#   make   install


4.修改配置文件

/home/newman0708/.bashrc


export   lc_all=zh_cn

export   lang=zh_cn.gb18030

export   xmodifiers= "@im=fcitx "

export   xim=fcitx

export   xim_program=fcitx


/home/newman0708/.bash_profile

#   add   follow   sentence:

fcitx


快速检索

最新资讯
热门点击