Page 1 of 1

Did't success to compil original source on windows

Posted: 05 Nov 2011, 09:11
by Myrias
Hi, i tried just for try to compile the original source code.

i follow instruction of this page http://springrts.com/wiki/Building_Spring_on_Windows


but after several try i always block here, during the mingw32-make install-spring command

http://imageshack.us/photo/my-images/521/crashg.jpg/

it crash at 6,12,15,19, maximum 26 % never the same files named but always an "error 2", i seek aroung for it without success.


i think about learn C next, but i did't even success to compile a source code...

HEELLLPPP

Re: Did't success to compil original source on windows

Posted: 05 Nov 2011, 09:18
by hoijui
spring is written in C++ ;-)
the current release does not compile with GCC 4.6+ (or MinGW GCC 4.6+), which is the problem you are facing. so you can either wait for the next release (which should come this weekend), or switch to an older MinGW (not advised).