Created
October 11, 2011 20:15
-
-
Save carlosgaldino/1279276 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
** Execute vm/test/runner | |
Running 1 tasks using 3 parallel threads | |
1: GN vm/test/runner.cpp | |
1: CC vm/test/runner.cpp | |
In file included from vm/test/runner.cpp:3322: | |
./vm/test/test_pointer.hpp: In member function ‘void TestPointer::test_read_long()’: | |
./vm/test/test_pointer.hpp:89: error: no matching function for call to ‘rubinius::Pointer::read_long(rubinius::VM*&)’ | |
vm/builtin/ffi_pointer.hpp:62: note: candidates are: rubinius::Integer* rubinius::Pointer::read_long(rubinius::VM*, rubinius::Object*) | |
./vm/test/test_pointer.hpp: In member function ‘void TestPointer::test_write_long()’: | |
./vm/test/test_pointer.hpp:97: error: no matching function for call to ‘rubinius::Pointer::read_long(rubinius::VM*&)’ | |
vm/builtin/ffi_pointer.hpp:62: note: candidates are: rubinius::Integer* rubinius::Pointer::read_long(rubinius::VM*, rubinius::Object*) | |
Error: gcc -Ivm -Ivm/test/cxxtest -I. -pipe -Wall -fno-omit-frame-pointer -ggdb3 -Werror -DRBX_PROFILER -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2 -DHAS_EXECINFO -DHAS_READLINE -mdynamic-no-pic -DNDEBUG -D_GNU_SOURCE -fno-common -Ivendor/llvm/include -DENABLE_LLVM -Ivendor/udis86 -Ivendor/libffi/include -Ivendor/libgdtoa -Ivendor/onig -Ivendor/libtommath -I/usr/local/include -c -o vm/test/artifacts/runner.cpp.o vm/test/runner.cpp | |
rake aborted! | |
Error compiling | |
/Users/carlosgaldino/Documents/workspace/rubinius/projects/daedalus/daedalus.rb:69:in `command' | |
/Users/carlosgaldino/Documents/workspace/rubinius/projects/daedalus/daedalus.rb:210:in `compile' | |
/Users/carlosgaldino/Documents/workspace/rubinius/projects/daedalus/daedalus.rb:383:in `build' | |
/Users/carlosgaldino/Documents/workspace/rubinius/projects/daedalus/daedalus.rb:686:in `block (2 levels) in perform_tasks' | |
Tasks: TOP => default => spec => spec18 => vm:test => vm/test/runner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment