Okay, so when I open the workspace in sfml2/build/codeblocks I can make the System just fine, and I see lib/mingw/libsfml-system-d.a and the .dll with it, but when I double click on the Window project in the workspace I get this error:
Linking dynamic library: ..\..\lib\mingw\sfml2-window-d.dll
mingw32-g++.exe: ..\..\lib\mingw\libsfml2-system-d.a: No such file or directory
Anyone know why? It's right where it should be, so I don't know why I get this error.