#448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class) -----------------------------------+---------------------------------------- Reporter: lo...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -----------------------------------+----------------------------------------
Comment(by ernest.prabha...@…): FYI, I've reduced it down to a case which throws the error: require "e2mmap" module IRB class SLex extend Exception2MessageMapper end end and one which does NOT: require "e2mmap" module IRB module Notifier extend Exception2MessageMapper end end Looks having a "class" rather than "module" is the kicker. -- Ticket URL: <http://www.macruby.org/trac/ticket/448#comment:2> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel