Hello,
I am using sfml2 for some time. Yesterday I have decided to build new libraries from snapshot with number f9435eb. I have used cmake to generate codeblocks project and build static libraries (codeblocks mingw). After rebuild of my project with new libraries application crashes with segmentation fault in RenderTarget::Clear when trying to call pure virtual method Activate() on line 59. I have tried tutorial project and it crashes also. sf::RenderWindow is instantiated on stack, but when it goes into Clear it crashes.
Looks like my libraries are not build correctly, but I don't know why. I have build previous libraries same way and they work.
Does anyone know where can be the problem?