I am using Visual Studio 2010 on Windows 7 Ultimate and I installed the latest snapshot of SFML 2.0 using CMake.
I did not use CMake to build the example projects, to see if I can do this myself. Pong compiles fine, but when I try building the OpenGL example, the linker complains:
1>Source.obj : error LNK2001: unresolved external symbol _gluPerspective@32
1>Source.obj : error LNK2001: unresolved external symbol _gluBuild2DMipmaps@28
Do I need to have GLUT or freeglut installed in order to use OpenGL with SFML? I was under the impression that SFML eliminate the need for those utilities. But if not, are both compatible with SFML?