Created
September 11, 2008 17:40
-
-
Save dgtized/10269 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
| $ rake | |
| (in /home/clgc/languages/rbx-cpp) | |
| GEN field_extract | |
| makedepend ... | |
| CC vm/type_info.cpp | |
| CC vm/event.cpp | |
| CC vm/builtin/io.cpp | |
| CC vm/builtin/channel.cpp | |
| Error on line 54: | |
| /usr/lib/ruby/gems/1.8/gems/ParseTree-2.2.0/lib/parse_tree.rb:151:in `parse_tree_for_meth': bad version, 1.8.7 != 1.8.6 (fatal) | |
| from /usr/lib/ruby/gems/1.8/gems/ParseTree-2.2.0/lib/parse_tree.rb:151:in `parse_tree_for_method' | |
| from ./vm/codegen/instructions_gen.rb:79:in `decode_methods' | |
| from ./vm/codegen/instructions_gen.rb:72:in `map' | |
| from ./vm/codegen/instructions_gen.rb:72:in `decode_methods' | |
| from vm/llvm/instructions.cpp:49 | |
| rake aborted! | |
| Command failed with status (1): [/usr/bin/ruby1.8 vm/codegen/rubypp.rb vm/l...] | |
| (See full trace by running task with --trace) | |
| [4 clgc@consistency ~/languages/rbx-cpp]$ ruby -v | |
| ruby 1.8.7 (2008-06-20 patchlevel 22) [i486-linux] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment