[讨论] ibus-array-0.0.2 and iBus 1.4

楼主: ray2501 (猫是一只猫)   2012-07-15 12:13:28
二个似乎不相容,我已经先切换到 SCIM-Array 了,
不过经过搜寻,修改 source code 以后可以编译,不过我就没测试了...
下面是资料来源:
https://bugs.archlinux.org/task/26124
ibus-array-0.0.2/src/engine.c
在 ibus_array_init() function,
res = ibus_config_get_value (config, "engine/Array",
// "SpecialNotify", &value);
// if (res) {
"SpecialNotify");
if (res != NULL) {
//const gchar* str = g_value_get_string(&value);
const gchar* str = g_variant_get_string (res, NULL);
if (g_strcmp0(str, "1") == 0)
is_special_notify = TRUE;
}
res = ibus_config_get_value (config, "engine/Array",
// "SpecialOnly", &value);
// if (res) {
"SpecialNotify");
if (res != NULL) {
//const gchar* str = g_value_get_string(&value);
const gchar* str = g_variant_get_string (res, NULL);
另外在 configure.ac, 在 pthread 附近加入
# checks for dl
AC_SEARCH_LIBS(dlopen, dl)
测试的时候发现在 sqlite3.c 会编译失败...
作者: caterans (无所谓)   2012-07-29 22:15:00
大哥你po错板了
作者: forloricever (sigh...)   2012-07-31 18:36:00
没 po 错... 并不是每个人都用 windows
作者: caterans (无所谓)   2012-08-01 12:55:00
是,小弟上了一课

Links booklink

Contact Us: admin [ a t ] ucptt.com