Spring :: Version of GCC & Mingw ?
Moderator: Moderators
- danil_kalina
- Posts: 505
- Joined: 08 Feb 2010, 22:21
Spring :: Version of GCC & Mingw ?
What version gcc & mingw do you use to build Spring Engine on Windows ?
We need to check our lobby for catching exceptions. To complete that we need to build Qt with a right gcc and mingw. Then build NotaLobby and try to repeat a bug.
Thanks
We need to check our lobby for catching exceptions. To complete that we need to build Qt with a right gcc and mingw. Then build NotaLobby and try to repeat a bug.
Thanks
Re: Spring :: Version of GCC & Mingw ?
it's in the infolog
- danil_kalina
- Posts: 505
- Joined: 08 Feb 2010, 22:21
Re: Spring :: Version of GCC & Mingw ?
Could you please build a Spring for us just for checking ?
using mingw 4.4
Qt 4.8.0 is built using mingw 4.4 also
using mingw 4.4
Qt 4.8.0 is built using mingw 4.4 also

Re: Spring :: Version of GCC & Mingw ?
Why me?
You already compile your lobby in mingw, so you already got a running environment.
You already compile your lobby in mingw, so you already got a running environment.
- danil_kalina
- Posts: 505
- Joined: 08 Feb 2010, 22:21
Re: Spring :: Version of GCC & Mingw ?
Where have you got your Mingw ?
I couldn't find any with gcc 4.4.4
http://sourceforge.net/projects/mingw-w ... %20Builds/
I couldn't find any with gcc 4.4.4
http://sourceforge.net/projects/mingw-w ... %20Builds/
Re: Spring :: Version of GCC & Mingw ?
the win32 build from spring is crosscompiled, the buildslave is set up with these instructions:
(Setting up buildslave, but thats on linux.)
https://github.com/spring/spring/tree/develop/buildbot
to build spring on win32 i use gcc-4.6.1, that should be the default mingw installed from the tdm web installer, see http://springrts.com/wiki/Building_Spri ... with_MinGW
some people seems to get linker errors related to boost, but i couldn't reproduce that.
(Setting up buildslave, but thats on linux.)
https://github.com/spring/spring/tree/develop/buildbot
to build spring on win32 i use gcc-4.6.1, that should be the default mingw installed from the tdm web installer, see http://springrts.com/wiki/Building_Spri ... with_MinGW
some people seems to get linker errors related to boost, but i couldn't reproduce that.
- danil_kalina
- Posts: 505
- Joined: 08 Feb 2010, 22:21
Re: Spring :: Version of GCC & Mingw ?
That is interesting, cause in debug.log you write gcc 4.4.4
Re: Spring :: Version of GCC & Mingw ?
debug.log?
- danil_kalina
- Posts: 505
- Joined: 08 Feb 2010, 22:21
Re: Spring :: Version of GCC & Mingw ?
oh, I am sorry. my mistake.
infolog.txt
infolog.txt
Code: Select all
...
Spring 85.0
Build date/time: Dec 22 2011 00:05:57
Build environment: boost-104600, GNU libstdc++ version 20100429
Compiler: gcc-4.4.4
...
Re: Spring :: Version of GCC & Mingw ?
yeah, sure. this is cross-compiled on the buildslave as all official spring win32 builds.
Re: Spring :: Version of GCC & Mingw ?
danil, you did understand abmas post wrong.
the official spring for windows, the one that makes up releases, and intermediate buildbot builds, is compiled on linux, with the instructions abma linked to, it is 4.4.4
this is linux compiling for windows
abma himself, when building spring locally on windows for windows, uses 4.6.1.
the official spring for windows, the one that makes up releases, and intermediate buildbot builds, is compiled on linux, with the instructions abma linked to, it is 4.4.4
this is linux compiling for windows
abma himself, when building spring locally on windows for windows, uses 4.6.1.
- danil_kalina
- Posts: 505
- Joined: 08 Feb 2010, 22:21
Re: Spring :: Version of GCC & Mingw ?
Thank you