SFML community forums

Help => Audio => Topic started by: shiroaisu on December 26, 2010, 07:22:41 pm

Title: Problem with audio lib
Post by: shiroaisu on December 26, 2010, 07:22:41 pm
Hi.

I have a problem when i try to link the audio lib (-lsfml-audio-s) with code blocks, each time i try to compile the code, code blocks gives me this menssage: "It seems that this project has not been built yet. Do you want to build it now?" and doesnt create the .exe file at all.

I have -lsfml-system-s linked before the audio lib so i think dependencies are not a problem.

What am i doing wrong??
Title: Problem with audio lib
Post by: Hiura on December 27, 2010, 06:38:09 pm
Here you're trying to build and run your app. But the first step seems to fail. What error message do you get when you only build your app ?