Advertisement
Guest User

Untitled

a guest
May 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.68 KB | None | 0 0
  1. /tmp/ccAsFmHd.o: In function `main':
  2. Tutorial.cpp:(.text+0x104): undefined reference to `Gosu::Sample::~Sample()'
  3. /tmp/ccAsFmHd.o: In function `GameWindow::update()':
  4. Tutorial.cpp:(.text._ZN10GameWindow6updateEv[GameWindow::update()]+0x40b): undefined reference to `Gosu::Sample::play(double, double, bool) const'
  5. /tmp/ccAsFmHd.o: In function `boost::scoped_ptr<Gosu::Sample>::reset(Gosu::Sample*)':
  6. Tutorial.cpp:(.text._ZN5boost10scoped_ptrIN4Gosu6SampleEE5resetEPS2_[boost::scoped_ptr<Gosu::Sample>::reset(Gosu::Sample*)]+0x32): undefined reference to `Gosu::Sample::~Sample()'
  7. /tmp/ccAsFmHd.o: In function `GameWindow::~GameWindow()':
  8. Tutorial.cpp:(.text._ZN10GameWindowD0Ev[GameWindow::~GameWindow()]+0x4f): undefined reference to `Gosu::Sample::~Sample()'
  9. /tmp/ccAsFmHd.o: In function `GameWindow::~GameWindow()':
  10. Tutorial.cpp:(.text._ZN10GameWindowD1Ev[GameWindow::~GameWindow()]+0x4f): undefined reference to `Gosu::Sample::~Sample()'
  11. /tmp/ccAsFmHd.o: In function `GameWindow::GameWindow()':
  12. Tutorial.cpp:(.text._ZN10GameWindowC1Ev[GameWindow::GameWindow()]+0x263): undefined reference to `Gosu::Sample::Sample(Gosu::Audio&, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)'
  13. Tutorial.cpp:(.text._ZN10GameWindowC1Ev[GameWindow::GameWindow()]+0x293): undefined reference to `Gosu::Sample::~Sample()'
  14. Tutorial.cpp:(.text._ZN10GameWindowC1Ev[GameWindow::GameWindow()]+0x770): undefined reference to `Gosu::Sample::~Sample()'
  15. Tutorial.cpp:(.text._ZN10GameWindowC1Ev[GameWindow::GameWindow()]+0x9ce): undefined reference to `Gosu::Sample::~Sample()'
  16. collect2: ld returned 1 exit status
  17. make: *** [/var/lib/gems/1.8/gems/gosu-0.7.19/linux/../examples/Tutorial] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement