unrecognized command line option "-fblocks"
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
MacRuby is only supported on 10.6 (Snow Leopard) and later systems, I'm afraid. Leopard lacks the requisite compiler / runtime support. Sent from my portable device On Aug 21, 2011, at 12:04, Sam Dekeyser <sam.dekeyser@gmail.com> wrote:
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
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Jordan Hubbard
-
Sam Dekeyser