[MacRuby-devel] MacRuby and Cucumber

2011-03-06 Thread Graham Davison
Hi all, Has anyone had success in installing cucumber with the latest MacRuby, either using gem or building "by hand"? When I try to install it using macgem, installation fails when building gherkin (the cucumber language), with compilation errors. When I try to build manually, ragel segfaults.

Re: [MacRuby-devel] "unrecognized runtime type" TypeError

2011-03-06 Thread Matt Aimonetti
You might want to try upgrade directly to preview 3 ;) http://www.macruby.org/files/ - Matt On Sun, Mar 6, 2011 at 8:24 PM, Peter Jaros wrote: > Upgrading BridgeSupport to Preview 2 fixed it. Thanks! > > Peter > > > On Sat, Mar 5, 2011 at 10:15 PM, Watson wrote: > > Hi, > > > > I recommend th

Re: [MacRuby-devel] "unrecognized runtime type" TypeError

2011-03-06 Thread Peter Jaros
Upgrading BridgeSupport to Preview 2 fixed it. Thanks! Peter On Sat, Mar 5, 2011 at 10:15 PM, Watson wrote: > Hi, > > I recommend that you would check the trend of the BridgeSupport. > http://www.macruby.org/blog/2010/12/15/bridgesupport-preview2.html > > Regards > > 2011/3/6 Peter Jaros : >>

[MacRuby-devel] MacRuby build issues with LLVM

2011-03-06 Thread Nick Ludlam
Hi all, I've just got myself set up on one of the Sandy Bridge laptops, and I've broken my compile environment for MacRuby, and cannot seem to get it back. I've done the following to get llvm-2.8: $ svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_28 llvm-2.8 $ env UNIVERSAL=1 UNIVERSA