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

Author Topic: Xcode problem - linking audio  (Read 2849 times)

0 Members and 1 Guest are viewing this topic.

Guillaume

  • Newbie
  • *
  • Posts: 2
    • View Profile
Xcode problem - linking audio
« on: August 26, 2010, 03:00:18 am »
Hello all,

Just installed SFML on XCode (OS X 10.6.4), and everything works BUT the audio.

When trying to compile the code from this page, I get the following build errors:



I'm pretty sure I installed things correctly, as I went over the procedure twice to make sure I installed all the frameworks correctly, etc.

Thanks in advance for any help!

Guillaume

  • Newbie
  • *
  • Posts: 2
    • View Profile
Xcode problem - linking audio
« Reply #1 on: August 26, 2010, 04:37:10 am »
Ok, I just needed to manually add the sfml-audio.framework manually in XCode, as it seems it is not included by default in the provided XCode templates.

Everything is up and running now, sorry for the disturbance.  :)

 

anything