Hey Wayne, I didn't check your log but I would recommend to do: $ rake clean $ rake $ DESTDIR=~/.rvm/macruby-head rake install That should output all the files to your folder and you will just need to move them were needed. Let me know if that works for you (or not) - Matt On Wed, Sep 2, 2009 at 6:42 PM, Wayne Seguin <wayneeseguin@gmail.com> wrote:
Hello everyone,
Background: I am trying to add MacRuby support to a tool called rvm "Ruby Version Manager"
The commands I am using to build and install MacRuby are currently (from rake -T):
rake macruby:build framework_instdir=~/.rvm/macruby-head framework_name=/macruby-head --trace rake framework:install framework_instdir=~/.rvm/macruby-head framework_name=/macruby-head --trace
This is done every time against a *fresh* clone of: git:// github.com/masterkain/macruby.git
I am currently running into the following error with the above:
http://pastie.org/private/n8wx6kigcojc5rdqllni6w
My real requirements are that I can specify the destination directory to install to (example: ~/.rvm/macruby-head). So if I should be using different commands to build & install please let me know. Any help would be greatly appreciated.
Thank you for your attention,
~Wayne
P.S. Nightly builds would be far superior to having rvm users build themselves. _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel