I downloaded the source code because the binary MinGW files wouldn't work with my codeblocks, so I decided that created the files through CMake on CodeBlocks bin path would work.
The process at which I do things step by step is:
1. set PATH=%PATH%;C:\Program Files (x86)\CodeBlocks\MinGW\bin
2. cmake
3. cmake-gui
Then in the cmake :
1. set the source code to where I have it: C:/Users/(user name)/Documents/SFML-2.0
2. set the build path to: C:/Users/(user name)/Documents/SFMLBinaries
Check for working C compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe
Check for working C compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe" is not
able to compile a simple test program.
It fails with the following output:
Change Dir: C:/Users/(user name)/Documents/SFMLBinaries/CMakeFiles/CMakeTmp
Run Build Command:C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe
"cmTryCompileExec2862525127/fast"
C:/PROGRA~2/CODEBL~1/MinGW/bin/mingw32-make.exe -f
CMakeFiles\cmTryCompileExec2862525127.dir\build.make
CMakeFiles/cmTryCompileExec2862525127.dir/build
mingw32-make.exe[1]: Entering directory
`C:/Users/(user name)/Documents/SFMLBinaries/CMakeFiles/CMakeTmp'
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_report
C:\Users\(user name)\Documents\SFMLBinaries\CMakeFiles\CMakeTmp\CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec2862525127.dir/testCCompiler.c.obj
C:\PROGRA~2\CODEBL~1\MinGW\bin\gcc.exe -o
CMakeFiles\cmTryCompileExec2862525127.dir\testCCompiler.c.obj -c
C:\Users\(user name)\Documents\SFMLBinaries\CMakeFiles\CMakeTmp\testCCompiler.c
mingw32-make.exe[1]: Leaving directory
`C:/Users/(user name)/Documents/SFMLBinaries/CMakeFiles/CMakeTmp'
mingw32-make.exe[1]: *** Access is denied.
. Stop.
mingw32-make.exe: *** [cmTryCompileExec2862525127/fast] Error 2
edit:
Reason I had the title set too : "not proceed to make files" was because a lot of times the cmake would freeze looking for gcc.exe