From: Jason Fleetwood-B. <te...@da...> - 2010-08-28 22:04:16
|
Hey RubyCocoa, Trying to hit the tires with RubyCocoa this weekend. A few beginner questions, I'm trying to get RubyCocoa working with rvm, I installed ruby 1.9.1 using the --enable-shared (rvm install 1.9.1 --enable-shared) flag but it is still telling me this won't work: ~ jason$ rvm use 1.9.1 info: Using ruby 1.9.1 p378 ~ jason$ irb -r osx/cocoa /Users/jason/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb/init.rb:264:in `require':LoadError: no such file to load -- osx/cocoa Any advice? Mostly just trying to get off the ground with this so I need some tips as to how to make sure I've loaded & installed everything correctly. Thanks in advance, Jason p.s. If there's a way I can offer to help with the documentation I'd be happy to (i.e. share what I learn). |