Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created August 11, 2008 21:58
Show Gist options
  • Save dgtized/4956 to your computer and use it in GitHub Desktop.
Save dgtized/4956 to your computer and use it in GitHub Desktop.
$ rake
(in /home/clgc/languages/rbx-cpp)
gcc -Ivm/external_libs/libtommath -Ivm/external_libs/onig -Ivm/external_libs/libffi/include -Ivm/external_libs/libltdl -Ivm/external_libs/libev -Ivm/external_libs/llvm/include -Ivm/test/cxxtest -Ivm -I. -Wall -Werror -ggdb -gdwarf-2 -I/home/clgc/languages/rbx-cpp/vm/external_libs/llvm/include -D_DEBUG -I/home/clgc/usr/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -fomit-frame-pointer -I/home/clgc/usr/include -c -o vm/vmmethod.o vm/vmmethod.cpp 2>&1
In file included from vm/builtin/fixnum.hpp:5,
from vm/vmmethod.cpp:4:
vm/builtin/integer.hpp:45:7: error: no newline at end of file
In file included from vm/builtin/fixnum.hpp:5,
from vm/vmmethod.cpp:4:
vm/builtin/integer.hpp:28: error: ‘static rubinius::Integer* rubinius::Integer::from(rubinius::VM*, int)’ cannot be overloaded
vm/builtin/integer.hpp:22: error: with ‘static rubinius::Integer* rubinius::Integer::from(rubinius::VM*, rubinius::native_int)’
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