Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Problem making SFML Window (And any other SFML)  (Read 1849 times)

0 Members and 1 Guest are viewing this topic.

CyanPrime

  • Newbie
  • *
  • Posts: 18
    • View Profile
Problem making SFML Window (And any other SFML)
« 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem making SFML Window (And any other SFML)
« Reply #1 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.
Laurent Gomila - SFML developer

CyanPrime

  • Newbie
  • *
  • Posts: 18
    • View Profile
Problem making SFML Window (And any other SFML)
« Reply #2 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).

 

anything