From: Eric C. <ech...@gm...> - 2010-09-06 06:24:08
|
On Sun, Sep 5, 2010 at 11:49 AM, Jason Fleetwood-Boldt <te...@da...> wrote: > is anyone on this list? A few of us :) > Is RubyCocoa still active or is the project dead? It's not very active. Most of the Cocoa Ruby stuff is happening with MacRuby. > > Begin forwarded message: > > From: Jason Fleetwood-Boldt <te...@da...> > Date: August 28, 2010 5:37:28 PM EDT > To: rub...@li... > Subject: [Rubycocoa-talk] RubyCocoa newbie questions > Reply-To: rub...@li... > > 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 RubyCocoa works only with 1.8. MacRuby is based on 1.9; perhaps you'd have luck with it. (The API is a little different from RubyCocoa, unfortunately.) Its mailing list is at http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel . Matt Aimonetti is working on a book (for O'Reilly); what he has so far is at http://macruby.labs.oreilly.com/ . Good luck! > 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). |