Skip to content

Instantly share code, notes, and snippets.

@audiodude
Created September 26, 2009 03:45
Show Gist options
  • Save audiodude/194012 to your computer and use it in GitHub Desktop.
Save audiodude/194012 to your computer and use it in GitHub Desktop.
g++ -c -I/opt/local/include/ -I/Users/tmoney/code/rb/Ruby-Tanbo/ai/ruby_uct -o test/test_board.o test/test_board.cpp
g++ -c -I/opt/local/include/ -I/Users/tmoney/code/rb/Ruby-Tanbo/ai/ruby_uct -o test/test_moves.o test/test_moves.cpp
g++ -c -I/opt/local/include/ -I/Users/tmoney/code/rb/Ruby-Tanbo/ai/ruby_uct -o test/test_roots.o test/test_roots.cpp
g++ -c -I/opt/local/include/ -I/Users/tmoney/code/rb/Ruby-Tanbo/ai/ruby_uct -o test/ruby_uct_fixture.o test/ruby_uct_fixture.cpp
g++ -L/opt/local/lib/ -o testrunner test/test_board.o test/test_moves.o test/test_roots.o test/ruby_uct_fixture.o -lruby -lcppunit
Undefined symbols:
"typeinfo for RubyTanboTest", referenced from:
typeinfo for BoardTestin ruby_uct_fixture.o
"vtable for RubyTanboTest", referenced from:
__ZTV13RubyTanboTest$non_lazy_ptr in ruby_uct_fixture.o
"RubyTanboTest::tearDown()", referenced from:
vtable for BoardTestin ruby_uct_fixture.o
"RubyTanboTest::setUp()", referenced from:
vtable for BoardTestin ruby_uct_fixture.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -L/opt/local/lib/ -o testrunner test/...]
/Users/tmoney/code/rb/Ruby-Tanbo/ai/ruby_uct/Rakefile.rb:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment