When follow your instructions and tried to build qt with following options:
configure.bat -release -platform win32-g++ -opengl desktop -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -skip webkit -nomake examples -nomake tests
and after running mingw32-make
this is the error I'm getting:
In file included from C:/TDM-GCC-64/x86_64-w64-mingw32/include/initguid.h:8:0,
from qaxscript.cpp:61:
C:/TDM-GCC-64/x86_64-w64-mingw32/include/activscp.h:470:1: error: redefinition of 'const GUID IID_IActiveScriptSite' DEFINE_GUID(IID_IActiveScriptSite, 0xdb01a1e3, 0xa42b, 0x11cf, 0x8f,0x20, 0x00,0x80,0x5f,0x2c,0xd0,0x64);
^
Any idea what to do with it?
Thanks
Bookmarks