I have been tying to build a debug version of the static library's using Visual studio 2015 Update 3 x64. The reason being is I wanted the debug symbols. Easy enough. I downloaded a fresh copy of the source. Loaded up cmake and unchecked "BUILD_SHARED_LIBS" and checked "SFML_BUILD_EXAMPLES"
The problem is that I am getting linker errors with the examples. I tried win32 and had the same linker errors. I have a suspsion its the Update 3 I downloaded as I didn't seem to have this problem a few months back?
Anyone else having this issue? If not it might just be my setup.