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

Author Topic: Cant find Librarys when compiling release executable  (Read 1324 times)

0 Members and 1 Guest are viewing this topic.

nullGrind

  • Newbie
  • *
  • Posts: 23
    • View Profile
Cant find Librarys when compiling release executable
« on: February 02, 2010, 05:37:44 pm »
Hello guys.

I started my programm often in the debugging mode and there wasnt even one compiler error. But now i wanted to compile a release executable but the compiler keeps claiming that he cant find the sfml librarys.

main.cpp:3:29: warning: SFML/Graphics.hpp: No such file or directory
main.cpp:4:27: warning: SFML/System.hpp: No such file or directory
main.cpp:5:27: warning: SFML/Window.hpp: No such file or directory

Does anybody know about that?

panithadrum

  • Sr. Member
  • ****
  • Posts: 304
    • View Profile
    • Skyrpex@Github
    • Email
Cant find Librarys when compiling release executable
« Reply #1 on: February 02, 2010, 06:56:38 pm »
You have to add the SFML include (and maybe lib folder too) path to your project another time for the release mode. I'm sure this is the problem.