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

Author Topic: Problem with audio lib  (Read 2108 times)

0 Members and 1 Guest are viewing this topic.

shiroaisu

  • Newbie
  • *
  • Posts: 28
    • View Profile
Problem with audio lib
« 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??

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Problem with audio lib
« Reply #1 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 ?
SFML / OS X developer

 

anything