While compilation with MSVC 8 goes without any problems, I have problems when I want to compile Blender with qucktime enabled using mingw-gcc because of errors:
C:\build\lib\windows\QTDevWin\CIncludes/fp.h:89: error: conflicting types for 'float_t'
c:\mingw\bin\../lib/gcc/mingw32/4.3.2/../../../../include/math.h:317: error: previous declaration of 'float_t' was here
C:\build\lib\windows\QTDevWin\CIncludes/fp.h:90: error: conflicting types for 'double_t'
c:\mingw\bin\../lib/gcc/mingw32/4.3.2/../../../../include/math.h:318: error: previous declaration of 'double_t' was here
C:\build\lib\windows\QTDevWin\CIncludes/CFXMLNode.h:31: error: redefinition of typedef 'CFTreeRef'
C:\build\lib\windows\QTDevWin\CIncludes/CFTree.h:31: error: previous declaration of 'CFTreeRef' was here