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

Author Topic: SFML 2.2 MinGW downloads clarification  (Read 6581 times)

0 Members and 1 Guest are viewing this topic.

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
SFML 2.2 MinGW downloads clarification
« on: May 01, 2015, 03:00:57 pm »
Hello,

Is it possible to clarify which MinGW distribution was used to build the "GCC 4.9.2 MinGW (DW2)" download?
Currently mingw.org only ships GCC 4.8.1 so this SFML download was obviously built with another distro.

This would help me because the library I'm making is built with the original MinGW and the produced binaries are not compatible with SFML's "MinGW" binaries.

Thanks,
Ceylo
Want to play movies in your SFML application? Check out sfeMovie!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #1 on: May 01, 2015, 03:09:17 pm »
I used this distro.

And yes, I've been thinking on how to make things more clear on the download website. Haven't found a satisfying way yet.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #2 on: May 01, 2015, 03:24:18 pm »
Wouldn't writing "MinGW-w64 (DW2)" instead of "MinGW (DW2)" be just fine ?
Want to play movies in your SFML application? Check out sfeMovie!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #3 on: May 01, 2015, 03:32:05 pm »
It's just stupid, but there's no space left...
Additionally it's not much clearer, since there are still different revisions which may or may not be compatible.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #4 on: May 01, 2015, 04:08:32 pm »
Then what about a * detailed below the table?
Want to play movies in your SFML application? Check out sfeMovie!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #5 on: May 01, 2015, 04:10:57 pm »
Yeah, I'll have to add it somewhere. I just haven't figured out a nice way.
I mean the problem isn't just with the one compiler, but we'll have to be more verbose about the others too and in addition to that, I want to make it clear, that compiler version and package have to be a perfect match.
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: SFML 2.2 MinGW downloads clarification
« Reply #6 on: May 01, 2015, 04:35:21 pm »
And maybe a big prominent text mentioning that compiling the library yourself with your compiler of choice instead of downloading binaries is both easy and free of a lot of potential trouble.
IMHO, downloading and compiling the source should be promoted as the hugely prefered option.

Just my $0.02

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #7 on: May 01, 2015, 05:06:45 pm »
Ok. Before I try to make my library compatible with one of the 3 GCC that was used for SFML, can you tell if all 3 are planned to be kept? I would like to avoid changing the compiler support again on my side :)
Want to play movies in your SFML application? Check out sfeMovie!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: SFML 2.2 MinGW downloads clarification
« Reply #8 on: May 01, 2015, 05:09:24 pm »
All of them will be kept, however we'll use the latest revision MinGW-w64 POSIX DW2 (rev2), as is already being used for our continuous integration.

Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

namosca

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: SFML 2.2 MinGW downloads clarification
« Reply #9 on: November 22, 2015, 11:04:40 am »
Hello!!

I have just opened a post where I explain how people can stop having to care about which compiler version they are using. The title is HELP NEWBIES USING SFML WITHOUT HAVING TO CARE ABOUT COMPILATION and you can see it here:

http://en.sfml-dev.org/forums/index.php?topic=19386.0