Comment by BM888888:

编译时报错:

ibus_x11-main.o: In function `xim_store_ic_values':  
/root/down/200809/ibus-0.1.1.20080908/client/x11/main.c:133: undefined  
reference to `g_strcmp0'  
/root/down/200809/ibus-0.1.1.20080908/client/x11/main.c:136: undefined  
reference to `g_strcmp0'  
/root/down/200809/ibus-0.1.1.20080908/client/x11/main.c:148: undefined  
reference to `g_strcmp0'  
/root/down/200809/ibus-0.1.1.20080908/client/x11/main.c:139: undefined  
reference to `g_strcmp0' ibus_x11-main.o: In function `main':  
/root/down/200809/ibus-0.1.1.20080908/client/x11/main.c:780: undefined  
reference to `g_strcmp0'  
ibus_x11-main.o:/root/down/200809/ibus-0.1.1.20080908/client/x11/main.c:783:  
more undefined references to `g_strcmp0' follow


看了一下,g_strcmp0 需要glib >=2.16,   Since 2.16
在ubuntu7.04下最高版本是   2.12
libglib2.0-0   2.12.11-0ubunt

所以无法编译通过。我也遇到这个问题,未解决。






For more information:
http://code.google.com/p/ibus/wiki/FAQCN

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

回复