[MacRuby-devel] LLVM 3.0 and MacRuby

2011-12-11 Thread Maik Kempe
Hi all, use any of you LLVM 3.0 and MacRuby or can compile MacRuby with LLVM 3.0 ? Or is currently only LLVM 2.9 supported? Just getting 'Invalid ALLOCA record' if i try to compile MacRuby. MacRuby/MacRuby - [master✔]» rake /usr/bin/bison -o y.tab.c parse.y parse.y: conflicts: 1 shift/reduce /u

[MacRuby-devel] Framework name restrictions?

2011-12-11 Thread Michael Groble
I had a problem using one of my own frameworks in MacRuby. gen_bridge_metadata was giving me the following: Received exception: can't convert nil into String: /usr/bin/gen_bridge_metadata:573:in `+' /usr/bin/gen_bridge_metadata:573:in `encode_includes' /usr/bin/gen_bridge_metadata:2091:in `handle

Re: [MacRuby-devel] LLVM 3.0 and MacRuby

2011-12-11 Thread Matt Aimonetti
As indicated in the readme, you have to compile MacRuby with a specific version of LLVM (prior 3.0) -m Sent from my iPhone On Dec 11, 2011, at 16:50, Maik Kempe wrote: > Hi all, > > use any of you LLVM 3.0 and MacRuby or can compile MacRuby with LLVM 3.0 ? Or > is currently only LLVM 2.9 sup