I am trying to compile the latest version of SFML2. I am on windows 7 (64 bit), using the mingw-64-w64 compiler. The CMake ran fine (eventually), but when I run mingw32-make (that is what comes with the compiler. I don't think there is a mingw64-make), it stops at 32% with the error:
C:\Users\Baruch\progs\mingw64\bin\ar.exe: C:/Users/Baruch/progs/mingw64/lib/libopengl32.a: No such file or directory
Does anyone have experience compiling SFML under 64-bit windows with mingw64?