Hi, I am a beginner in rust programming, and i need to build rust from the master branch. I'm on Windows 7 x64, and all dependencies are installed. I opened msys and i did this : ``` ./configure ``` then this : ``` make && make install ``` and I have a very long error, an extract looks like : ``` c:\mingw\bin\../libgcc/mingw32/4.5.2/../../../../include/winbase.h:945:2 erreur expected specifier-qualifier-list before 'SYSTEMTIME' ``` and for more : http://i.imgur.com/otAolaS.png Regards.