
转载: Bug 663802 - GConf2 2.32.1 requires glib2 2.27.x (not 2.26.x) to build?
GConf2的2.32.1版本在glib2的2.26版本上无法编译通过,但是configure脚本却能正常运行通过。在编译时会提示缺少函数“g_settings_get_range”。这是一个漏洞。
https://bugzilla.redhat.com/show_bug.cgi?id=663802
亮点:
The issue is that a single line of code breaks the assumption that GConf2
2.32.1 can be rebuilt safely against glib 2.26.0, namely:
range = g_settings_get_range (settings, keys[j]);
(As mentioned in the b.g.o report, g_settings_get_range was introduced in
glib-2.27.1).
HxLauncher: Launch Android applications by voice commands