#765: framework is not supported in MacRuby static ----------------------------+----------------------------------------------- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ----------------------------+----------------------------------------------- {{{ $ cat test.rb framework 'Foundation' p NSGregorianCalendar }}}
{{{ $ macruby test.rb "gregorian" }}} {{{ $ macrubyc -o test --static test.rb $ ./test framework: is not supported in MacRuby static (RuntimeError) }}} Commenting out the framework 'Foundation' results in a {{{ ./test.rb:4:in `<main>': uninitialized constant NSGregorianCalendar (NameError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/765> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel