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

Author Topic: undefined reference to _imp___ZN2sf11SoundStreamC2Ev  (Read 9025 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: undefined reference to _imp___ZN2sf11SoundStreamC2Ev
« Reply #15 on: May 18, 2018, 05:56:30 pm »
So what did you exactly download? There are many builders of MinGW and each build isn't necessarily compatible between the other.

The idea of the FAQ link was that your do a full rebuild and provide the build command. :D
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

51423benam

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
Re: undefined reference to _imp___ZN2sf11SoundStreamC2Ev
« Reply #16 on: May 18, 2018, 08:02:43 pm »
I downloaded the latest mingw-get-installer.exe from the official website and installed the base mingw, the c++ compiler and msys basis.
But since the example soundstream code worked, it has to be my code that is false somehow, right?

51423benam

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
Re: undefined reference to _imp___ZN2sf11SoundStreamC2Ev
« Reply #17 on: May 19, 2018, 12:27:14 am »
Oh, I think, I had some missing steps to link sfml correctly, it seems like I didn't read the getting started article well enough, I will check that again.