[MacRuby] #355: Unable to build 0.5 on Leopard
#355: Unable to build 0.5 on Leopard ------------------------------+--------------------------------------------- Reporter: jtc331@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Tried using both the llvm installed (the one for macruby) and the specified revisions of trunk built on my own. Running rake in the current trunk of macruby produces the error shown at: http://pastie.org/634323 -- Ticket URL: <http://www.macruby.org/trac/ticket/355> MacRuby <http://macruby.org/>
#355: Unable to build 0.5 on Leopard ------------------------------+--------------------------------------------- Reporter: jtc331@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: | ------------------------------+--------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => invalid * milestone: MacRuby 0.5 => Comment: Looks at the build error it seems that you have an older version of LLVM. We recently moved to a newer one, r82747. Check out the README.rdoc file for more information. -- Ticket URL: <http://www.macruby.org/trac/ticket/355#comment:1> MacRuby <http://macruby.org/>
#355: Unable to build 0.5 on Leopard ------------------------------+--------------------------------------------- Reporter: jtc331@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: | ------------------------------+--------------------------------------------- Comment(by jtc331@…): That solved it. I was still looking at the readme from my other development machine which is still using the older version of llvm. Thanks. -- Ticket URL: <http://www.macruby.org/trac/ticket/355#comment:2> MacRuby <http://macruby.org/>
Hi, autoload is not working: $ macruby -e 'autoload :YAML, "yaml"; p YAML' core:in `const_missing:': uninitialized constant YAML (NameError) from -e:1:in `<main>' I saw some tags about this so I am asking before I open a ticket...
Hi, It's not implemented yet, sorry. Feel free to file a ticket :) Laurent On Sep 28, 2009, at 11:24 PM, B. Ohr (dev) wrote:
Hi,
autoload is not working:
$ macruby -e 'autoload :YAML, "yaml"; p YAML' core:in `const_missing:': uninitialized constant YAML (NameError) from -e:1:in `<main>'
I saw some tags about this so I am asking before I open a ticket... _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (3)
-
B. Ohr (dev)
-
Laurent Sansonetti
-
MacRuby