I'm interested in using SFML, but I'm having trouble getting it to work.
I followed the tutorials page and used the wizard to instal SFML v2.0.
I am using a Mac with the following specs:
13-inch mid 2010
Processor: 2.4 GHz Intel Core 2 Duo
Memory: 4 GB 1067 MHz DDR3
Graphics: NVIDIA GeForce 320M 256 MB
Software: Mac OS X Lion 10.7.5 (11G63)
How I ended up with this error:
1. I create a new project from the Xcode 4 home screen
http://i.imgur.com/c2oh9k2.png2. I then chose the SFML application
http://i.imgur.com/c2oh9k2.png3. I then name it and leave the settings as they are
http://i.imgur.com/CkrpDjD.png4. I am then presented with the default project and simply click run
http://i.imgur.com/0EWfAve.png5. I am then presented with the following error
http://i.imgur.com/ZXasH1G.pngHere is the error in more detail:
http://i.imgur.com/9IwqZMX.pngI am using Xcode Version 4.5.2 (4G2008a) with the default compiler from what I know. (I didn't play around with any settings)
This works fine for creating console applications using the cstdlib.
Thanks to anyone who can help me out.