Created
September 23, 2008 00:44
-
-
Save dgtized/12192 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) | |
| mkdir -p vm/gen | |
| WARN: Missing tests for instructions: create_block, passed_arg, passed_blockarg, raise_exc, yield_debugger | |
| GEN field_extract | |
| makedepend ... | |
| CC vm/llvm.cpp | |
| In file included from vm/primitives.hpp:4, | |
| from vm/vmmethod.hpp:4, | |
| from vm/llvm.hpp:3, | |
| from vm/llvm.cpp:1: | |
| vm/object.hpp:45: error: explicit template specialization cannot have a storage class | |
| vm/object.hpp:68: error: explicit template specialization cannot have a storage class | |
| vm/object.hpp:100: error: explicit template specialization cannot have a storage class | |
| rake aborted! | |
| Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...] | |
| (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