Re: [MacRuby-devel] Building MacRuby
Hi Erik, Yeah I'm fairly sure that the MacRuby building doc talk about installing a particular version of llvm. At least it did when I last built it a few months ago. LLVM takes a long time to compile - you may want to kick it off before going to sleep. -Marc http://marc-abramowitz.com Sent from my iPhone 4 On Mar 19, 2012, at 5:00 AM, Erik Lundqvist wrote: > Dear all, > > I need to reinstall MacRuby (updated XCode), and I thought I'd try and build > 0.11, but I immediately ran into a brick wall. > > The llvm-config executable was not located at /usr/local/bin/llvm-config. > Please make sure LLVM is correctly installed on your machine and pass the > llvm_path option to rake if necessary. Example: $ rake llvm_path=/path/ > > Is that something I should have installed already? > > Thanks > Erik > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Building MacRuby
Here's the aforementioned doc on building LLVM & MacRuby: https://github.com/MacRuby/MacRuby/blob/master/README.rdoc -Marc http://marc-abramowitz.com Sent from my iPhone 4 On Mar 19, 2012, at 11:12 AM, Marc Abramowitz wrote: > Hi Erik, > > Yeah I'm fairly sure that the MacRuby building doc talk about installing a > particular version of llvm. At least it did when I last built it a few months > ago. LLVM takes a long time to compile - you may want to kick it off before > going to sleep. > > -Marc > http://marc-abramowitz.com > Sent from my iPhone 4 > > > On Mar 19, 2012, at 5:00 AM, Erik Lundqvist > wrote: > >> Dear all, >> >> I need to reinstall MacRuby (updated XCode), and I thought I'd try and build >> 0.11, but I immediately ran into a brick wall. >> >> The llvm-config executable was not located at /usr/local/bin/llvm-config. >> Please make sure LLVM is correctly installed on your machine and pass the >> llvm_path option to rake if necessary. Example: $ rake llvm_path=/path/ >> >> Is that something I should have installed already? >> >> Thanks >> Erik >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Building MacRuby
Thanks I did find it and managed to build. XCode did not pick up bindings and custom classes with 0.12. Reinstalled 0.10. Sent from my iPhone On 19 Mar 2012, at 18:18, Marc Abramowitz wrote: > Here's the aforementioned doc on building LLVM & MacRuby: > > https://github.com/MacRuby/MacRuby/blob/master/README.rdoc > > -Marc > http://marc-abramowitz.com > Sent from my iPhone 4 > > > On Mar 19, 2012, at 11:12 AM, Marc Abramowitz wrote: > >> Hi Erik, >> >> Yeah I'm fairly sure that the MacRuby building doc talk about installing a >> particular version of llvm. At least it did when I last built it a few >> months ago. LLVM takes a long time to compile - you may want to kick it off >> before going to sleep. >> >> -Marc >> http://marc-abramowitz.com >> Sent from my iPhone 4 >> >> >> On Mar 19, 2012, at 5:00 AM, Erik Lundqvist >> wrote: >> >>> Dear all, >>> >>> I need to reinstall MacRuby (updated XCode), and I thought I'd try and >>> build 0.11, but I immediately ran into a brick wall. >>> >>> The llvm-config executable was not located at /usr/local/bin/llvm-config. >>> Please make sure LLVM is correctly installed on your machine and pass the >>> llvm_path option to rake if necessary. Example: $ rake llvm_path=/path/ >>> >>> Is that something I should have installed already? >>> >>> Thanks >>> Erik >>> ___ >>> MacRuby-devel mailing list >>> [email protected] >>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
