我想安装Accerciser 我的操作系统是fedora 16 我下载了包裹, 'cd'进入文件夹 并运行'./configure' 得到
checking for PYGOBJECT... no
configure: error: Package requirements (pygobject-3.0 >= PYGOBJECT_REQUIRED) were not met:
No package 'pygobject-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYGOBJECT_CFLAGS and PYGOBJECT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
但是,我查了一下
好像我已经安装了pygobject 3
如何处理这个问题?
谢谢!
[root@kit accerciser-3.5.3]# rpm -qa|grep "pygobject"
pygobject2-codegen-2.28.6-2.fc16.x86_64
pygobject3-3.0.3-1.fc16.x86_64
pygobject2-devel-2.28.6-2.fc16.x86_64
pygobject2-2.28.6-2.fc16.x86_64
pygobject2-doc-2.28.6-2.fc16.x86_64
答案 0 :(得分:7)
安装pygobject3-devel
包。