laohuanggua 发表于 2011-03-28 01:31

ruby中的ruby-gtk2模块在那个源啊??

RT!

centos5.5中添加了epel源,rpmforge,又添加了elff源。

还是不行啊。就问如何安装ruby-gtk2???

2gua 发表于 2011-03-28 08:38

gem install gtk2

laohuanggua 发表于 2011-03-28 10:52

谢谢瓜版。还是没搞定

#rpm -qa|grep ruby
ruby-irb-1.8.6.399-2.el5
ruby-1.8.6.399-2.el5
ruby-rdoc-1.8.6.399-2.el5
ruby-devel-1.8.6.399-2.el5
ruby-libs-1.8.6.399-2.el5
rubygems-1.3.5-1.el5



#gem install gtk2


Building native extensions.This could take a while...
ERROR:Error installing gtk2:
      ERROR: Failed to build gem native extension.

/usr/bin/ruby extconf.rb
checking for GCC... yes
checking for rb_define_alloc_func() in ruby.h... yes
checking for rb_block_proc() in ruby.h... yes
checking for new allocation framework... yes
checking for attribute assignment... yes
checking for Win32 OS... no
checking for gobject-2.0... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.Check the mkmf.log file for more
details.You may need configuration options.


是不是一定要装xwin啊??我的是在服务器上装的。

2gua 发表于 2011-03-28 14:50

checking for gobject-2.0... *** extconf.rb failed ***

2gua 发表于 2011-03-28 14:57

glib-2.0 & gobject-2.0 packages not found。
页: [1]
查看完整版本: ruby中的ruby-gtk2模块在那个源啊??