How to compile 2010.05 Qt in Windows 7 using Mingw32
-
I am new to Qt and downloaded the binaries and source code a few days ago. I am trying to build Qt from the source code. The instructions say to go to your directory ("C:\Qt\2010.05\qt") run "configure" and then "mingw32-make". I am using the Qt command window which seems address some concerns with PATH, LIB, INCLUDE, and sh.exe being in the PATH directory. I have also tried "mingw32-make confclean" and "mingw32-make clean" before running "configure" and "mingw-32-make"
The error I am getting is:
api\qscriptextensionplugin.h:43: Error: Undefined interface
mingw32-make[2]: *** [tmp/moc/release_shared/moc_qscriptextensionplugin.cpp] Error 1Am I doing something wrong? Is this a bug that should be reported?