Comment by zhh225:
In order install ibus on centos 4.5 x86_64 system, a lot of software need
to be updated!
I update the pkg-config to version 0.18, then pkg-config tool can not found
the glib-2.0 package.
$ ./pkgconfig-0.18/bin/pkg-config --modversion glib-2.0
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
but the system original pkg-config tool which version is 0.15, can find the
glib-2.0 package.
$ /usr/bin/pkg-config --version
0.15.0
$ /usr/bin/pkg-config --modversion glib-2.0
2.4.7
the ibus require a glibc-2.0 version > 2.18, so the system glib-2.0 is OK.
but pkg-config tool can not found the glib in system.
For more information:
http://code.google.com/p/ibus/wiki/Install
--
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