0

For the past few hours I've tried to update MinGW. I had an old 5.0 version and I wanted to install SFML but it requires 7.3.0 Clion sees for whatever reason MinGW version 6.0

enter image description here

But i have updated to 7.3.0 with the download link provided by SFML

enter image description here

enter image description here

and no, I did not forget to change the environment path

enter image description here

Any ideas what I'm doing wrong? Please keep it easy with the hate, I am a beginner.

Dddsasul
  • 85
  • 2
  • 10
  • 1
    Use mingw-w64 package in msys2. link: http://www.msys2.org/. It updates gcc with ported pacman. – Biswapriyo Oct 13 '18 at 20:25
  • installed it, used pacman -Syu and pacman -Su as it said on the page, do I need to do anything else? if not, it did not work – Dddsasul Oct 13 '18 at 20:46
  • 1
    Link: https://stackoverflow.com/a/30071634 – Biswapriyo Oct 13 '18 at 20:50
  • I kind of made it work but not really, it only updated to 7.0, I need specific 7.3 for w/e reason. I can't find anywhere how to do it. It was also missing GDB with msys2 but I think I fixed it. That aside the 7.0 is still a problem, any idea? – Dddsasul Oct 13 '18 at 21:22
  • if I do the gcc --version in cmd it shows me the right one, the problem is that clion shows me another mingw environment version than the one I have installed for whatever reason, it does not recognize the right one, in cmd it appears 7.3.0 build by msys2 but clion says it's just 7.0 =\ – Dddsasul Oct 14 '18 at 10:32

0 Answers0