SFML community forums

Help => General => Topic started by: CyanPrime on October 09, 2010, 02:02:48 am

Title: Problem making SFML Window (And any other SFML)
Post 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:

Code: [Select]
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.
Title: Problem making SFML Window (And any other SFML)
Post by: Laurent on October 09, 2010, 09:06:06 am
Quote
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.
Title: Problem making SFML Window (And any other SFML)
Post by: CyanPrime on October 09, 2010, 09:27:46 pm
Quote from: "Laurent"
Quote
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).