Re: [MacRuby-devel] MacRuby-devel Digest, Vol 35, Issue 29
Hi Laurent, rake is the problem: Darwin::dekiefer:15-> head -n 1 `which rake` #!/Library/Frameworks/MacRuby.framework/Versions/0.9/usr/bin/macruby Darwin::dekiefer:16-> which rake /usr/bin/rake Darwin::dekiefer:17-> rake --version rake, version 0.8.7 Darwin::dekiefer:18-> which ruby /usr/bin/ruby I installed MacRuby 0.8 but didn't get a new rake so I went ahead and downloaded rake-18 from fink and rake is successfully raking the trunk now. Thank you, Duane On Jan 11, 2011, at 4:25 PM, macruby-devel-request@lists.macosforge.org wrote:
Date: Tue, 11 Jan 2011 13:56:45 -0800 From: Laurent Sansonetti <lsansonetti@apple.com> To: "MacRuby development discussions." <macruby-devel@lists.macosforge.org> Subject: Re: [MacRuby-devel] MacRuby Trunk rake Segmentation Fault Message-ID: <0201739F-E82B-45D8-B51E-A7CE803C6DF0@apple.com> Content-Type: text/plain; charset="us-ascii"
Hi Duane,
Maybe it's rake which is segfaulting here. Maybe your rake is using MacRuby. Some early versions of MacRuby did not support rake and were overriding /usr/bin/rake when installing certain gems through macgem.
Try:
$ head -n 1 `which rake`
Laurent
------------------------------------------------------ “Liberals feel unworthy of their possessions. Conservatives feel they deserve everything they've stolen.” Mort Sahl
participants (1)
-
Duane Kiefer