Hi all, I'm trying to install MacRuby on my mac running OS X 10.5.8 (Leopard). I followed the instructions in the README.rdoc file but running the `rake` task fails:
(in /Users/sam/macruby-0.10) /usr/bin/gcc-4.2 -std=c99 -I. -I./include -pipe -fno-common - fexceptions -fblocks -g -O3 -Wall -Wno-deprecated-declarations - Werror -arch x86_64 -I./icu-1060 -c array.c -o .objs/array.o cc1: error: unrecognized command line option "-fblocks" rake aborted! Command failed with status (1): [/usr/bin/gcc-4.2 -std=c99 -I. -I./ include ...]
(See full trace by running task with --trace)
I've already googled the fblocks option error several times but without success... I cannot find what's going wrong. Can anyone help? Thanks in advance! Sam Dekeyser