Comment #3 on issue 302 by lczxster: 编译遭到glib版本不够,
http://code.google.com/p/ibus/issues/detail?id=302

我尝试了
在ubuntu 10.04下先要安装sudo apt-get install gnome-common
然后我卡在了
***Error***: You must have glib-gettext >= 2.2.0 installed
  to build ibus.  Download the appropriate package for
  from your distribution or get the source tarball at
    ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz

10.04上的是2.1.0,而这个ftp上的文件名应该是glib-2.2.0.tar.bz
下好,安装glib2.2成功,继续
***Error***: You must have gtk-doc >= 1.0 installed
  to build ibus.  Download the appropriate package for
  from your distribution or get the source tarball at
    http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
又更新 sudo apt-get install gtk-doc-tools
通过这一步,接下来
***Error***: some autoconf macros required to build ibus
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS?


--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复