after having some issues compiling scummvm using VS2010 Express, I wanted to try minGW.
2 Problems occur:
when compiling scummvm 1.1.1, I get the following error:
Type with 2 bytes... couldn't find data type with 2 bytes
when compiling scummvm 1.3.0svn, after
Checking for whether -Wglobal-constructors work...
g++.exe crashes hard

Is there anything I am doing wrong ??
- OS is Windows 7 64Bit
- MinGW was installed using the automated installer, the version of gcc is 4.5.0
Vorph