Greetings All, I was trying to build MacRuby. However, I got an error saying that: The llvm-config executable was not located as /usr/local/bin/llvm-config. Please make sure LLVM is correctly installed on your machine and pass the llvm_config option to rake if necessary. I do have llvm 2.8 installed but resides a directory other than /usr/local/bin/. How may I tell rake to search for it? What exact command shall I type? BTW, is it possible to tell something like a "prefix" to rake when we want to install MacRuby into a specific path? Thanks, Huahang
Have a look at the output of running 'rake -T' in the directory where you checked out MacRuby's source. That should answer your question. On Sat, Feb 19, 2011 at 12:00 PM, Huahang Liu <huahang.liu@gmail.com> wrote:
Greetings All,
I was trying to build MacRuby. However, I got an error saying that:
*The llvm-config executable was not located as /usr/local/bin/llvm-config. Please make sure LLVM is correctly installed on your machine and pass the llvm_config option to rake if necessary.*
I do have llvm 2.8 installed but resides a directory other than /usr/local/bin/. How may I tell rake to search for it? What exact command shall I type?
BTW, is it possible to tell something like a "prefix" to rake when we want to install MacRuby into a specific path?
Thanks, Huahang
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Huahang Liu
-
Joshua Ballanco