[root@localhost qt-x11-opensource-src-4.4.1]# ./configure
This is the Qt/X11 Open Source Edition.
You are licensed to use this software under the terms of
the GNU General Public License (GPL) versions 2 or 3.
Type '2' to view the GNU General Public License version 2.
Type '3' to view the GNU General Public License version 3.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of either license? yes
Creating qmake. Please wait...
g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/qt-x11-opensource-src-4.4.1/include -I/qt-x11-opensource-src-4.4.1/include/QtCore -I/qt-x11-opensource-src-4.4.1/include -I/qt-x11-opensource-src-4.4.1/include/QtCore -I/qt-x11-opensource-src-4.4.1/src/corelib/global -I/qt-x11-opensource-src-4.4.1/src/script -DQT_NO_PCRE -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_BUILD_QMAKE -DQT_NO_COMPRESS -I/qt-x11-opensource-src-4.4.1/mkspecs/linux-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp
在包含自 /qt-x11-opensource-src-4.4.1/include/QtCore/qlist.h:1 的文件中,
从 /qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstringlist.h:49,
从 /qt-x11-opensource-src-4.4.1/include/QtCore/qstringlist.h:1,
从 project.h:47,
从 project.cpp:44:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:56:15: 错误:new:没有那个文件或目录
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QString]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:424: instantiated from ‘void QList<T>::append(const T&) [with T = QString]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstringlist.h:72: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:339: 错误:对‘operator new(unsigned int, QList<QString>::Node*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = QString]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:616: instantiated from ‘QList<T>& QList<T>::operator+=(const QList<T>&) [with T = QString]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstringlist.h:86: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:358: 错误:对‘operator new(unsigned int, QList<QString>::Node*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h: In member function ‘QMapData::Node* QMap<Key, T>::node_create(QMapData*, QMapData::Node**, const Key&, const T&) [with Key = QString, T = ExpandFunc]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:508: instantiated from ‘typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = ExpandFunc]’
project.cpp:86: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:416: 错误:对‘operator new(unsigned int, QString*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:417: 错误:对‘operator new(unsigned int, ExpandFunc*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h: In member function ‘QMapData::Node* QMap<Key, T>::node_create(QMapData*, QMapData::Node**, const Key&, const T&) [with Key = QString, T = TestFunc]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:508: instantiated from ‘typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = TestFunc]’
project.cpp:124: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:416: 错误:对‘operator new(unsigned int, QString*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:417: 错误:对‘operator new(unsigned int, TestFunc*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h: In member function ‘QMapData::Node* QMap<Key, T>::node_create(QMapData*, QMapData::Node**, const Key&, const T&) [with Key = QString, T = QStringList]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:475: instantiated from ‘T& QMap<Key, T>::operator[](const Key&) [with Key = QString, T = QStringList]’
project.cpp:173: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:416: 错误:对‘operator new(unsigned int, QString*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:417: 错误:对‘operator new(unsigned int, QStringList*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::append(const T&) [with T = char]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:61: instantiated from ‘void QStack<T>::push(const T&) [with T = char]’
project.cpp:392: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:522: 错误:对‘operator new(unsigned int, char*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:527: 错误:对‘operator new(unsigned int, char*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h: In member function ‘QMapData::Node* QMap<Key, T>::node_create(QMapData*, QMapData::Node**, const Key&, const T&) [with Key = QString, T = FunctionBlock*]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:508: instantiated from ‘typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = FunctionBlock*]’
project.cpp:777: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:416: 错误:对‘operator new(unsigned int, QString*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qmap.h:417: 错误:对‘operator new(unsigned int, FunctionBlock**)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::append(const T&) [with T = QMakeProject::ScopeBlock]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:61: instantiated from ‘void QStack<T>::push(const T&) [with T = QMakeProject::ScopeBlock]’
project.cpp:790: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:522: 错误:对‘operator new(unsigned int, QMakeProject::ScopeBlock*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:527: 错误:对‘operator new(unsigned int, QMakeProject::ScopeBlock*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = ParsableBlock::Parse]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:424: instantiated from ‘void QList<T>::append(const T&) [with T = ParsableBlock::Parse]’
project.cpp:857: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:339: 错误:对‘operator new(unsigned int, QList<ParsableBlock::Parse>::Node*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = IteratorBlock::Test]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:424: instantiated from ‘void QList<T>::append(const T&) [with T = IteratorBlock::Test]’
project.cpp:1035: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:339: 错误:对‘operator new(unsigned int, QList<IteratorBlock::Test>::Node*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h: In member function ‘typename QHash<Key, T>::Node* QHash<Key, T>::createNode(uint, const Key&, const T&, QHashNode<Key, T>**) [with Key = QString, T = bool]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:745: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]’
project.cpp:1593: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:519: 错误:对‘operator new(unsigned int, void*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:521: 错误:对‘operator new(unsigned int, void*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::append(const T&) [with T = FunctionBlock*]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:61: instantiated from ‘void QStack<T>::push(const T&) [with T = FunctionBlock*]’
project.cpp:1902: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:522: 错误:对‘operator new(unsigned int, FunctionBlock**)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:527: 错误:对‘operator new(unsigned int, FunctionBlock**)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int) [with T = char]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:315: instantiated from ‘void QVector<T>::resize(int) [with T = char]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:70: instantiated from ‘T QStack<T>::pop() [with T = char]’
project.cpp:390: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:438: 错误:对‘operator new(unsigned int, char*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:315: instantiated from ‘void QVector<T>::resize(int) [with T = char]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:70: instantiated from ‘T QStack<T>::pop() [with T = char]’
project.cpp:390: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:478: 错误:对‘operator new(unsigned int, char*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:485: 错误:对‘operator new(unsigned int, char*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int) [with T = QMakeProject::ScopeBlock]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:315: instantiated from ‘void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:70: instantiated from ‘T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]’
project.cpp:451: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:438: 错误:对‘operator new(unsigned int, QMakeProject::ScopeBlock*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:315: instantiated from ‘void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:70: instantiated from ‘T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]’
project.cpp:451: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:478: 错误:对‘operator new(unsigned int, QMakeProject::ScopeBlock*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:485: 错误:对‘operator new(unsigned int, QMakeProject::ScopeBlock*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QStringList]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:424: instantiated from ‘void QList<T>::append(const T&) [with T = QStringList]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:300: instantiated from ‘QList<T>& QList<T>::operator+=(const T&) [with T = QStringList]’
project.cpp:1890: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:339: 错误:对‘operator new(unsigned int, QList<QStringList>::Node*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = QStringList]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:523: instantiated from ‘void QList<T>::detach_helper() [with T = QStringList]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:113: instantiated from ‘QList<T>::QList(const QList<T>&) [with T = QStringList]’
project.cpp:1892: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:358: 错误:对‘operator new(unsigned int, QList<QStringList>::Node*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int) [with T = FunctionBlock*]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:519: instantiated from ‘void QVector<T>::append(const T&) [with T = FunctionBlock*]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:61: instantiated from ‘void QStack<T>::push(const T&) [with T = FunctionBlock*]’
project.cpp:1902: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:438: 错误:对‘operator new(unsigned int, FunctionBlock**&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:519: instantiated from ‘void QVector<T>::append(const T&) [with T = FunctionBlock*]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qstack.h:61: instantiated from ‘void QStack<T>::push(const T&) [with T = FunctionBlock*]’
project.cpp:1902: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:478: 错误:对‘operator new(unsigned int, FunctionBlock**&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qvector.h:485: 错误:对‘operator new(unsigned int, FunctionBlock**&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QScriptValue]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:424: instantiated from ‘void QList<T>::append(const T&) [with T = QScriptValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:300: instantiated from ‘QList<T>& QList<T>::operator+=(const T&) [with T = QScriptValue]’
project.cpp:2327: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:339: 错误:对‘operator new(unsigned int, QList<QScriptValue>::Node*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = IteratorBlock::Test]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:523: instantiated from ‘void QList<T>::detach_helper() [with T = IteratorBlock::Test]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:121: instantiated from ‘void QList<T>::detach() [with T = IteratorBlock::Test]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:238: instantiated from ‘QList<T>::iterator QList<T>::begin() [with T = IteratorBlock::Test]’
project.cpp:559: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:358: 错误:对‘operator new(unsigned int, QList<IteratorBlock::Test>::Node*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = ParsableBlock::Parse]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:523: instantiated from ‘void QList<T>::detach_helper() [with T = ParsableBlock::Parse]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:121: instantiated from ‘void QList<T>::detach() [with T = ParsableBlock::Parse]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:422: instantiated from ‘void QList<T>::append(const T&) [with T = ParsableBlock::Parse]’
project.cpp:857: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:358: 错误:对‘operator new(unsigned int, QList<ParsableBlock::Parse>::Node*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h: In member function ‘typename QHash<Key, T>::Node* QHash<Key, T>::createNode(uint, const Key&, const T&, QHashNode<Key, T>**) [with Key = QString, T = QHashDummyValue]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:745: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = QHashDummyValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qset.h:176: instantiated from ‘QSet<T>::const_iterator QSet<T>::insert(const T&) [with T = QString]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qset.h:297: instantiated from ‘QSet<T> QList<T>::toSet() const [with T = QString]’
project.cpp:1257: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:519: 错误:对‘operator new(unsigned int, void*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:521: 错误:对‘operator new(unsigned int, void*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h: In static member function ‘static void QHash<Key, T>::duplicateNode(QHashData::Node*, void*) [with Key = QString, T = bool]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:570: instantiated from ‘void QHash<Key, T>::detach_helper() [with Key = QString, T = bool]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:286: instantiated from ‘void QHash<Key, T>::detach() [with Key = QString, T = bool]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:738: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]’
project.cpp:1593: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:506: 错误:对‘operator new(unsigned int, void*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:508: 错误:对‘operator new(unsigned int, void*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h: In static member function ‘static void QHash<Key, T>::duplicateNode(QHashData::Node*, void*) [with Key = QString, T = QHashDummyValue]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:570: instantiated from ‘void QHash<Key, T>::detach_helper() [with Key = QString, T = QHashDummyValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:286: instantiated from ‘void QHash<Key, T>::detach() [with Key = QString, T = QHashDummyValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:270: instantiated from ‘QHash<Key, T>::QHash(const QHash<Key, T>&) [with Key = QString, T = QHashDummyValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qset.h:62: instantiated from ‘QSet<T>::QSet(const QSet<T>&) [with T = QString]’
project.cpp:1257: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:506: 错误:对‘operator new(unsigned int, void*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qhash.h:508: 错误:对‘operator new(unsigned int, void*&)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = QScriptValue]’:
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:523: instantiated from ‘void QList<T>::detach_helper() [with T = QScriptValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:121: instantiated from ‘void QList<T>::detach() [with T = QScriptValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:422: instantiated from ‘void QList<T>::append(const T&) [with T = QScriptValue]’
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:300: instantiated from ‘QList<T>& QList<T>::operator+=(const T&) [with T = QScriptValue]’
project.cpp:2327: instantiated from here
/qt-x11-opensource-src-4.4.1/include/QtCore/../../src/corelib/tools/qlist.h:358: 错误:对‘operator new(unsigned int, QList<QScriptValue>::Node*)’的调用没有匹配的函数
<built-in>:0: 附注:备选为: void* operator new(unsigned int)
gmake: *** [project.o] 错误 1
How To Solve??