How can I fix this?

I`m just install Ruby 1.8.5

C:\rubyclr\Samples\GoogleCalc>calc.rb
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_re quire': no such file to load -- rubyclr (LoadError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:inre
quire’
from C:/rubyclr/Samples/GoogleCalc/calc.rb:3

On 9/25/06, Gaech [email protected] wrote:

I`m just install Ruby 1.8.5

C:\rubyclr\Samples\GoogleCalc>calc.rb
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_re quire': no such file to load -- rubyclr (LoadError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in re
quire’
from C:/rubyclr/Samples/GoogleCalc/calc.rb:3

Just a blind guess: Aren’t you mixing two ruby versions? c ruby and .net
ruby?
In that case, fix your paths.

Jan S. wrote:

    from C:/rubyclr/Samples/GoogleCalc/calc.rb:3

Just a blind guess: Aren’t you mixing two ruby versions? c ruby and .net ruby?
In that case, fix your paths.

Please tell me how

On Mon, 25 Sep 2006 17:35:14 +0900
“Gaech” [email protected] wrote:

c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire’
from C:/rubyclr/Samples/GoogleCalc/calc.rb:3

Just a blind guess: Aren’t you mixing two ruby versions? c ruby and .net ruby?
In that case, fix your paths.

Please tell me how

Gaech,

This:

http://www.iunknown.com/articles/2006/03/16/third-drop-of-rubyclr

And:

http://www.ruby-lang.org/en/

Are different. Not compatible. Uninstall both, install rubyclr only.

Please write about RubyCLR install in details
Thanks!