我正在尝试在developer.gnome.org链接上编译GIO示例程序代码。我用来编译它的命令是
g++ gdbserver.cpp `pkg-config glib-2.0 --libs --cflags gtk+-2.0 gio-unix-2.0`
但错误信息
package gio-unix-2.0 was not found in the pkg-config search path
(... the remaining pkg-config message ...)
error: gio/gio.h: No such file or directory
(... other g++ error messages ...)
安装了glib和glib-devel(我认为GIO带有glib,对吧?) 我在这里做错了。
编辑:我正在使用的centos5.5(我应该使用它)有glib2版本2.12并且只有版本为2.15或更高版本的glib2与GIO一起使用。我不确定如何单独安装GIO。
答案 0 :(得分:0)
CentOS 5.5没有gio。它使用gvfs代替。