kein kompilieren von Qt 4.6 unter Mac OS 10.6 mit 10.4u.SDK
Verfasst: 16. März 2010 18:58
Hallo,
ich bin mit Mac OS 10.6 nicht in der Lage Qt 4.6.x statisch als universal Binary zu kompilieren. Es ist die aktuellste Version von XCode installiert und ich gebe vor dem Kompilieren "export MACOSX_DEPLOYMENT_TARGET=10.4" ein und gebe die 10.4u.SDK in der Konfiguration mit an. Trotzdem erhalte ich nur Fehlermeldungen. Weiß jemand Rat?
Gruß,
M
ich bin mit Mac OS 10.6 nicht in der Lage Qt 4.6.x statisch als universal Binary zu kompilieren. Es ist die aktuellste Version von XCode installiert und ich gebe vor dem Kompilieren "export MACOSX_DEPLOYMENT_TARGET=10.4" ein und gebe die 10.4u.SDK in der Konfiguration mit an. Trotzdem erhalte ich nur Fehlermeldungen. Weiß jemand Rat?
Gruß,
M
Code: Alles auswählen
Last login: Tue Mar 16 18:21:17 on ttys000
Ms-MacBook-Pro:~ s-valve$ cd ..
Ms-MacBook-Pro:Users s-valve$ cd ..
Ms-MacBook-Pro:/ s-valve$ cd Developer
Ms-MacBook-Pro:Developer s-valve$ cd qt-everywhere-opensource-src-4.6.2
Ms-MacBook-Pro:qt-everywhere-opensource-src-4.6.2 s-valve$ export MACOSX_DEPLOYMENT_TARGET=10.4
Ms-MacBook-Pro:qt-everywhere-opensource-src-4.6.2 s-valve$ ./configure -prefix /Developer/qt462 -release -static -opensource -stl -qt-sql-sqlite -no-qt3support -no-xmlpatterns -no-phonon -no-phonon-backend -no-audio-backend -no-multimedia -no-svg -no-webkit -no-javascript-jit -no-scripttools -no-3dnow -qt-zlib -no-gif -no-libtiff -qt-libpng -no-libmng -no-libjpeg -no-openssl -no-dbus -platform macx-g++42 -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk && make
This is the Qt for Mac OS X Open Source Edition.
You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.
Type '3' to view the GNU General Public License version 3.
Type 'L' to view the Lesser GNU 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? yes
Creating qmake. Please wait...
g++-4.2 -c -o project.o -arch ppc -arch i386 -pipe -DQMAKE_OPENSOURCE_EDITION -fconstant-cfstrings -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/symbian -I/Developer/qt-everywhere-opensource-src-4.6.2/include -I/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore -I/Developer/qt-everywhere-opensource-src-4.6.2/src/corelib/global -I/Developer/qt-everywhere-opensource-src-4.6.2/src/corelib/xml -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/Developer/qt-everywhere-opensource-src-4.6.2/mkspecs/macx-g++42 -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qglobal.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qalgorithms.h:45,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qalgorithms.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:45,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:45:20: error: stddef.h: No such file or directory
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:306:34: error: AvailabilityMacros.h: No such file or directory
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qbytearray.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstring.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstring.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qiodevice.h:51,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qiodevice.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qdatastream.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdatastream.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:48:20: error: string.h: No such file or directory
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:49:20: error: stdarg.h: No such file or directory
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qlist.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:47,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:54:15: error: new: No such file or directory
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qtextstream.h:1,
from project.h:46,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qtextstream.h:57:19: error: stdio.h: No such file or directory
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qvector.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:45,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstack.h:1,
from project.h:48,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:54:20: error: stdlib.h: No such file or directory
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qcontiguouscache.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qdebug.h:54,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdebug.h:1,
from project.cpp:57:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qcontiguouscache.h:46:20: error: limits.h: No such file or directory
project.cpp:59:20: error: unistd.h: No such file or directory
project.cpp:60:25: error: sys/utsname.h: No such file or directory
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qglobal.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qalgorithms.h:45,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qalgorithms.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:45,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2089: error: ‘size_t’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2091: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2092: error: ‘size_t’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2092: error: ‘size_t’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2092: error: initializer expression list treated as compound expression
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2093: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2093: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2093: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2095: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/global/qglobal.h:2096: error: ‘size_t’ has not been declared
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qbytearray.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstring.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstring.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qiodevice.h:51,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qiodevice.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qdatastream.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdatastream.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function ‘uint qstrlen(const char*)’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:68: error: ‘strlen’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function ‘int qstrncmp(const char*, const char*, uint)’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:91: error: ‘strncmp’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h: At global scope:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:98: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:98: error: ‘va_list’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:99: error: ‘size_t’ has not been declared
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function ‘bool operator==(const QByteArray&, const QByteArray&)’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qbytearray.h:509: error: ‘memcmp’ was not declared in this scope
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstring.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qiodevice.h:51,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qiodevice.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qdatastream.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdatastream.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:46,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstring.h: At global scope:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstring.h:175: error: ‘va_list’ has not been declared
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qlist.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:47,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstringlist.h:1,
from project.h:45,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:166: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:213: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:292: error: ‘ptrdiff_t’ does not name a type
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qtextstream.h:1,
from project.h:46,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qtextstream.h:105: error: expected `)' before ‘*’ token
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qvector.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:45,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qstack.h:1,
from project.h:48,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:263: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int)’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:473: error: ‘::memcpy’ has not been declared
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qmap.h:1,
from project.h:49,
from project.cpp:42:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h: At global scope:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:216: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:284: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:387: error: ‘ptrdiff_t’ does not name a type
In file included from project.cpp:42:
project.h:149: error: ‘NULL’ was not declared in this scope
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qfile.h:1,
from option.h:48,
from project.cpp:44:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qfile.h:146: error: ‘FILE’ has not been declared
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qhash.h:1,
from cachekeys.h:50,
from project.cpp:45:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:332: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:397: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:481: error: ‘ptrdiff_t’ does not name a type
In file included from project.cpp:45:
cachekeys.h: In function ‘void qmakeFreeCacheClear(void*)’:
cachekeys.h:175: error: ‘free’ was not declared in this scope
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qsharedpointer_impl.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qsharedpointer.h:52,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qsharedpointer.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qdatetime.h:47,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdatetime.h:1,
from project.cpp:49:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h: At global scope:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h:135: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h:544: error: ‘ptrdiff_t’ does not name a type
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qset.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qdebug.h:53,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdebug.h:1,
from project.cpp:57:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:100: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:135: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:191: error: ‘ptrdiff_t’ does not name a type
In file included from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qcontiguouscache.h:1,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/io/qdebug.h:54,
from /Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/qdebug.h:1,
from project.cpp:57:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qcontiguouscache.h:100: error: ‘ptrdiff_t’ does not name a type
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qcontiguouscache.h: In member function ‘bool QContiguousCache<T>::areIndexesValid() const’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qcontiguouscache.h:150: error: ‘INT_MAX’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qcontiguouscache.h: In member function ‘void QContiguousCache<T>::insert(int, const T&)’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qcontiguouscache.h:380: error: ‘INT_MAX’ was not declared in this scope
project.cpp: In function ‘void qmake_error_msg(const QString&)’:
project.cpp:507: error: ‘stderr’ was not declared in this scope
project.cpp:508: error: ‘fprintf’ was not declared in this scope
project.cpp: In member function ‘void QMakeProjectEnv::execute(const QMap<QString, QStringList>&)’:
project.cpp:704: error: ‘strdup’ was not declared in this scope
project.cpp:704: error: ‘putenv’ was not declared in this scope
project.cpp: In destructor ‘QMakeProjectEnv::~QMakeProjectEnv()’:
project.cpp:715: error: ‘strdup’ was not declared in this scope
project.cpp:715: error: ‘putenv’ was not declared in this scope
project.cpp: In member function ‘bool QMakeProject::parse(const QString&, QMap<QString, QStringList>&, int)’:
project.cpp:794: error: ‘stderr’ was not declared in this scope
project.cpp:794: error: ‘fprintf’ was not declared in this scope
project.cpp:957: error: ‘stderr’ was not declared in this scope
project.cpp:958: error: ‘fprintf’ was not declared in this scope
project.cpp:962: error: ‘stderr’ was not declared in this scope
project.cpp:963: error: ‘fprintf’ was not declared in this scope
project.cpp:966: error: ‘stderr’ was not declared in this scope
project.cpp:967: error: ‘fprintf’ was not declared in this scope
project.cpp:979: error: ‘stderr’ was not declared in this scope
project.cpp:980: error: ‘fprintf’ was not declared in this scope
project.cpp:1020: error: ‘stderr’ was not declared in this scope
project.cpp:1022: error: ‘fprintf’ was not declared in this scope
project.cpp:1026: error: ‘stderr’ was not declared in this scope
project.cpp:1027: error: ‘fprintf’ was not declared in this scope
project.cpp:1096: error: ‘stderr’ was not declared in this scope
project.cpp:1096: error: ‘fprintf’ was not declared in this scope
project.cpp:1169: error: ‘stdout’ was not declared in this scope
project.cpp:1169: error: ‘fprintf’ was not declared in this scope
project.cpp:1172: error: ‘stdout’ was not declared in this scope
project.cpp:1172: error: ‘fprintf’ was not declared in this scope
project.cpp: In member function ‘bool QMakeProject::read(const QString&, QMap<QString, QStringList>&)’:
project.cpp:1323: error: ‘strcmp’ was not declared in this scope
project.cpp:1325: error: ‘stdin’ was not declared in this scope
project.cpp: In member function ‘bool QMakeProject::read(uchar)’:
project.cpp:1426: error: ‘stderr’ was not declared in this scope
project.cpp:1426: error: ‘fprintf’ was not declared in this scope
project.cpp:1448: error: ‘stderr’ was not declared in this scope
project.cpp:1449: error: ‘fprintf’ was not declared in this scope
project.cpp:1464: error: ‘stderr’ was not declared in this scope
project.cpp:1464: error: ‘fprintf’ was not declared in this scope
project.cpp:1499: error: ‘stderr’ was not declared in this scope
project.cpp:1499: error: ‘fprintf’ was not declared in this scope
project.cpp:1540: error: ‘stderr’ was not declared in this scope
project.cpp:1540: error: ‘fprintf’ was not declared in this scope
project.cpp: In member function ‘bool QMakeProject::isActiveConfig(const QString&, bool, QMap<QString, QStringList>*)’:
project.cpp:1634: error: ‘NULL’ was not declared in this scope
project.cpp:1636: error: ‘malloc’ was not declared in this scope
project.cpp:1639: error: ‘readlink’ was not declared in this scope
project.cpp: In member function ‘QMakeProject::IncludeStatus QMakeProject::doProjectInclude(QString, uchar, QMap<QString, QStringList>&)’:
project.cpp:1787: error: ‘stderr’ was not declared in this scope
project.cpp:1789: error: ‘fprintf’ was not declared in this scope
project.cpp:1798: error: ‘stderr’ was not declared in this scope
project.cpp:1798: error: ‘fprintf’ was not declared in this scope
project.cpp: In member function ‘QStringList QMakeProject::doProjectExpand(QString, QList<QStringList>, QMap<QString, QStringList>&)’:
project.cpp:1897: error: ‘stderr’ was not declared in this scope
project.cpp:1898: error: ‘fprintf’ was not declared in this scope
project.cpp:1916: error: ‘stderr’ was not declared in this scope
project.cpp:1918: error: ‘fprintf’ was not declared in this scope
project.cpp:1924: error: ‘stderr’ was not declared in this scope
project.cpp:1926: error: ‘fprintf’ was not declared in this scope
project.cpp:1949: error: ‘stderr’ was not declared in this scope
project.cpp:1950: error: ‘fprintf’ was not declared in this scope
project.cpp:1963: error: ‘stderr’ was not declared in this scope
project.cpp:1964: error: ‘fprintf’ was not declared in this scope
project.cpp:1987: error: ‘stderr’ was not declared in this scope
project.cpp:1988: error: ‘fprintf’ was not declared in this scope
project.cpp:2009: error: ‘stderr’ was not declared in this scope
project.cpp:2010: error: ‘fprintf’ was not declared in this scope
project.cpp:2020: error: ‘stderr’ was not declared in this scope
project.cpp:2021: error: ‘fprintf’ was not declared in this scope
project.cpp:2040: error: ‘stderr’ was not declared in this scope
project.cpp:2041: error: ‘fprintf’ was not declared in this scope
project.cpp:2051: error: ‘stderr’ was not declared in this scope
project.cpp:2052: error: ‘fprintf’ was not declared in this scope
project.cpp:2068: error: ‘stderr’ was not declared in this scope
project.cpp:2069: error: ‘fprintf’ was not declared in this scope
project.cpp:2090: error: ‘stderr’ was not declared in this scope
project.cpp:2091: error: ‘fprintf’ was not declared in this scope
project.cpp:2101: error: ‘stderr’ was not declared in this scope
project.cpp:2102: error: ‘fprintf’ was not declared in this scope
project.cpp:2126: error: ‘stderr’ was not declared in this scope
project.cpp:2127: error: ‘fprintf’ was not declared in this scope
project.cpp:2140: error: ‘stderr’ was not declared in this scope
project.cpp:2141: error: ‘fprintf’ was not declared in this scope
project.cpp:2149: error: ‘FILE’ was not declared in this scope
project.cpp:2149: error: ‘proc’ was not declared in this scope
project.cpp:2149: error: ‘popen’ was not declared in this scope
project.cpp:2150: error: ‘feof’ was not declared in this scope
project.cpp:2151: error: ‘fread’ was not declared in this scope
project.cpp:2163: error: ‘pclose’ was not declared in this scope
project.cpp:2168: error: ‘stderr’ was not declared in this scope
project.cpp:2169: error: ‘fprintf’ was not declared in this scope
project.cpp:2202: error: ‘memmove’ was not declared in this scope
project.cpp:2228: error: ‘stderr’ was not declared in this scope
project.cpp:2229: error: ‘fprintf’ was not declared in this scope
project.cpp:2267: error: ‘stderr’ was not declared in this scope
project.cpp:2268: error: ‘fprintf’ was not declared in this scope
project.cpp:2270: error: ‘stderr’ was not declared in this scope
project.cpp:2271: error: ‘fprintf’ was not declared in this scope
project.cpp:2276: error: ‘stderr’ was not declared in this scope
project.cpp:2277: error: ‘fprintf’ was not declared in this scope
project.cpp:2280: error: ‘stdin’ was not declared in this scope
project.cpp:2288: error: ‘stderr’ was not declared in this scope
project.cpp:2289: error: ‘fprintf’ was not declared in this scope
project.cpp:2300: error: ‘stderr’ was not declared in this scope
project.cpp:2301: error: ‘fprintf’ was not declared in this scope
project.cpp:2310: error: ‘stderr’ was not declared in this scope
project.cpp:2311: error: ‘fprintf’ was not declared in this scope
project.cpp:2317: error: ‘stderr’ was not declared in this scope
project.cpp:2319: error: ‘fprintf’ was not declared in this scope
project.cpp: In member function ‘bool QMakeProject::doProjectTest(QString, QList<QStringList>, QMap<QString, QStringList>&)’:
project.cpp:2362: error: ‘stderr’ was not declared in this scope
project.cpp:2365: error: ‘fprintf’ was not declared in this scope
project.cpp:2386: error: ‘stderr’ was not declared in this scope
project.cpp:2387: error: ‘fprintf’ was not declared in this scope
project.cpp:2406: error: ‘stderr’ was not declared in this scope
project.cpp:2407: error: ‘fprintf’ was not declared in this scope
project.cpp:2449: error: ‘stderr’ was not declared in this scope
project.cpp:2450: error: ‘fprintf’ was not declared in this scope
project.cpp:2456: error: ‘stderr’ was not declared in this scope
project.cpp:2457: error: ‘fprintf’ was not declared in this scope
project.cpp:2475: error: ‘stderr’ was not declared in this scope
project.cpp:2476: error: ‘fprintf’ was not declared in this scope
project.cpp:2488: error: ‘stderr’ was not declared in this scope
project.cpp:2489: error: ‘fprintf’ was not declared in this scope
project.cpp:2498: error: ‘stderr’ was not declared in this scope
project.cpp:2499: error: ‘fprintf’ was not declared in this scope
project.cpp:2508: error: ‘stderr’ was not declared in this scope
project.cpp:2509: error: ‘fprintf’ was not declared in this scope
project.cpp:2523: error: ‘stderr’ was not declared in this scope
project.cpp:2524: error: ‘fprintf’ was not declared in this scope
project.cpp:2541: error: ‘stderr’ was not declared in this scope
project.cpp:2542: error: ‘fprintf’ was not declared in this scope
project.cpp:2552: error: ‘system’ was not declared in this scope
project.cpp:2556: error: ‘stderr’ was not declared in this scope
project.cpp:2557: error: ‘fprintf’ was not declared in this scope
project.cpp:2571: error: ‘stderr’ was not declared in this scope
project.cpp:2572: error: ‘fprintf’ was not declared in this scope
project.cpp:2578: error: ‘stderr’ was not declared in this scope
project.cpp:2579: error: ‘fprintf’ was not declared in this scope
project.cpp:2583: error: ‘stderr’ was not declared in this scope
project.cpp:2584: error: ‘fprintf’ was not declared in this scope
project.cpp:2591: error: ‘stderr’ was not declared in this scope
project.cpp:2593: error: ‘fprintf’ was not declared in this scope
project.cpp:2602: error: ‘stderr’ was not declared in this scope
project.cpp:2603: error: ‘fprintf’ was not declared in this scope
project.cpp:2627: error: ‘stderr’ was not declared in this scope
project.cpp:2628: error: ‘fprintf’ was not declared in this scope
project.cpp:2659: error: ‘stderr’ was not declared in this scope
project.cpp:2660: error: ‘fprintf’ was not declared in this scope
project.cpp:2675: error: ‘stderr’ was not declared in this scope
project.cpp:2676: error: ‘fprintf’ was not declared in this scope
project.cpp:2682: error: ‘stderr’ was not declared in this scope
project.cpp:2683: error: ‘fprintf’ was not declared in this scope
project.cpp:2708: error: ‘stderr’ was not declared in this scope
project.cpp:2709: error: ‘fprintf’ was not declared in this scope
project.cpp:2747: error: ‘printf’ was not declared in this scope
project.cpp:2752: error: ‘exit’ was not declared in this scope
project.cpp:2760: error: ‘stderr’ was not declared in this scope
project.cpp:2761: error: ‘fprintf’ was not declared in this scope
project.cpp:2771: error: ‘stderr’ was not declared in this scope
project.cpp:2772: error: ‘fprintf’ was not declared in this scope
project.cpp:2776: error: ‘stderr’ was not declared in this scope
project.cpp:2776: error: ‘fprintf’ was not declared in this scope
project.cpp:2781: error: ‘exit’ was not declared in this scope
project.cpp:2785: error: ‘stderr’ was not declared in this scope
project.cpp:2786: error: ‘fprintf’ was not declared in this scope
project.cpp: In member function ‘QStringList& QMakeProject::values(const QString&, QMap<QString, QStringList>&)’:
project.cpp:3149: error: aggregate ‘utsname name’ has incomplete type and cannot be defined
project.cpp:3150: error: ‘uname’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QString]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:472: instantiated from ‘void QList<T>::append(const T&) [with T = QString]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:70: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:352: error: no matching function for call to ‘operator new(long unsigned int, QList<QString>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:706: instantiated from ‘QList<T>& QList<T>::operator+=(const QList<T>&) [with T = QString]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstringlist.h:85: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:383: error: no matching function for call to ‘operator new(long unsigned int, QList<QString>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:394: error: ‘memcpy’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:542: instantiated from ‘typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = ExpandFunc]’
project.cpp:89: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:431: error: no matching function for call to ‘operator new(long unsigned int, QString*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:433: error: no matching function for call to ‘operator new(long unsigned int, ExpandFunc*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:542: instantiated from ‘typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = TestFunc]’
project.cpp:129: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:431: error: no matching function for call to ‘operator new(long unsigned int, QString*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:433: error: no matching function for call to ‘operator new(long unsigned int, TestFunc*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::append(const T&) [with T = char]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from ‘void QStack<T>::push(const T&) [with T = char]’
project.cpp:304: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:550: error: no matching function for call to ‘operator new(long unsigned int, char*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:555: error: no matching function for call to ‘operator new(long unsigned int, char*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:509: instantiated from ‘T& QMap<Key, T>::operator[](const Key&) [with Key = QString, T = QStringList]’
project.cpp:402: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:431: error: no matching function for call to ‘operator new(long unsigned int, QString*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:433: error: no matching function for call to ‘operator new(long unsigned int, QStringList*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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*]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:542: instantiated from ‘typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = FunctionBlock*]’
project.cpp:758: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:431: error: no matching function for call to ‘operator new(long unsigned int, QString*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qmap.h:433: error: no matching function for call to ‘operator new(long unsigned int, FunctionBlock**)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::append(const T&) [with T = QMakeProject::ScopeBlock]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from ‘void QStack<T>::push(const T&) [with T = QMakeProject::ScopeBlock]’
project.cpp:771: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:550: error: no matching function for call to ‘operator new(long unsigned int, QMakeProject::ScopeBlock*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:555: error: no matching function for call to ‘operator new(long unsigned int, QMakeProject::ScopeBlock*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = ParsableBlock::Parse]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:472: instantiated from ‘void QList<T>::append(const T&) [with T = ParsableBlock::Parse]’
project.cpp:838: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:352: error: no matching function for call to ‘operator new(long unsigned int, QList<ParsableBlock::Parse>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = IteratorBlock::Test]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:472: instantiated from ‘void QList<T>::append(const T&) [with T = IteratorBlock::Test]’
project.cpp:1016: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:352: error: no matching function for call to ‘operator new(long unsigned int, QList<IteratorBlock::Test>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:756: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]’
project.cpp:1577: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:540: error: no matching function for call to ‘operator new(long unsigned int, void*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:756: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]’
project.cpp:1577: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:542: error: no matching function for call to ‘operator new(long unsigned int, void*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::append(const T&) [with T = FunctionBlock*]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from ‘void QStack<T>::push(const T&) [with T = FunctionBlock*]’
project.cpp:1878: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:550: error: no matching function for call to ‘operator new(long unsigned int, FunctionBlock**)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:555: error: no matching function for call to ‘operator new(long unsigned int, FunctionBlock**)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int) [with T = char]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:330: instantiated from ‘void QVector<T>::resize(int) [with T = char]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:68: instantiated from ‘T QStack<T>::pop() [with T = char]’
project.cpp:302: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:502: error: no matching function for call to ‘operator new(long unsigned int, char*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:507: error: no matching function for call to ‘operator new(long unsigned int, char*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int) [with T = QMakeProject::ScopeBlock]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:330: instantiated from ‘void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:68: instantiated from ‘T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]’
project.cpp:363: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:502: error: no matching function for call to ‘operator new(long unsigned int, QMakeProject::ScopeBlock*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:507: error: no matching function for call to ‘operator new(long unsigned int, QMakeProject::ScopeBlock*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function ‘void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QStringList]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:472: instantiated from ‘void QList<T>::append(const T&) [with T = QStringList]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:313: instantiated from ‘QList<T>& QList<T>::operator+=(const T&) [with T = QStringList]’
project.cpp:1863: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:352: error: no matching function for call to ‘operator new(long unsigned int, QList<QStringList>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:606: instantiated from ‘void QList<T>::detach_helper() [with T = QStringList]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:114: instantiated from ‘QList<T>::QList(const QList<T>&) [with T = QStringList]’
project.cpp:1865: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:383: error: no matching function for call to ‘operator new(long unsigned int, QList<QStringList>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:394: error: ‘memcpy’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function ‘void QVector<T>::realloc(int, int) [with T = FunctionBlock*]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:547: instantiated from ‘void QVector<T>::append(const T&) [with T = FunctionBlock*]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qstack.h:59: instantiated from ‘void QStack<T>::push(const T&) [with T = FunctionBlock*]’
project.cpp:1878: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:502: error: no matching function for call to ‘operator new(long unsigned int, FunctionBlock**)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qvector.h:507: error: no matching function for call to ‘operator new(long unsigned int, FunctionBlock**)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:606: instantiated from ‘void QList<T>::detach_helper() [with T = IteratorBlock::Test]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:122: instantiated from ‘void QList<T>::detach() [with T = IteratorBlock::Test]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:248: instantiated from ‘QList<T>::iterator QList<T>::begin() [with T = IteratorBlock::Test]’
project.cpp:471: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:383: error: no matching function for call to ‘operator new(long unsigned int, QList<IteratorBlock::Test>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:394: error: ‘memcpy’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:606: instantiated from ‘void QList<T>::detach_helper() [with T = ParsableBlock::Parse]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:122: instantiated from ‘void QList<T>::detach() [with T = ParsableBlock::Parse]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:468: instantiated from ‘void QList<T>::append(const T&) [with T = ParsableBlock::Parse]’
project.cpp:838: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:383: error: no matching function for call to ‘operator new(long unsigned int, QList<ParsableBlock::Parse>::Node*&)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qlist.h:394: error: ‘memcpy’ was not declared in this scope
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:756: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = QHashDummyValue]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:176: instantiated from ‘QSet<T>::const_iterator QSet<T>::insert(const T&) [with T = QString]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:309: instantiated from ‘QSet<T> QList<T>::toSet() const [with T = QString]’
project.cpp:1238: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:540: error: no matching function for call to ‘operator new(long unsigned int, void*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:756: instantiated from ‘typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = QHashDummyValue]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:176: instantiated from ‘QSet<T>::const_iterator QSet<T>::insert(const T&) [with T = QString]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qset.h:309: instantiated from ‘QSet<T> QList<T>::toSet() const [with T = QString]’
project.cpp:1238: instantiated from here
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:542: error: no matching function for call to ‘operator new(long unsigned int, void*)’
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Developer/qt-everywhere-opensource-src-4.6.2/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]’:
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:581: instantiated from ‘void QHash<Key, T>::detach_helper() [with Key = QString, T = bool]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:299: instantiated from ‘void QHash<Key, T>::detach() [with Key = QString, T = bool]’
/Developer/qt-everywhere-opensource-src-4.6.2/include/QtCore/../../src/corelib/tools/qhash.h:749: instantiated from ‘typenam