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

Author Topic: Will using mingw 4.9.3 require a rebuild (site says to use 4.9.2)?  (Read 2114 times)

0 Members and 1 Guest are viewing this topic.

enigma22134

  • Newbie
  • *
  • Posts: 13
    • View Profile
Hey guys, I've gotten a new computer and I'm trying to set it up so that I can continue my old projects.

I've got mingw setup through the MinGw installer, but it is  4.9.3, not  4.9.2.

I've setup an eclipse cdt project and I got the basic circle drawing working fine! But I am wondering if it is dangerous to continue using this version (4.9.3) without rebuilding sfml?

http://www.sfml-dev.org/download/sfml/2.3.2/ says the versions must match 100%, but I was hoping that was typed when  4.9.2 was the latest DW2 version.

I tried getting  4.9.2 setup, but the only problem is I continually fail to get eclipse to see 4.9.2 when I try installing it from the link on the download page (I attempted to setup path variables, but I'm not sure what's up).

Anyways, I don't know how to compile SFML myself, so I was wondering if I should be able to use this newer version of MinGw with the libraries provided for  4.9.2?

Thanks!

edit: changed 1.9.2 and 1.9.3 to 4.9.2 and 4.9.3 respectively.
« Last Edit: July 04, 2016, 11:03:41 pm by enigma22134 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Will using mingw 1.9.3 require a rebuild (site says to use 1.9.2)?
« Reply #1 on: July 04, 2016, 02:58:16 am »
I assume you mean 4.9.2 and 4.9.3, right?

If you don't use the exact compiler as linked on the download page, you'll have to rebuild SFML. Building SFML is quite easy and learning how to use CMake to build a library is a very valuable and essential lesson.
« Last Edit: July 04, 2016, 05:24:43 pm by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Will using mingw 1.9.3 require a rebuild (site says to use 1.9.2)?
« Reply #2 on: July 04, 2016, 04:16:51 pm »
eXploit3r speaks truth :)

enigma22134

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Will using mingw 1.9.3 require a rebuild (site says to use 1.9.2)?
« Reply #3 on: July 04, 2016, 11:01:54 pm »
Correct,  4.9.2 and 4.9.3; I was in a bit of a rush yesterday. :)

I suppose I will be learning cmake over the next few days. I had a feeling I would eventually need to learn how to use this; I just wasn't wanting to postpone work on my project. Oh well, thanks for the responses guys. :)

 

anything