[MacRuby-devel] [MacRuby] #288: miniruby bench on 32 bit fails

2009-06-29 Thread MacRuby
#288: miniruby bench on 32 bit fails +--- Reporter: bobsteven...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] I want to help too

2009-06-29 Thread Perry Smith
I'm an old crusty C programmer. I have a masters in CS and my focus was languages and compilers. MacRuby and LLVM are really exciting to me. I use a Mac. Working with Ruby since 2006. Love Rails. etc etc. I saw a previous thread in the archive where a newbie wanted to help and the rep

Re: [MacRuby-devel] I want to help too

2009-06-29 Thread Eloy Duran
Hi Perry, I wouldn't worry too much about duplicate efforts, there aren't many people working on the core itself. What you could do to start out, is to run the rubyspecs in spec/frozen/ language, as they should all run iirc, but there are some tagged ones. To run spec all which are tagged as

[MacRuby-devel] need help to get the Apple Remote Wrapper working with MacRuby

2009-06-29 Thread Matt Aimonetti
Hi Guys, I wanted to port RubyCocoa old Apple Remote example to MacRuby but I encountered some issues. It looks like I'm now stuck and need some help :( Here is the code: http://github.com/mattetti/apple-remote-wrapper/tree/master I took Martin's source code, updated it to objective-c 2, enable

[MacRuby-devel] experimental branch: status update

2009-06-29 Thread Laurent Sansonetti
Last week's status on the experimental branch work! - It's now possible to build MacRuby with clang (assuming you installed it) by issuing the following command: $ rake use_clang=true miniruby This will compile all C and Objective-C files with clang and C++ files with llvm-g++. Apparently th

Re: [MacRuby-devel] experimental branch: status update

2009-06-29 Thread Matt Aimonetti
Awesome job Laurent, as usual! - Matt On Mon, Jun 29, 2009 at 1:19 PM, Laurent Sansonetti wrote: > Last week's status on the experimental branch work! > > - It's now possible to build MacRuby with clang (assuming you installed it) > by issuing the following command: > $ rake use_clang=true minir

Re: [MacRuby-devel] experimental branch: status update

2009-06-29 Thread Jordan Breeding
The clang support seems to be pretty solid. It does use llvm-g++ to compile the C++ files as noted, so that helps while clang itself doesn't do C++. I am attaching another patch that helps out when clang can't be found in /usr/bin, and also looks for gcc/g++ in /Developer (or where you ha