在 ruby1.9 上安装 ruby/gnome2
我的目的是安装 ruby/gnome2 并使其与 Ubuntu9.10 上的 ruby1.9 一起工作。
我已经让 ruby/gnome2 与 ruby1.8 一起工作,但我需要让它与 ruby1.9 一起工作。我也有 ruby1.9 工作。当我在 ruby-gnome2-all-0.19.3:
ruby1.9 extconf.rb
中运行时,它最终给了我:
目标库:glib、gdkpixbuf、pango、atk、gtk、gconf、libglade 忽略的库:gnomeprintui、panel-applet、gtksourceview、gtksourceview2、bonoboui、bonobo、libart、goocanvas、rsvg、gnomeprint、gstreamer、vte、gnomevfs、poppler、gnomecanvas、gtkglext、gnome、gtkmozembed、gtkhtml2,
所以似乎有些软件包未能成功安装。例如,当我查找 gnomeprintui 部分的日志时,它在返回后退出:
cheking for libgnomeprinrui-2.2... 不
,但是 apt-get 说我有它的最新版本。谁能告诉我如何解决这个问题?
My purpose is to install ruby/gnome2 and make it work with ruby1.9 on Ubuntu9.10.
I already have ruby/gnome2 working with ruby1.8, but I need to make it work with ruby1.9. I also have ruby1.9 working. When I run within ruby-gnome2-all-0.19.3:
ruby1.9 extconf.rb
it eventually gives me:
Target libraries: glib, gdkpixbuf, pango, atk, gtk, gconf, libglade
Ignored libraries: gnomeprintui, panel-applet, gtksourceview, gtksourceview2, bonoboui, bonobo, libart, goocanvas, rsvg, gnomeprint, gstreamer, vte, gnomevfs, poppler, gnomecanvas, gtkglext, gnome, gtkmozembed, gtkhtml2
so it seems some packages failed to be installed. When I look for the log for example for the gnomeprintui part, it exits after returning:
cheking for libgnomeprinrui-2.2... no
but apt-get says I have the newest version of it. Can anyone tell me how to resolve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要安装 libgnomeprinrui 的开发包。
You, probably, need to install devel package for libgnomeprinrui.