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

Author Topic: Setting up SFML  (Read 2964 times)

0 Members and 1 Guest are viewing this topic.

601x106

  • Newbie
  • *
  • Posts: 2
    • View Profile
Setting up SFML
« on: July 11, 2016, 08:28:39 pm »
I followed the tutorial on SFML but can't seem to get past this error. I am setting up for Codeblocks Windows and when I try to include the compiler (Search Directories > /PATH/SFML/include) it keeps saying can't find any GCC compiler. I've tried to use SJLJ and DW2 builds but same error. I have the linker pointing to the lib folder. Not sure what I am missing. Thanks in advance.

vsrz

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Setting up SFML
« Reply #1 on: July 11, 2016, 08:51:07 pm »
Are you able to compile a Hello World program?

Sounds like it's unable to find your gcc binary. This is required well before you deal with having to specify search /include directories.

601x106

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Setting up SFML
« Reply #2 on: July 11, 2016, 09:18:48 pm »
Thanks, managed to fix it. I ended up reinstalling codeblocks and it worked.