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

Author Topic: Problem with Code::Blocks in ubuntu  (Read 868 times)

0 Members and 1 Guest are viewing this topic.

Dejna93

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Problem with Code::Blocks in ubuntu
« on: October 31, 2014, 10:26:58 pm »
Hi,
i have problem with audio lib. I write very basic game and i want to join audio to my game. I copy lines from sfml audio resource and i try to compile i see error undefined reference to Sound::~Sound etc. Graphics work but Audio dont. I think this is problem with Code::block but i dont know where. And please dont send me to google.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
Re: Problem with Code::Blocks in ubuntu
« Reply #1 on: October 31, 2014, 10:39:39 pm »
Question is: Did you even Google? Did you search this forum?
People only send you there when they know that the problem can be very easily solved by doing some research first... ;)

If you get an error message, do you think it's enough to vaguely describe it? Always provide the exact error message.

And no, it's not a problem with Code::Blocks, but most likely some wrong linking. Read the tutorials carefully again.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything