Created
December 30, 2009 01:07
-
-
Save mwilliams/265772 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ macruby-head cat make.error.log | |
| [2009-12-29 14:59:37] rake | |
| +++ rake | |
| /usr/bin/ruby tool/compile_prelude.rb prelude.rb miniprelude.c.new | |
| rm miniprelude.c.new | |
| /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:3824: error: ‘F_Binary’ is not a member of ‘llvm::raw_fd_ostream’ | |
| vm.cpp: In function ‘void Init_PreVM()’: | |
| vm.cpp:4660: error: ‘JITEmitDebugInfo’ is not a member of ‘llvm’ | |
| vm.cpp: In function ‘void rb_vm_aot_compile(NODE*)’: | |
| vm.cpp:3824: error: ‘F_Binary’ is not a member of ‘llvm::raw_fd_ostream’ | |
| vm.cpp: In function ‘void Init_PreVM()’: | |
| vm.cpp:4660: error: ‘JITEmitDebugInfo’ is not a member of ‘llvm’ | |
| lipo: can't figure out the architecture type of: /var/folders/7-/7-LOXG6eEdihz0abz1Dzu++++TI/-Tmp-//ccGjner8.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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment