[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

cyclic prob with gem_origina_require

pere.noel

10/20/2006 9:50:00 AM

I'd like to cure a cyclic prob with gem_origina_require, i get a prob
with gem each time i upgrade Ruby and/or rubygems.

Here is my setup :

Mac OS X 10.4.8
ruby 1.8.5 (2006-08-25) [powerpc-darwin8.8.0]
gem --version == 0.9.0

ruby and gem being installed under DarwinPorts.

here is the error message i get :

~/Desktop/gruff-0.2.4%> ruby
/Users/yvon/Desktop/gruff-0.2.4/test/test_line.rb >
test_line.rb_ERROR.txt
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- rubycocoa (LoadError)
from
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from /opt/local/lib/ruby/vendor_ruby/1.8/osx/cocoa.rb:11
from
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in

a number of times trying "~/Desktop/gruff-0.2.4%> ruby
/Users/yvon/Desktop/gruff-0.2.4/test/test_line.rb >
test_line.rb_ERROR.txt
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- rubycocoa (LoadError)
from
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from /opt/local/lib/ruby/vendor_ruby/1.8/osx/cocoa.rb:11
from
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in "
<http://www.rubycocoa.com/cocoa-magic-for-gruff-...

and following the advices given on this page.

posted in case you know about a workaround.