Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created August 3, 2008 18:48
Show Gist options
  • Save dgtized/3835 to your computer and use it in GitHub Desktop.
Save dgtized/3835 to your computer and use it in GitHub Desktop.
In file included from vm/test/runner.cpp:63:
./vm/test/test_objectmemory.hpp: In member function âvoid TestObjectMemory::test_collect_young_class_considered()â:
./vm/test/test_objectmemory.hpp:313: error: no matching function for call to ârubinius::ObjectMemory::valid_object_p(rubinius::Class*&)â
vm/objectmemory.hpp:63: note: candidates are: bool rubinius::ObjectMemory::valid_object_p(rubinius::Object*)
In file included from vm/test/runner.cpp:208:
./vm/test/test_channel.hpp: In member function âvoid TestChannel::test_send_then_receive()â:
./vm/test/test_channel.hpp:36: error: incomplete type ârubinius::Tupleâ used in nested name specifier
./vm/test/test_channel.hpp:50: error: invalid use of incomplete type âstruct rubinius::Tupleâ
vm/globals.hpp:14: error: forward declaration of âstruct rubinius::Tupleâ
./vm/test/test_channel.hpp: In member function âvoid TestChannel::test_receive_causes_deadlock()â:
./vm/test/test_channel.hpp:56: error: incomplete type ârubinius::Tupleâ used in nested name specifier
./vm/test/test_channel.hpp: In member function âvoid TestChannel::test_receive_causes_thread_switch()â:
./vm/test/test_channel.hpp:78: error: incomplete type ârubinius::Tupleâ used in nested name specifier
./vm/test/test_channel.hpp: In member function âvoid TestChannel::test_receive_causes_event_block()â:
./vm/test/test_channel.hpp:93: error: incomplete type ârubinius::Tupleâ used in nested name specifier
./vm/test/test_channel.hpp:107: error: invalid use of incomplete type âstruct rubinius::Tupleâ
vm/globals.hpp:14: error: forward declaration of âstruct rubinius::Tupleâ
./vm/test/test_channel.hpp: In member function âvoid TestChannel::test_receive_polls_events()â:
./vm/test/test_channel.hpp:117: error: incomplete type ârubinius::Tupleâ used in nested name specifier
./vm/test/test_channel.hpp:128: error: invalid use of incomplete type âstruct rubinius::Tupleâ
vm/globals.hpp:14: error: forward declaration of âstruct rubinius::Tupleâ
In file included from vm/test/runner.cpp:257:
./vm/test/test_string.hpp: In member function âvoid TestString::test_create()â:
./vm/test/test_string.hpp:23: error: invalid use of incomplete type âstruct rubinius::Classâ
vm/globals.hpp:18: error: forward declaration of âstruct rubinius::Classâ
./vm/test/test_string.hpp:24: error: incomplete type ârubinius::Stringâ used in nested name specifier
./vm/test/test_string.hpp:25: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:26: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp: In member function âvoid TestString::test_create2()â:
./vm/test/test_string.hpp:30: error: incomplete type ârubinius::Stringâ used in nested name specifier
./vm/test/test_string.hpp:31: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp: In member function âvoid TestString::test_hash_string()â:
./vm/test/test_string.hpp:35: error: incomplete type ârubinius::Stringâ used in nested name specifier
./vm/test/test_string.hpp:36: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:39: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp: In member function âvoid TestString::test_to_sym()â:
./vm/test/test_string.hpp:45: error: incomplete type ârubinius::Stringâ used in nested name specifier
./vm/test/test_string.hpp:46: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp: In member function âvoid TestString::test_string_dup()â:
./vm/test/test_string.hpp:52: error: incomplete type ârubinius::Stringâ used in nested name specifier
./vm/test/test_string.hpp:53: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:55: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:56: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:58: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:58: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp: In member function âvoid TestString::test_unshare()â:
./vm/test/test_string.hpp:62: error: incomplete type ârubinius::Stringâ used in nested name specifier
./vm/test/test_string.hpp:63: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
./vm/test/test_string.hpp:65: error: invalid use of incomplete type âstruct rubinius::Stringâ
vm/builtin/io.hpp:8: error: forward declaration of âstruct rubinius::Stringâ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment