SFML community forums
Help => General => Topic started by: CyanPrime on October 09, 2010, 02:02:48 am
-
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.
-
I can make the System just fine, and I see lib/mingw/libsfml-system-d.a and the .dll with it
It's impossible, the output filename is libsfml2-system-d.a.
-
I can make the System just fine, and I see lib/mingw/libsfml-system-d.a and the .dll with it
It's impossible, the output filename is libsfml2-system-d.a.
Yup, on checking this you're right, but I do have libsfml2-system-d.a in that path. and the .dll version and not libsfml-system-d (I have sfml2-system-d, not sfml-system-d).