Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created September 23, 2008 00:44
Show Gist options
  • Select an option

  • Save dgtized/12192 to your computer and use it in GitHub Desktop.

Select an option

Save dgtized/12192 to your computer and use it in GitHub Desktop.
$ 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