Ok, this is my 3rd attempt to install SFML in the last month.
I just can't get it to work, man it's pissing me off!
I'm using C::B and I followed the exact instructions on the website, yet it keeps telling me: SFML\system.hpp is not found while I linked it all ...
You must have missed this step or did it incorrectly:
"Leave the SFML files where you want, and setup Code::Blocks so that it can find them"
If the compiler is telling you it can't find system.hpp, then you must have put the wrong directory in that config. Double check the path you gave it and make sure the SFML folder (with system.hpp in it) is in that path.
Ok after 2 hours of searching I finally got it working...only to find out that I can't display projects because I have an ATI driver...
Man this is driving me nuts!
It seems that only Catalyst Control Center 10.8 an lower is supported, I'm at 11.4 -.-'
I'm not going to downgrade all the way just for SFML...
Guess I'll stick with Qt for now and wait for SFML 2.0 (Where it should be fixed)
You should use SFML 2.0, IMO. There are some features that have changed noticeably as far as public interface is concerned, so you should get used to the new version now :)
Also, that will force you to build it yourself using the Makefile, and in my experience, that means far fewer problems.
In my experience it's more problematic to try and use the provided binaries, or even the provided MSVC solution than to do it with the makefile. So yeah, have fun :P