Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How i can install sfml-audio 2.1?  (Read 4473 times)

0 Members and 1 Guest are viewing this topic.

exafi

  • Newbie
  • *
  • Posts: 41
    • View Profile
How i can install sfml-audio 2.1?
« on: August 11, 2013, 09:58:03 pm »
How i can install sfml-audio?
to use "sf::Music"  jumps this msg:

c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::wait()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::~Thread()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::~Thread()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::wait()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::~Thread()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::~Thread()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::wait()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::launch()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::launch()'|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\libsfml-audio-s.a(SoundStream.cpp.obj):SoundStream.cpp|| undefined reference to `sf::Thread::wait()'|
||=== Build finished: 10 errors, 1 warnings (0 minutes, 0 seconds) ===|
« Last Edit: August 11, 2013, 10:00:39 pm by exafi »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11006
    • View Profile
    • development blog
    • Email
AW: How i can install sfml-audio 2.1?
« Reply #1 on: August 11, 2013, 10:05:49 pm »
By reading and following the tutorial step by step (don't just look at pictures). ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

exafi

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: AW: How i can install sfml-audio 2.1?
« Reply #2 on: August 11, 2013, 10:42:21 pm »
By reading and following the tutorial step by step (don't just look at pictures). ;)
ok ty but i have other problem.


Ixrec

  • Hero Member
  • *****
  • Posts: 1241
    • View Profile
    • Email
Re: How i can install sfml-audio 2.1?
« Reply #3 on: August 12, 2013, 01:12:02 am »
That error message doesn't say much so it might help if you described exactly what you're doing to produce this error (is it when you exit the program? Right after it starts up? Do you click on something in the window first?)

Posting your code might also help.

exafi

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: How i can install sfml-audio 2.1?
« Reply #4 on: August 12, 2013, 10:49:06 am »
this error happens when I call sf::Music

Ixrec

  • Hero Member
  • *****
  • Posts: 1241
    • View Profile
    • Email
Re: How i can install sfml-audio 2.1?
« Reply #5 on: August 12, 2013, 11:39:28 am »