编译rhythmbox问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
snhun
帖子: 10
注册时间: 2013-05-11 14:38
系统: WIN8

编译rhythmbox问题

#1

帖子 snhun » 2013-08-08 16:51

configure后提示
checking for gobject-introspection... configure: error: gobject-introspection-1.0 is not installed
然后我install gobject-introspection装的是1.3几版的,仍然提示error: gobject-introspection-1.0 is not installed
请问该怎么解决啊?
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: 编译rhythmbox问题

#2

帖子 lainme » 2013-08-08 17:26

目测需要装这个包 libgirepository1.0-dev

另,你可以用 apt-get build-dep rhythmbox 来安装编译依赖的包
snhun
帖子: 10
注册时间: 2013-05-11 14:38
系统: WIN8

Re: 编译rhythmbox问题

#3

帖子 snhun » 2013-08-08 17:32

lainme 写了:目测需要装这个包 libgirepository1.0-dev

另,你可以用 apt-get build-dep rhythmbox 来安装编译依赖的包
依赖包好大。我试试,谢谢。
回复