SFML community forums

Help => General => Topic started by: Dejna93 on October 31, 2014, 10:26:58 pm

Title: Problem with Code::Blocks in ubuntu
Post by: Dejna93 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.
Title: Re: Problem with Code::Blocks in ubuntu
Post by: eXpl0it3r 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.