From sjltaylor at googlemail.com Tue Jul 6 13:41:53 2010 From: sjltaylor at googlemail.com (Sam Taylor) Date: Tue, 6 Jul 2010 18:41:53 +0100 Subject: [Rubyosa-discuss] gem installation Message-ID: When I try to install rubyosa using "gem install rubyosa" (as a super user), the following is displayed: http://pastebin.com/S5QRu8Qm Ruby version 1.8.7 patch level 174 Gem version 1.3.7 GNU Make v3.8.1 Mac OS X 10.6.4 I get the same error when I check the source out of svn and run "make" (after "ruby extconf.rb") What is one to do! :) -Regards, Sam -------------- next part -------------- An HTML attachment was scrubbed... URL: From jared at jfine.org Tue Jul 6 13:52:23 2010 From: jared at jfine.org (Jared Fine) Date: Tue, 6 Jul 2010 13:52:23 -0400 Subject: [Rubyosa-discuss] gem installation In-Reply-To: References: Message-ID: Do you have Xcode installed? On Tue, Jul 6, 2010 at 1:41 PM, Sam Taylor wrote: > When I try to install rubyosa using "gem install rubyosa" (as a super > user), the following is displayed: > > http://pastebin.com/S5QRu8Qm > > Ruby version 1.8.7 patch level 174 > Gem version 1.3.7 > GNU Make v3.8.1 > Mac OS X 10.6.4 > > I get the same error when I check the source out of svn and run "make" > (after "ruby extconf.rb") > > What is one to do! :) > > -Regards, Sam > > _______________________________________________ > Rubyosa-discuss mailing list > Rubyosa-discuss at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosa-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonbaer at gmail.com Tue Jul 6 14:04:43 2010 From: jonbaer at gmail.com (Jon Baer) Date: Tue, 6 Jul 2010 14:04:43 -0400 Subject: [Rubyosa-discuss] gem installation In-Reply-To: References: Message-ID: I would highly recommend taking timeout + installing RVM (Ruby Version Manager) ... http://rvm.beginrescueend.com This would let you keep system ruby, 1.9, and MacRuby separate and avoid gem problems, also if Im not mistaken w/ new MacRuby you do not need this gem(?) ... - Jon On Jul 6, 2010, at 1:41 PM, Sam Taylor wrote: > When I try to install rubyosa using "gem install rubyosa" (as a super user), the following is displayed: > > http://pastebin.com/S5QRu8Qm > > Ruby version 1.8.7 patch level 174 > Gem version 1.3.7 > GNU Make v3.8.1 > Mac OS X 10.6.4 > > I get the same error when I check the source out of svn and run "make" (after "ruby extconf.rb") > > What is one to do! :) > > -Regards, Sam > _______________________________________________ > Rubyosa-discuss mailing list > Rubyosa-discuss at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosa-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From jared at jfine.org Tue Jul 6 14:30:10 2010 From: jared at jfine.org (Jared Fine) Date: Tue, 6 Jul 2010 14:30:10 -0400 Subject: [Rubyosa-discuss] gem installation In-Reply-To: References: Message-ID: Ya, I just tested via RVM using an empty gemset w/ 1.8.7 and gem install rubyosa installed no problem. On Tue, Jul 6, 2010 at 2:04 PM, Jon Baer wrote: > I would highly recommend taking timeout + installing RVM (Ruby Version > Manager) ... > > http://rvm.beginrescueend.com > > This would let you keep system ruby, 1.9, and MacRuby separate and avoid > gem problems, also if Im not mistaken w/ new MacRuby you do not need this > gem(?) ... > > - Jon > > On Jul 6, 2010, at 1:41 PM, Sam Taylor wrote: > > When I try to install rubyosa using "gem install rubyosa" (as a super > user), the following is displayed: > > http://pastebin.com/S5QRu8Qm > > Ruby version 1.8.7 patch level 174 > Gem version 1.3.7 > GNU Make v3.8.1 > Mac OS X 10.6.4 > > I get the same error when I check the source out of svn and run "make" > (after "ruby extconf.rb") > > What is one to do! :) > > -Regards, Sam > _______________________________________________ > Rubyosa-discuss mailing list > Rubyosa-discuss at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosa-discuss > > > > _______________________________________________ > Rubyosa-discuss mailing list > Rubyosa-discuss at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosa-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: