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

编译打包和其他
回复
oucanrong
帖子: 295
注册时间: 2009-05-20 18:26

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

#1

帖子 oucanrong » 2009-10-16 13:20

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
oucanrong
帖子: 295
注册时间: 2009-05-20 18:26

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

#2

帖子 oucanrong » 2009-10-16 15:48

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
这两个是什么意思?
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

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

#3

帖子 wangdu2002 » 2009-10-16 15:50

看源码里的安装说明。。。应该是少了X的开发库和ia32-libs吧。
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

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

#4

帖子 tenzu » 2009-10-16 15:53

没必要发两遍
oucanrong
帖子: 295
注册时间: 2009-05-20 18:26

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

#5

帖子 oucanrong » 2009-10-16 19:14

没有重复,一次是在i386上编译,一次是在amd64上编译
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

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

#6

帖子 tusooa » 2009-10-16 23:41

要ia32-libs干吗?

代码: 全选

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

代码: 全选

] ls -ld //
junyang517
帖子: 98
注册时间: 2009-11-03 13:21
联系:

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

#7

帖子 junyang517 » 2009-11-07 12:33

如何获取32-lib???我的也是这个问题
回复