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

Author Topic: SFML + Eclipse. Nothing happens when I press "Run"  (Read 7478 times)

0 Members and 1 Guest are viewing this topic.

balbes

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #15 on: September 26, 2015, 01:05:54 am »
32 bit or 64 bit? I'm assuming you're using the 64 bit compiler with the 32 bit DLLs then. Or you have the SJLJ compiler and the DW2 DLLs.
Actually i have no idea about the version of compiler, as there's only 1 link (at top right corner) and no additional info, just quick redirection to download. ..

dabbertorres

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • website/blog
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #16 on: September 26, 2015, 04:42:39 am »
Is the compiler exe in your path? Can you get the name of the compiler exe? Something like mingw-g++ iirc. If so, then open a cmd, and run "<compiler exe> -v" and paste the output.

If it isn't in your path, open a cmd in the folder that the exe is in (hold Shift, and right click in the folder), and then do the same thing.

balbes

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #17 on: September 26, 2015, 04:51:53 am »
Is the compiler exe in your path? Can you get the name of the compiler exe? Something like mingw-g++ iirc. If so, then open a cmd, and run "<compiler exe> -v" and paste the output.

If it isn't in your path, open a cmd in the folder that the exe is in (hold Shift, and right click in the folder), and then do the same thing.

This is the version of compiler I guess.
Exe in MinGW/bin folder.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
SFML + Eclipse. Nothing happens when I press "Run"
« Reply #18 on: September 26, 2015, 08:55:46 am »
Then you didn't download it from mingw.org. ;)
At best you recompile SFML with your compiler.

The provided binaries are for the MinGW-w64 4.9.2 rev 2 (you have rev 4).
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

balbes

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #19 on: September 26, 2015, 03:22:04 pm »
Then you didn't download it from mingw.org. ;)
At best you recompile SFML with your compiler.

The provided binaries are for the MinGW-w64 4.9.2 rev 2 (you have rev 4).
At first I did, but then, after your posts I decided to try another places..
In current installer there are so many options besides revision and version that I don't really know what most of them mean. I'm gonna try it with rev 2 now then.

balbes

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #20 on: September 26, 2015, 05:04:43 pm »
If someone would give me a link to MinGW of required version I would be grateful. Can't install/find it myself =/

dabbertorres

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • website/blog
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #21 on: September 26, 2015, 07:45:47 pm »
Personally, I think the best option is to get this version of MinGW, and then compile SFML yourself. The Nuwen version comes with extra tools that come in handy, and with GCC 5.1, so you get more C++14 support.

balbes

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: SFML + Eclipse. Nothing happens when I press "Run"
« Reply #22 on: September 26, 2015, 08:26:58 pm »
Ok, will do. Thanks all for your help.

 

anything