分页: 1 / 1

在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-10-16 13:20
oucanrong
maple@ubuntu:~/fcitx-svn_source$ sudo ./configure --prefix=/usr --enable-tray=yes | grep no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether we are cross compiling... no
checking for gcc option to accept ISO C89... none needed
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no

:em19

Re: 在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-10-16 15:48
oucanrong
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
这两个是什么意思?

Re: 在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-10-16 15:50
wangdu2002
看源码里的安装说明。。。应该是少了X的开发库和ia32-libs吧。

Re: 在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-10-16 15:53
tenzu
没必要发两遍

Re: 在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-10-16 19:14
oucanrong
没有重复,一次是在i386上编译,一次是在amd64上编译

Re: 在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-10-16 23:41
tusooa
要ia32-libs干吗?

代码: 全选

sudo apt-get build-dep fcitx
sudo aptitude install xorg-dev gcc build-essential libc6-dev
就搞定

Re: 在ubuntu-amd64上编辑fcitx,这次又缺了什么啊?

发表于 : 2009-11-07 12:33
junyang517
如何获取32-lib???我的也是这个问题