Can't compile qt-embedded
Von: doppelfish@gmail.com [Profil]
Datum: 16.03.2009 18:39
Message-ID: <a0f17118-8a38-4d7c-91e4-dd1691319587@v15g2000yqn.googlegroups.com>
Newsgroup: de.comp.sys.handhelds.misc
Datum: 16.03.2009 18:39
Message-ID: <a0f17118-8a38-4d7c-91e4-dd1691319587@v15g2000yqn.googlegroups.com>
Newsgroup: de.comp.sys.handhelds.misc
Hi, I'm trying to compile qt-embedded on Ubuntu 8.10. I've downloaded qt- embedded-linux-opensource-src-4.5.0 from TrollTech. When I run configure, .. bash$ ./configure -embedded arm ... the following spew of error messages appears: ================================= This is the Qt for Embedded Linux Open Source Edition. You are licensed to use this software under the terms of the GNU Lesser General Public License (LGPL) version 2.1 or the GNU General Public License (GPL) version 3. Type '3' to view the GNU General Public License version 3. Type 'L' to view the GNU Lesser General Public License version 2.1. Type 'yes' to accept this license offer. Type 'no' to decline this license offer. Do you accept the terms of either license? Creating qmake. Please wait... ccache arm-angstrom-linux-gnueabi-g++ -march=armv4t -mtune=arm920t -c - o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators - Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/home/ doppelfish/src/qt-embedded/qt-embedded-linux-opensource-src-4.5.0/ include -I/home/doppelfish/src/qt-embedded/qt-embedded-linux- opensource-src-4.5.0/include/QtCore -I/home/doppelfish/src/qt-embedded/ qt-embedded-linux-opensource-src-4.5.0/src/corelib/global -I/home/ doppelfish/src/qt-embedded/qt-embedded-linux-opensource-src-4.5.0/src/ script -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED - DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL - DQT_NO_COMPRESS -I/home/doppelfish/src/qt-embedded/qt-embedded-linux- opensource-src-4.5.0/mkspecs/qws/linux-x86-g++ -DHAVE_QCONFIG_CPP - DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp In file included from /home/doppelfish/src/qt-embedded/qt-embedded- linux-opensource-src-4.5.0/include/QtCore/qlist.h:1, from /home/doppelfish/src/qt-embedded/qt-embedded- linux-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/ qstringlist.h:47, from /home/doppelfish/src/qt-embedded/qt-embedded- linux-opensource-src-4.5.0/include/QtCore/qstringlist.h:1, from project.h:45, from project.cpp:42: /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:54:15: error: new: No such file or directory /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h: In member function `void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QString]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:426: instantiated from `void QList<T>::append(const T&) [with T = QString]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstringlist.h:70: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:341: error: no matching function for call to `operator new(unsigned int, QList<QString>::Node*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:618: instantiated from `QList<T>& QList<T>::operator+=(const QList<T>&) [with T = QString]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstringlist.h:85: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:360: error: no matching function for call to `operator new(unsigned int, QList<QString>::Node*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:512: 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 /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:420: error: no matching function for call to `operator new(unsigned int, QString*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:421: error: no matching function for call to `operator new(unsigned int, ExpandFunc*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:512: 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 /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:420: error: no matching function for call to `operator new(unsigned int, QString*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:421: error: no matching function for call to `operator new(unsigned int, TestFunc*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:479: instantiated from `T& QMap<Key, T>::operator[](const Key&) [with Key QString, T = QStringList]' project.cpp:173: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:420: error: no matching function for call to `operator new(unsigned int, QString*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:421: error: no matching function for call to `operator new(unsigned int, QStringList*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h: In member function `void QVector<T>::append(const T&) [with T = char]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from `void QStack<T>::push(const T&) [with T = char]' project.cpp:392: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:526: error: no matching function for call to `operator new(unsigned int, char*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:531: error: no matching function for call to `operator new(unsigned int, char*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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*]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:512: 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 /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:420: error: no matching function for call to `operator new(unsigned int, QString*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qmap.h:421: error: no matching function for call to `operator new(unsigned int, FunctionBlock**)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h: In member function `void QVector<T>::append(const T&) [with T QMakeProject::ScopeBlock]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from `void QStack<T>::push(const T&) [with T QMakeProject::ScopeBlock]' project.cpp:790: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:526: error: no matching function for call to `operator new(unsigned int, QMakeProject::ScopeBlock*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:531: error: no matching function for call to `operator new(unsigned int, QMakeProject::ScopeBlock*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h: In member function `void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = ParsableBlock::Parse]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:426: instantiated from `void QList<T>::append(const T&) [with T ParsableBlock::Parse]' project.cpp:857: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:341: error: no matching function for call to `operator new(unsigned int, QList<ParsableBlock::Parse>::Node*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h: In member function `void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = IteratorBlock::Test]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:426: instantiated from `void QList<T>::append(const T&) [with T IteratorBlock::Test]' project.cpp:1035: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:341: error: no matching function for call to `operator new(unsigned int, QList<IteratorBlock::Test>::Node*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:743: 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 /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:517: error: no matching function for call to `operator new(unsigned int, void*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:519: error: no matching function for call to `operator new(unsigned int, void*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h: In member function `void QVector<T>::append(const T&) [with T FunctionBlock*]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from `void QStack<T>::push(const T&) [with T FunctionBlock*]' project.cpp:1902: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:526: error: no matching function for call to `operator new(unsigned int, FunctionBlock**)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:531: error: no matching function for call to `operator new(unsigned int, FunctionBlock**)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h: In member function `void QVector<T>::realloc(int, int) [with T = char]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:319: instantiated from `void QVector<T>::resize(int) [with T = char]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:68: instantiated from `T QStack<T>::pop() [with T = char]' project.cpp:390: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:442: error: no matching function for call to `operator new(unsigned int, char*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:319: instantiated from `void QVector<T>::resize(int) [with T = char]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:68: instantiated from `T QStack<T>::pop() [with T = char]' project.cpp:390: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:482: error: no matching function for call to `operator new(unsigned int, char*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:489: error: no matching function for call to `operator new(unsigned int, char*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h: In member function `void QVector<T>::realloc(int, int) [with T QMakeProject::ScopeBlock]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:319: instantiated from `void QVector<T>::resize(int) [with T QMakeProject::ScopeBlock]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:68: instantiated from `T QStack<T>::pop() [with T QMakeProject::ScopeBlock]' project.cpp:451: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:442: error: no matching function for call to `operator new(unsigned int, QMakeProject::ScopeBlock*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:319: instantiated from `void QVector<T>::resize(int) [with T QMakeProject::ScopeBlock]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:68: instantiated from `T QStack<T>::pop() [with T QMakeProject::ScopeBlock]' project.cpp:451: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:482: error: no matching function for call to `operator new(unsigned int, QMakeProject::ScopeBlock*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:489: error: no matching function for call to `operator new(unsigned int, QMakeProject::ScopeBlock*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h: In member function `void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QStringList]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:426: instantiated from `void QList<T>::append(const T&) [with T QStringList]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:302: instantiated from `QList<T>& QList<T>::operator+=(const T&) [with T QStringList]' project.cpp:1890: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:341: error: no matching function for call to `operator new(unsigned int, QList<QStringList>::Node*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:525: instantiated from `void QList<T>::detach_helper() [with T QStringList]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:111: instantiated from `QList<T>::QList(const QList<T>&) [with T QStringList]' project.cpp:1892: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:360: error: no matching function for call to `operator new(unsigned int, QList<QStringList>::Node*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h: In member function `void QVector<T>::realloc(int, int) [with T FunctionBlock*]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:523: instantiated from `void QVector<T>::append(const T&) [with T FunctionBlock*]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from `void QStack<T>::push(const T&) [with T FunctionBlock*]' project.cpp:1902: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:442: error: no matching function for call to `operator new(unsigned int, FunctionBlock**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:523: instantiated from `void QVector<T>::append(const T&) [with T FunctionBlock*]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from `void QStack<T>::push(const T&) [with T FunctionBlock*]' project.cpp:1902: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:482: error: no matching function for call to `operator new(unsigned int, FunctionBlock**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qvector.h:489: error: no matching function for call to `operator new(unsigned int, FunctionBlock**&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h: In member function `void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QScriptValue]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:426: instantiated from `void QList<T>::append(const T&) [with T QScriptValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:302: instantiated from `QList<T>& QList<T>::operator+=(const T&) [with T QScriptValue]' project.cpp:2329: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:341: error: no matching function for call to `operator new(unsigned int, QList<QScriptValue>::Node*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:525: instantiated from `void QList<T>::detach_helper() [with T IteratorBlock::Test]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:119: instantiated from `void QList<T>::detach() [with T IteratorBlock::Test]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:237: instantiated from `QList<T>::iterator QList<T>::begin() [with T IteratorBlock::Test]' project.cpp:559: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:360: error: no matching function for call to `operator new(unsigned int, QList<IteratorBlock::Test>::Node*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:525: instantiated from `void QList<T>::detach_helper() [with T ParsableBlock::Parse]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:119: instantiated from `void QList<T>::detach() [with T ParsableBlock::Parse]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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 /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:360: error: no matching function for call to `operator new(unsigned int, QList<ParsableBlock::Parse>::Node*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:743: instantiated from `typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T QHashDummyValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qset.h:174: instantiated from `QSet<T>::const_iterator QSet<T>::insert(const T&) [with T = QString]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qset.h:295: instantiated from `QSet<T> QList<T>::toSet() const [with T = QString]' project.cpp:1257: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:517: error: no matching function for call to `operator new(unsigned int, void*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:519: error: no matching function for call to `operator new(unsigned int, void*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:568: instantiated from `void QHash<Key, T>::detach_helper() [with Key QString, T = bool]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:284: instantiated from `void QHash<Key, T>::detach() [with Key = QString, T = bool]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:736: 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 /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:504: error: no matching function for call to `operator new(unsigned int, void*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:506: error: no matching function for call to `operator new(unsigned int, void*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:568: instantiated from `void QHash<Key, T>::detach_helper() [with Key QString, T = QHashDummyValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:284: instantiated from `void QHash<Key, T>::detach() [with Key = QString, T = QHashDummyValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:268: instantiated from `QHash<Key, T>::QHash(const QHash<Key, T>&) [with Key = QString, T = QHashDummyValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qset.h:60: instantiated from `QSet<T>::QSet(const QSet<T>&) [with T = QString]' project.cpp:1257: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:504: error: no matching function for call to `operator new(unsigned int, void*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qhash.h:506: error: no matching function for call to `operator new(unsigned int, void*&)' <built-in>:0: note: candidates are: void* operator new(unsigned int) /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/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]': /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:525: instantiated from `void QList<T>::detach_helper() [with T QScriptValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:119: instantiated from `void QList<T>::detach() [with T = QScriptValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:424: instantiated from `void QList<T>::append(const T&) [with T QScriptValue]' /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:302: instantiated from `QList<T>& QList<T>::operator+=(const T&) [with T QScriptValue]' project.cpp:2329: instantiated from here /home/doppelfish/src/qt-embedded/qt-embedded-linux-opensource- src-4.5.0/include/QtCore/../../src/corelib/tools/qlist.h:360: error: no matching function for call to `operator new(unsigned int, QList<QScriptValue>::Node*)' <built-in>:0: note: candidates are: void* operator new(unsigned int) make: *** [project.o] Error 1 ================================= Any ideas? cheers, The Fish[ Auf dieses Posting antworten ]
