Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Linking CXX executable bin\RAY-Release.exe
  2. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  3. am.cpp:(.text+0x58): undefined reference to `sf::Thread::wait()'
  4. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  5. am.cpp:(.text+0x69): undefined reference to `sf::Thread::~Thread()'
  6. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  7. am.cpp:(.text+0xb3): undefined reference to `sf::Thread::~Thread()'
  8. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  9. am.cpp:(.text+0x148): undefined reference to `sf::Thread::wait()'
  10. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  11. am.cpp:(.text+0x159): undefined reference to `sf::Thread::~Thread()'
  12. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  13. am.cpp:(.text+0x1af): undefined reference to `sf::Thread::~Thread()'
  14. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  15. am.cpp:(.text+0x530): undefined reference to `sf::Thread::wait()'
  16. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  17. am.cpp:(.text+0x59e): undefined reference to `sf::Thread::launch()'
  18. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  19. am.cpp:(.text+0x40d): undefined reference to `sf::Thread::launch()'
  20. C:\Program Files (x86)\SFML\lib\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStre
  21. am.cpp:(.text+0x4c8): undefined reference to `sf::Thread::wait()'
  22. c:/progra~2/mingw-~1/x32-48~2.1-p/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.1/
  23. ../../../../i686-w64-mingw32/bin/ld.exe: C:\Program Files (x86)\SFML\lib\libsfml
  24. -audio-s.a(SoundStream.cpp.obj): bad reloc address 0x2 in section `.text$_ZN2sf4
  25. priv10ThreadFuncD1Ev[__ZN2sf4priv10ThreadFuncD1Ev]'
  26. collect2.exe: error: ld returned 1 exit status
  27. CMakeFiles\RAY-Release.dir\build.make:1166: recipe for target 'bin/RAY-Release.e
  28. xe' failed
  29. mingw32-make[2]: *** [bin/RAY-Release.exe] Error 1
  30. CMakeFiles\Makefile2:62: recipe for target 'CMakeFiles/RAY-Release.dir/all' fail
  31. ed
  32. mingw32-make[1]: *** [CMakeFiles/RAY-Release.dir/all] Error 2
  33. Makefile:125: recipe for target 'all' failed
  34. mingw32-make: *** [all] Error 2
  35.  
  36. C:\Users\Jesse\Documents\GitHub\RAY>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement