When you build SFML, you should build the install target, that way you get all the proper libs installed. Also follow the official and most recent tutorial for Code::Blocks, because GLEW isn't part of SFML for a long time already...
Well then, I tried to rebuild the entire thing, followed the tutorials and yet again got these errors:
-------------- Build: Debug in Aurelium (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -g -I"D:\Projects\C++\SFML Games\SFML\SFML-2.4.1\include" -c "D:\Projects\C++\SFML Games\Aurelium\main.cpp" -o obj\Debug\main.o
mingw32-g++.exe -L"D:\Projects\C++\SFML Games\SFML\SFML-Build(debug)\lib" -o bin\Debug\Aurelium.exe obj\Debug\main.o -lsfml-graphics-d -lsfml-window-d -lsfml-system-d
C:/Program Files/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot find -lsfml-graphics-d
C:/Program Files/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot find -lsfml-window-d
C:/Program Files/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot find -lsfml-system-d
collect2.exe: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 3 second(s))
4 error(s), 0 warning(s) (0 minute(s), 3 second(s))
Well this time there are only 4 of them. I honestly have no idea what is here being done wrong.
NOTE: I used to work in Visual C++ .NET
My friend told me to move to Code::Blocks
I followed the latest version and latest tutorials. But no, not working.
My Code::Blocks version- codeblocks-16.01mingw
Compiler GNU GCC Compiler
OS: Microsoft Windows 7
Maybe I must download specific SFML version? Any would work that's 2.0 or so.
Or maybe other Code::Blocks version. Compiling process seems to be not a solution for some reason.
Thank you for your help!