I love you!
You're welcome.
Fuck CMAKE.
All-together now!
.... no one?
Nope, without it building SFML for all the different compilers would be even messier and harder. At the moment CMake is probably the best solution for platform independent compilation.
Many many Thanks for your excellent work.
I guess this is directed at Laurent, I'm only building the library for various compilers.
And I has only one question: when I use you builds in Codeblocks 12.11 then I have about 10-15 seconds from moment of running of a binary exe-file and appearance of the graphical window (console window of the project appears immediately). Is it problem of my computer or it is not problem at all (may be it's ussual).
Well it kind of depends how you're actually linking things. If you compare a debug and a release build, then a debug build will often be slower. There might even be a difference between static and dynamic builds.
Overall 10-15s seems to me way too long, if you're only creating a window and not doing other operations before the window's creation.
On my system with C::B 12.11 and the official MinGW32 compiler, a window appears within one second.
Do you have some software running that would hook themselves into applications (e.g. Fraps or alike)? Are you using a bad anti-virus software like Norton, which slows down the application? Or are you doing time intensive stuff, before the window creation?
In any case it shouldn't be SFML fault.