RHEL 5.3一直无法安装fcitx-3.6.3

在VM Workstation上安装的RHEL 5.3,想要安装fcitx-3.6.3,
按照网上大家说的要安装的rpm包,仍无法make成功。请教各位,装N久了还没成。。。。急啊。。。。。。。
谢谢~~~~~~~~~~~
执行./configure的信息:
./config
bash: ./config: 没有那个文件或目录
[root@localhost fcitx-3.6.3]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
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 working iconv... yes
checking for iconv declaration... install-shextern 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 , headers
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XFT... yes
checking for DBUS... no
configure: WARNING: No dbus found, skipping configure for Dbus
checking for pid_t... yes
checking for size_t... 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 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: config.h is unchanged
config.status: executing depfiles commands


执行make的信息:
# make
make  all-recursive
make[1]: Entering directory `/tmp/fcitx-3.6.3'
Making all in doc
make[2]: Entering directory `/tmp/fcitx-3.6.3/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/fcitx-3.6.3/doc'
Making all in xpm
make[2]: Entering directory `/tmp/fcitx-3.6.3/xpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/fcitx-3.6.3/xpm'
Making all in lib
make[2]: Entering directory `/tmp/fcitx-3.6.3/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/fcitx-3.6.3/lib'
Making all in src
make[2]: Entering directory `/tmp/fcitx-3.6.3/src'
gcc -DPKGDATADIR=\"/usr/local/share/fcitx\" -I. -I.. -I. -I../lib -I../xpm   -O2 -fno-strength-reduce -g -O2   -D_ENABLE_TRAY    -I/usr/include/freetype2   -D_USE_XFT -Wall -MT ime.o -MD -MP -MF .deps/ime.Tpo -c -o ime.o ime.c
在包含自 ime.c:43 的文件中:
TrayWindow.h:5:21: 错误:X11/xpm.h:没有那个文件或目录
In file included from ime.c:43:
TrayWindow.h:19: 错误:expected specifier-qualifier-list before ‘XpmAttributes’
make[2]: *** [ime.o] 错误 1
make[2]: Leaving directory `/tmp/fcitx-3.6.3/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/tmp/fcitx-3.6.3'
make: *** [all] 错误 2

作者: zhaoyh12   发布时间: 2010-09-24

安装 libXpm 这个包,然后再编译。

或者向 fcitx 提 Bug吧,明明需要这个 libXpm或者 libXpm-devel , configure 的时候却没有检查,可以提 bug.

作者: deepwhite   发布时间: 2010-09-25

这个已经不开发了吧,我若没记错,RHEL好像自带一个中文输入法(N年没用了,忘了是哪个了)

作者: wangyu   发布时间: 2010-09-25

这个已经不开发了吧,我若没记错,RHEL好像自带一个中文输入法(N年没用了,忘了是哪个了)
wangyu 发表于 2010-9-25 09:33
呵呵,早就继续做了。

作者: deepwhite   发布时间: 2010-09-25

怎么无法引用回复呀?

作者: zhaoyh12   发布时间: 2010-09-25

谢谢红联版主deepwhite,安装了libXpm-devel包后ok了,非常感谢!!!^_^
输入法已经可以使用了。

作者: zhaoyh12   发布时间: 2010-09-25