SFML community forums

Help => General => Topic started by: Guillaume on August 26, 2010, 03:00:18 am

Title: Xcode problem - linking audio
Post by: Guillaume 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 (http://www.sfml-dev.org/documentation/1.6/), I get the following build errors:

(http://photo.gardaud.info/images/thumb1282784393Screenshot2010-08-25at7.59.08PM.jpeg) (http://photo.gardaud.info/images/1282784393Screenshot2010-08-25at7.59.08PM.jpeg)

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!
Title: Xcode problem - linking audio
Post by: Guillaume 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.  :)