macirb & awesome_print
Any head way on macirb issue that I understand some others have also experienced as well with awesome_print? localhost:~ Brad$* rvm macruby* localhost:~ Brad$ *rvm list* rvm rubies jruby-1.5.2 [ x86_64-java ] => macruby-0.7 [ x86_64 ] rbx-1.0.1-20100603 [ x86_64 ] ruby-1.8.7-p302 [ x86_64 ] ruby-1.9.2-p0 [ x86_64 ] localhost:~ Brad$ *macirb* /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /usr/local/bin/macirb:13:in `block' from /usr/local/bin/macirb:9:in `block' from /usr/local/bin/macirb:3:in `<main>' localhost:~ Brad$ *irb* /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:13:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:9:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:3:in `<main>' localhost:~ Brad$ *gem list* *** LOCAL GEMS *** awesome_print (0.2.1)
Yes, see this email from wednesday: http://lists.macosforge.org/pipermail/macruby-devel/2010-October/006146.html HTH, Eloy On Sat, Oct 9, 2010 at 4:51 PM, Brad Hutchins <oshybrid@gmail.com> wrote:
Any head way on macirb issue that I understand some others have also experienced as well with awesome_print? localhost:~ Brad$ rvm macruby localhost:~ Brad$ rvm list rvm rubies jruby-1.5.2 [ x86_64-java ] => macruby-0.7 [ x86_64 ] rbx-1.0.1-20100603 [ x86_64 ] ruby-1.8.7-p302 [ x86_64 ] ruby-1.9.2-p0 [ x86_64 ] localhost:~ Brad$ macirb /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /usr/local/bin/macirb:13:in `block' from /usr/local/bin/macirb:9:in `block' from /usr/local/bin/macirb:3:in `<main>' localhost:~ Brad$ irb /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:13:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:9:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:3:in `<main>' localhost:~ Brad$ gem list *** LOCAL GEMS *** awesome_print (0.2.1)
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi, I haven’t heard back from Matt (from the original thread) or you and am still wondering if this solved it in a satisfactory way? Cheers, Eloy On Sat, Oct 9, 2010 at 6:13 PM, Eloy Duran <eloy.de.enige@gmail.com> wrote:
Yes, see this email from wednesday: http://lists.macosforge.org/pipermail/macruby-devel/2010-October/006146.html
HTH, Eloy
On Sat, Oct 9, 2010 at 4:51 PM, Brad Hutchins <oshybrid@gmail.com> wrote:
Any head way on macirb issue that I understand some others have also experienced as well with awesome_print? localhost:~ Brad$ rvm macruby localhost:~ Brad$ rvm list rvm rubies jruby-1.5.2 [ x86_64-java ] => macruby-0.7 [ x86_64 ] rbx-1.0.1-20100603 [ x86_64 ] ruby-1.8.7-p302 [ x86_64 ] ruby-1.9.2-p0 [ x86_64 ] localhost:~ Brad$ macirb /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /usr/local/bin/macirb:13:in `block' from /usr/local/bin/macirb:9:in `block' from /usr/local/bin/macirb:3:in `<main>' localhost:~ Brad$ irb /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:13:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:9:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:3:in `<main>' localhost:~ Brad$ gem list *** LOCAL GEMS *** awesome_print (0.2.1)
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi Brad, Could you paste your irbrc file? I suspect it contains more than requiring awesome_print, since Eloy was able to have it loaded separately. Thanks, Laurent On Oct 9, 2010, at 7:51 AM, Brad Hutchins wrote:
Any head way on macirb issue that I understand some others have also experienced as well with awesome_print?
localhost:~ Brad$ rvm macruby localhost:~ Brad$ rvm list
rvm rubies
jruby-1.5.2 [ x86_64-java ] => macruby-0.7 [ x86_64 ] rbx-1.0.1-20100603 [ x86_64 ] ruby-1.8.7-p302 [ x86_64 ] ruby-1.9.2-p0 [ x86_64 ]
localhost:~ Brad$ macirb /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /usr/local/bin/macirb:13:in `block' from /usr/local/bin/macirb:9:in `block' from /usr/local/bin/macirb:3:in `<main>' localhost:~ Brad$ irb /Users/Brad/.irbrc:1:in `<main>': uninitialized constant IRB::Irb (NameError) from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:13:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:9:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:3:in `<main>'
localhost:~ Brad$ gem list
*** LOCAL GEMS ***
awesome_print (0.2.1)
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (3)
-
Brad Hutchins
-
Eloy Duran
-
Laurent Sansonetti