Comment #58 on issue 526 by takao.fujiwara1: Dead keys (^`~ etc) don't work in XIM programs
http://code.google.com/p/ibus/issues/detail?id=526

Did anybody run into this error message while compiling ibus-xkb?
[ruben@Toshiba ibus-xkb-1.4.99.20120525]$ make
Making all in gtk3
make[3]: Entering directory `/home/ruben/temporal/ibus-xkb-1.4.99.20120525/ui/gtk3'
false --metadatadir ../../ui/gtk3 --library gkbd \
     --pkg gtk+-3.0 --pkg glib-2.0 --pkg gmodule-2.0 \
      /usr/share/gir-1.0/Gkbd-3.0.gir
make[3]: *** [gkbd.vapi] Error 1

Probably I think you didn't install IBus*.typelib

ibus would be built with the following configure options:

# cd ibus-1.4.99.20120529
# ./configure --prefix=/usr \
              --disable-engine --disable-ui --prefix=/usr \
              --enable-dconf --disable-gconf \
              --enable-introspection

ibus-xkb would be built with the following configure options:

# cd ibus-xkb-1.4.99.20120531
# ./configure --prefix=/usr --enable-dconf --disable-gconf


--
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

回复