[MacRuby] #687: Build of MacRuby 0.6 on OSX 10.5.8 fails
#687: Build of MacRuby 0.6 on OSX 10.5.8 fails -------------------------+-------------------------------------------------- Reporter: dxr@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Keywords: 10.5.8 rake ModuleProvider.h -------------------------+-------------------------------------------------- The first part installing LLVM 2.7 wents well. But '''rake''' ends up with this error message: {{{ <snip> /usr/bin/gcc-4.2 -I. -I./include -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-parentheses -Wno- deprecated-declarations -Werror -std=c99 -I./icu-1060 -c encoding.c -o encoding.o /usr/bin/g++-4.2 -I/usr/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2 -fno-rtti -fno-common -Woverloaded-virtual -I. -I./include -g -Wall -arch i386 -arch x86_64 -Wno-parentheses -Wno-deprecated-declarations -Werror -I./icu-1060 -c main.cpp -o main.o In file included from main.cpp:8: llvm.h:12:33: error: llvm/ModuleProvider.h: No such file or directory In file included from main.cpp:17: vm.h:602: error: ISO C++ forbids declaration of ‘ExistingModuleProvider’ with no type vm.h:602: error: expected ‘;’ before ‘*’ token In file included from main.cpp:8: llvm.h:12:33: error: llvm/ModuleProvider.h: No such file or directory In file included from main.cpp:17: vm.h:602: error: ISO C++ forbids declaration of ‘ExistingModuleProvider’ with no type vm.h:602: error: expected ‘;’ before ‘*’ token lipo: can't figure out the architecture type of: /var/folders/9K/9KrO- h3CGYWISnBx7Gh2d++++TI/-Tmp-//ccNbr6LJ.out rake aborted! Command failed with status (1): [/usr/bin/g++-4.2 -I/usr/local/include -D_...] (See full trace by running task with --trace) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/687> MacRuby <http://macruby.org/>
#687: Build of MacRuby 0.6 on OSX 10.5.8 fails ------------------------------------------+--------------------------------- Reporter: dxr@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: wontfix Keywords: 10.5.8 rake ModuleProvider.h | ------------------------------------------+--------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => wontfix * milestone: MacRuby 0.6 => Comment: Please build the version of LLVM mentioned in the README.rdoc file. The 2.7 release will unfortunately not work (it contains a regression with float constants). -- Ticket URL: <http://www.macruby.org/trac/ticket/687#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby