#419: MacRuby build fails due to incompatible LLVM version? --------------------------------+------------------------------------------- Reporter: manf...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: --------------------------------+------------------------------------------- When I try to build MacRuby using 'rake' I get the following error:
{{{ /usr/bin/g++ -I/usr/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-common -Woverloaded-virtual -I. -I./include -g -Wall -arch i386 -arch x86_64 -Wno-parentheses -Wno-deprecated-declarations -Werror -c vm.cpp -o vm.o vm.cpp: In function ‘void rb_vm_aot_compile(NODE*)’: vm.cpp:3476: error: ‘F_Binary’ is not a member of ‘llvm::raw_fd_ostream’ vm.cpp: In function ‘void rb_vm_aot_compile(NODE*)’: vm.cpp:3476: error: ‘F_Binary’ is not a member of ‘llvm::raw_fd_ostream’ lipo: can't figure out the architecture type of: /var/folders/wk/wkf48hhlHDmUh8UelgJehU+++TI/-Tmp-//cc3PmhXx.out rake aborted! Command failed with status (1): [/usr/bin/g++ -I/usr/local/include -D_DEBU...] (See full trace by running task with --trace) awk% llvmc --version Low Level Virtual Machine (http://llvm.org/): llvm version 2.6 Optimized build with assertions. Built Nov 1 2009(15:19:30). Registered Targets: (none) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/419> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel