Updates:
Status: Notabug
Comment #4 on issue 1092 by takao.fujiwara1: Compile ibus on centos5.4 has
error
http://code.google.com/p/ibus/issues/detail?id=1092
the root cause is GLIB_GENMARSHAL
but in the log file, the GLIB_GENMARSHAL is empty
If it was empty, your configure script didn't get the right value.
/bin/sh: line 1: --prefix=ibus_marshal: command not found
It means $GLIB_GENMARSHAL was empty as "$GLIB_GENMARSHAL
--prefix=ibus_marshal ..."
The 'configure' file includes the following line:
GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
I asked the PKG_CONFIG value in the previous comment.
% pkg-config --variable=glib_genmarshal glib-2.0
glib-genmarshal
If the pkg-config didn't return the right value, I guess you don't install
/usr/lib*/pkgconfig/glib-2.0.pc or your .pc file doesn't include the right
value.
BTW, IBus 1.2 is old and we'd recommend to use 1.3 at present (will be 1.4).
--
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