GLib-GObject-WARNING **: Two different plugins tried to register
Posted gavanwanggw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GLib-GObject-WARNING **: Two different plugins tried to register相关的知识,希望对你有一定的参考价值。
使用 Ubuntu vivid 的 glib-2.44.1 的程序总是打印类似这种警告:
GLib-GObject-WARNING **: Two different plugins tried to register
GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point
通过遍查 glib 代码,发现 gio/giomodule.c 文件的 _g_io_modules_ensure_loaded 函数里有这么一句:
/* Hard-coded fallback directory for pre-multiarch compatibility */ g_io_modules_scan_all_in_directory ("/usr/lib/gio/modules");
将这一句凝视掉,又一次编译,就不再出现上述警告了。
以上是关于GLib-GObject-WARNING **: Two different plugins tried to register的主要内容,如果未能解决你的问题,请参考以下文章