can't create qmake when installing at windows XP with win32-g++
When i was installing qt at windows XP, it reported compiling errors.Here is the exerpt at last:D:/Batch/qt-win-opensource-src-4.3.4/src/corelib/tools/qhash.h:557:instantiated from `void QHash<Key, T>::detach_helper() [with Key =QString, T = QHashDummyValue]'D:/Batch/qt-win-opensource-src-4.3.4/src/corelib/tools/qhash.h:273:instantiated from `void QHash<Key, T>::detach() [with Key = QString, T= QHashDummyValue]'D:/Batch/qt-win-opensource-src-4.3.4/src/corelib/tools/qhash.h:257:instantiated from `QHash<Key, T>::QHash(const QHash<Key, T>&) [withKey = QString, T = QHashDummyValue]'D:/Batch/qt-win-opensource-src-4.3.4/src/corelib/tools/qset.h:60:instantiated from `QSet<T>::QSet(const QSet<T>&) [with T = QString]'project.cpp:1246: instantiated from here<internal>:493: too many arguments to function `void* operatornew(unsigned int)'D:/Batch/qt-win-opensource-src-4.3.4/src/corelib/tools/qhash.h:493: atthis point in file<internal>:495: too many arguments to function `void* operatornew(unsigned int)'D:/Batch/qt-win-opensource-src-4.3.4/src/corelib/tools/qhash.h:495: atthis point in filemingw32-make: *** [project.o] Error 1Your help will be highly appreciated.