From: "R.. Kumar 1.9.1 OSX" Date: 2010-08-21T00:22:04+09:00 Subject: Re: RVM macruby install procedure needs improvement Brian Candler wrote: > R.. Kumar 1.9.1 OSX wrote: >> (WHy is it complaining about **1.9.1** inside 1.9.2 ???) > > http://www.ruby-lang.org/en/news/2010/08/18/ruby-1-9-2-is-released/ > > "FAQ > > The standard library is installed in /usr/local/lib/ruby/1.9.1 > > This version number is "library compatibility version". Ruby 1.9.2 is > mostly compatible with the 1.9.1, so its library is installed in the > directory." Just checked. I have no dir called ruby in /usr/local/lib. Also, i tried copying the files from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/ to /usr/local/bin and trying out "macirb". It won't load: 2010-08-20 20:43:06.702 macruby[75748:903] *** Terminating app due to uncaught exception 'NoMethodError', reason: 'undefined method `split' for nil:NilClass (NoMethodError) ' *** Call stack at first throw: ( 0 CoreFoundation 0x00007fff80132cc4 __exceptionPreprocess + 180 1 libobjc.A.dylib 0x00007fff82ea20f3 objc_exception_throw + 45 2 libmacruby.dylib 0x0000000100154445 rb_vm_raise + 437 3 libmacruby.dylib 0x000000010003fdf9 rb_exc_raise + 9 4 libmacruby.dylib 0x0000000100151db6 rb_vm_method_missing + 566 5 libmacruby.dylib 0x0000000100141ab9 rb_vm_dispatch + 6841 6 libmacruby.dylib 0x0000000100144a54 rb_vm_yield_args + 3044 7 libmacruby.dylib 0x00000001001406a8 rb_vm_dispatch + 1704 8 deprecated.rbo 0x0000000102df2413 MREP_B11FADFC64CD4989998BA496E66B8860 + 2211 ) terminate called after throwing an instance of 'NSException' ------- I've tried to leave a message on irc.freenode.net but am totally lost -- never used IRC before. -- Posted via http://www.ruby-forum.com/.