I don't understand what's going on here, I have Code Blocks 13.12 with MinGW, I downloaded the "GCC 4.7 TDM (SJLJ) - 64 bits" version of SFML and I followed the tutorial, here:
http://www.sfml-dev.org/tutorials/2.1/start-cb.phpexactly as it was shown and I get 3 errors. Here it what it says:
||=== Build: Debug in SFML Test (compiler: GNU GCC Compiler) ===|
\SFML-2.1\lib\libsfml-graphics||No such file or directory|
\SFML-2.1\lib\libsfml-window||No such file or directory|
\SFML-2.1\lib\libsfml-system||No such file or directory|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
What is wrong? I have Windows 8 64 bit.
Also here is this from the build log:
-------------- Build: Debug in SFML Test (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -LC:\SFML-2.1\lib -o "bin\Debug\SFML Test.exe" obj\Debug\main.o C:\SFML-2.1\lib\libsfml-graphics C:\SFML-2.1\lib\libsfml-window C:\SFML-2.1\lib\libsfml-system
mingw32-g++.exe: error: C:\SFML-2.1\lib\libsfml-graphics: No such file or directory
mingw32-g++.exe: error: C:\SFML-2.1\lib\libsfml-window: No such file or directory
mingw32-g++.exe: error: C:\SFML-2.1\lib\libsfml-system: No such file or directory
Process terminated with status 1 (0 minute(s), 0 second(s))
3 error(s), 0 warning(s) (0 minute(s), 0 second(s))
It says mingw32, do i need to download the 32 bit version of SFML?