Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wmmk

macrumors 68020
Original poster
Mar 28, 2006
2,414
0
The Library.
here's the error I get when trying to install Qt:
Code:
will-kamins-computer:~/desktop/qt-mac-opensource-src-4.2.2 williekamin$ ./configure -universal

This is the Qt/Mac Open Source Edition.

You don't seem to have 'make' or 'gmake' in your PATH.
Cannot proceed.
how can i fix this?
 

wmmk

macrumors 68020
Original poster
Mar 28, 2006
2,414
0
The Library.
It sounds as if you don't have the developer tools installed. You'll need them to build from source. You should be able to find them on your original OSX install disc or you can download them from http://developer.apple.com/tools/xcode/.

ok. had them installed on the mac mini, but didn't take 'em over to the MBP because they just took up so much space...
can I either use an alternative or just install them, configure Qt, then uninstall them?
thanks so much! you've been a lifesaver, Grover!:)
 

wmmk

macrumors 68020
Original poster
Mar 28, 2006
2,414
0
The Library.
ok, installed dev tools and gcc 4.0.
I got this:
Code:
Creating qmake. Please wait...
c++  -c -o project.o -arch i386 -arch ppc -pipe  -DQMAKE_OPENSOURCE_EDITION -g    -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/src/corelib/arch/generic -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/src/corelib/global -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/src/3rdparty/md5 -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_BUILD_QMAKE -DQT_NO_COMPRESS -I/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/mkspecs/macx-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT  project.cpp
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qglobal.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qalgorithms.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qalgorithms.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstringlist.h:1,
                 from project.h:27,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/global/qglobal.h:858:34: error: AvailabilityMacros.h: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qglobal.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qalgorithms.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qalgorithms.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstringlist.h:1,
                 from project.h:27,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/global/qglobal.h:858:34: error: AvailabilityMacros.h: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qbytearray.h:1In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qbytearray.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstring.h:28,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstring.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qiodevice.h:32,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qiodevice.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qdatastream.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qdatastream.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:28,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstringlist.h:1,
                 from project.h:27,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:30:20: error: string.h: No such file or directory
,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstring.h:28,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstring.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qiodevice.h:32,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qiodevice.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qdatastream.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qdatastream.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:28,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstringlist.h:1,
                 from project.h:27,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:30:20: error: string.h: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qlist.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:29,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstringlist.h:1,
                 from project.h:27,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:36:15: error: new: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qlist.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:29,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstringlist.h:1,
                 from project.h:27,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:36:15: error: new: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qtextstream.h:1In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qtextstream.h:1,
                 from project.h:28,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qtextstream.h:37:19: error: stdio.h: No such file or directory
,
                 from project.h:28,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qtextstream.h:37:19: error: stdio.h: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qvector.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstack.h:1,
                 from project.h:30,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:36:20: error: stdlib.h: No such file or directory
In file included from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qvector.h:1,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:27,
                 from /Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/qstack.h:1,
                 from project.h:30,
                 from project.cpp:24:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:36:20: error: stdlib.h: No such file or directory
project.cpp:39:20: project.cpp:39:20:error: unistd.h: No such file or directory
 error: project.cpp:40:25: error: sys/utsname.h: No such file or directory
unistd.h: No such file or directory
project.cpp:40:25: error: sys/utsname.h: No such file or directory
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'uint qstrlen(const char*)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:48: error: 'strlen' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'int qstrncmp(const char*, const char*, uint)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:67: error: 'strncmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator==(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:434: error: 'memcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator==(const QByteArray&, const char*)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:436: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator==(const char*, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:438: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator!=(const QByteArray&, const char*)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:442: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator!=(const char*, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:444: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator<(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:446: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator<=(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:452: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator>(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:458: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator>=(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:464: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'uint qstrlen(const char*)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:48: error: 'strlen' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'int qstrncmp(const char*, const char*, uint)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:67: error: 'strncmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator==(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:434: error: 'memcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator==(const QByteArray&, const char*)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:436: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator==(const char*, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:438: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator!=(const QByteArray&, const char*)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:442: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator!=(const char*, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:444: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator<(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:446: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator<=(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:452: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator>(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:458: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h: In function 'bool operator>=(const QByteArray&, const QByteArray&)':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qbytearray.h:464: error: 'strcmp' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qtextstream.h: At global scope:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qtextstream.h:83: error: expected `)' before '*' token
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qfile.h:126: error: 'FILE' has not been declared
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qtextstream.h: At global scope:
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qtextstream.h:83: error: expected `)' before '*' token
cachekeys.h: In function 'void qmakeFreeCacheClear(void*)':
cachekeys.h:155: error: 'free' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/io/qfile.h:126: error: 'FILE' has not been declared
cachekeys.h: In function 'void qmakeFreeCacheClear(void*)':
cachekeys.h:155: error: 'free' was not declared in this scope
project.cpp: In function 'void qmake_error_msg(const QString&)':
project.cpp:392: error: 'stderr' was not declared in this scope
project.cpp:393: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'void QMakeProjectEnv::init(const QMap<QString, QStringList>&)':
project.cpp:514: error: 'strdup' was not declared in this scope
project.cpp:514: error: 'putenv' was not declared in this scope
project.cpp: In destructor 'QMakeProjectEnv::~QMakeProjectEnv()':
project.cpp:526: error: 'strdup' was not declared in this scope
project.cpp:526: error: 'putenv' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::parse(const QString&, QMap<QString, QStringList>&)':
project.cpp:584: error: 'stderr' was not declared in this scope
project.cpp:584: error: 'fprintf' was not declared in this scope
project.cpp:747: error: 'stderr' was not declared in this scope
project.cpp:748: error: 'fprintf' was not declared in this scope
project.cpp:752: error: 'stderr' was not declared in this scope
project.cpp:753: error: 'fprintf' was not declared in this scope
project.cpp:756: error: 'stderr' was not declared in this scope
project.cpp:757: error: 'fprintf' was not declared in this scope
project.cpp:769: error: 'stderr' was not declared in this scope
project.cpp:770: error: 'fprintf' was not declared in this scope
project.cpp:810: error: 'stderr' was not declared in this scope
project.cpp:812: error: 'fprintf' was not declared in this scope
project.cpp:816: error: 'stderr' was not declared in this scope
project.cpp:817: error: 'fprintf' was not declared in this scope
project.cpp:826: error: 'stderr' was not declared in this scope
project.cpp:827: error: 'fprintf' was not declared in this scope
project.cpp:884: error: 'stderr' was not declared in this scope
project.cpp:884: error: 'fprintf' was not declared in this scope
project.cpp:957: error: 'stdout' was not declared in this scope
project.cpp:957: error: 'fprintf' was not declared in this scope
project.cpp:960: error: 'stdout' was not declared in this scope
project.cpp:960: error: 'fprintf' was not declared in this scope
project.cpp: In function 'void qmake_error_msg(const QString&)':
project.cpp:392: error: 'stderr' was not declared in this scope
project.cpp:393: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::read(const QString&, QMap<QString, QStringList>&)':
project.cpp:1092: error: 'strcmp' was not declared in this scope
project.cpp:1094: error: 'stdin' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::read(uchar)':
project.cpp:1186: error: 'stderr' was not declared in this scope
project.cpp:1186: error: 'fprintf' was not declared in this scope
project.cpp:1204: error: 'stderr' was not declared in this scope
project.cpp:1205: error: 'fprintf' was not declared in this scope
project.cpp:1222: error: 'stderr' was not declared in this scope
project.cpp:1222: error: 'fprintf' was not declared in this scope
project.cpp:1254: error: 'stderr' was not declared in this scope
project.cpp:1254: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'void QMakeProjectEnv::init(const QMap<QString, QStringList>&)':
project.cpp:514: error: 'strdup' was not declared in this scope
project.cpp:514: error: 'putenv' was not declared in this scope
project.cpp: In destructor 'QMakeProjectEnv::~QMakeProjectEnv()':
project.cpp:526: error: 'strdup' was not declared in this scope
project.cpp:526: error: 'putenv' was not declared in this scope
project.cpp:1295: error: 'stderr' was not declared in this scope
project.cpp:1295: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::parse(const QString&, QMap<QString, QStringList>&)':
project.cpp:584: error: 'stderr' was not declared in this scope
project.cpp:584: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::isActiveConfig(const QString&, bool, QMap<QString, QStringList>*)':
project.cpp:1383: error: 'malloc' was not declared in this scope
project.cpp:1386: error: 'readlink' was not declared in this scope
project.cpp:747: error: 'stderr' was not declared in this scope
project.cpp:748: error: 'fprintf' was not declared in this scope
project.cpp:752: error: 'stderr' was not declared in this scope
project.cpp:753: error: 'fprintf' was not declared in this scope
project.cpp:756: error: 'stderr' was not declared in this scope
project.cpp:757: error: 'fprintf' was not declared in this scope
project.cpp:769: error: 'stderr' was not declared in this scope
project.cpp:770: error: 'fprintf' was not declared in this scope
project.cpp:810: error: 'stderr' was not declared in this scope
project.cpp:812: error: 'fprintf' was not declared in this scope
project.cpp:816: error: 'stderr' was not declared in this scope
project.cpp:817: error: 'fprintf' was not declared in this scope
project.cpp:826: error: 'stderr' was not declared in this scope
project.cpp:827: error: 'fprintf' was not declared in this scope
project.cpp:884: error: 'stderr' was not declared in this scope
project.cpp:884: error: 'fprintf' was not declared in this scope
project.cpp:957: error: 'stdout' was not declared in this scope
project.cpp:957: error: 'fprintf' was not declared in this scope
project.cpp:960: error: 'stdout' was not declared in this scope
project.cpp:960: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'QMakeProject::IncludeStatus QMakeProject::doProjectInclude(QString, uchar, QMap<QString, QStringList>&)':
project.cpp:1523: error: 'stderr' was not declared in this scope
project.cpp:1525: error: 'fprintf' was not declared in this scope
project.cpp:1533: error: 'stderr' was not declared in this scope
project.cpp:1533: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'QStringList QMakeProject::doProjectExpand(QString, QList<QStringList>, QMap<QString, QStringList>&)':
project.cpp:1657: error: 'stderr' was not declared in this scope
project.cpp:1658: error: 'fprintf' was not declared in this scope
project.cpp:1676: error: 'stderr' was not declared in this scope
project.cpp:1678: error: 'fprintf' was not declared in this scope
project.cpp:1684: error: 'stderr' was not declared in this scope
project.cpp:1686: error: 'fprintf' was not declared in this scope
project.cpp:1709: error: 'stderr' was not declared in this scope
project.cpp:1710: error: 'fprintf' was not declared in this scope
project.cpp:1723: error: 'stderr' was not declared in this scope
project.cpp:1724: error: 'fprintf' was not declared in this scope
project.cpp:1747: error: 'stderr' was not declared in this scope
project.cpp:1748: error: 'fprintf' was not declared in this scope
project.cpp:1769: error: 'stderr' was not declared in this scope
project.cpp:1770: error: 'fprintf' was not declared in this scope
project.cpp:1780: error: 'stderr' was not declared in this scope
project.cpp:1781: error: 'fprintf' was not declared in this scope
project.cpp:1800: error: 'stderr' was not declared in this scope
project.cpp:1801: error: 'fprintf' was not declared in this scope
project.cpp:1811: error: 'stderr' was not declared in this scope
project.cpp:1812: error: 'fprintf' was not declared in this scope
project.cpp:1828: error: 'stderr' was not declared in this scope
project.cpp:1829: error: 'fprintf' was not declared in this scope
project.cpp:1850: error: 'stderr' was not declared in this scope
project.cpp:1851: error: 'fprintf' was not declared in this scope
project.cpp:1861: error: 'stderr' was not declared in this scope
project.cpp:1862: error: 'fprintf' was not declared in this scope
project.cpp:1886: error: 'stderr' was not declared in this scope
project.cpp:1887: error: 'fprintf' was not declared in this scope
project.cpp:1900: error: 'stderr' was not declared in this scope
project.cpp:1901: error: 'fprintf' was not declared in this scope
project.cpp:1906: error: 'FILE' was not declared in this scope
project.cpp:1906: error: 'proc' was not declared in this scope
project.cpp:1906: error: 'popen' was not declared in this scope
project.cpp:1911: error: 'feof' was not declared in this scope
project.cpp:1912: error: 'fread' was not declared in this scope
project.cpp:1927: error: 'stderr' was not declared in this scope
project.cpp:1928: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::read(const QString&, QMap<QString, QStringList>&)':
project.cpp:1092: error: 'strcmp' was not declared in this scope
project.cpp:1094: error: 'stdin' was not declared in this scope
project.cpp:1961: error: 'memcpy' 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:2026: error: 'stderr' was not declared in this scope
project.cpp:2027: error: 'fprintf' was not declared in this scope
project.cpp:2029: error: 'stderr' was not declared in this scope
project.cpp:2030: error: 'fprintf' was not declared in this scope
project.cpp:2035: error: 'stderr' was not declared in this scope
project.cpp:2036: error: 'fprintf' was not declared in this scope
project.cpp:2039: error: 'stdin' was not declared in this scope
project.cpp:2047: error: 'stderr' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::read(uchar)':
project.cpp:1186: error: 'stderr' was not declared in this scope
project.cpp:1186: error: 'fprintf' was not declared in this scope
project.cpp:1204: error: 'stderr' was not declared in this scope
project.cpp:1205: error: 'fprintf' was not declared in this scope
project.cpp:1222: error: 'stderr' was not declared in this scope
project.cpp:1222: error: 'fprintf' was not declared in this scope
project.cpp:1254: error: 'stderr' was not declared in this scope
project.cpp:1254: error: 'fprintf' was not declared in this scope
project.cpp:2048: error: 'fprintf' was not declared in this scope
project.cpp:2058: error: 'stderr' was not declared in this scope
project.cpp:2060: error: 'fprintf' was not declared in this scope
project.cpp:1295: error: 'stderr' was not declared in this scope
project.cpp:1295: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::isActiveConfig(const QString&, bool, QMap<QString, QStringList>*)':
project.cpp:1383: error: 'malloc' was not declared in this scope
project.cpp:1386: error: 'readlink' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::doProjectTest(QString, QList<QStringList>, QMap<QString, QStringList>&)':
project.cpp:2103: error: 'stderr' was not declared in this scope
project.cpp:2106: error: 'fprintf' was not declared in this scope
project.cpp:2122: error: 'stderr' was not declared in this scope
project.cpp:2123: error: 'fprintf' was not declared in this scope
project.cpp:2142: error: 'stderr' was not declared in this scope
project.cpp:2143: error: 'fprintf' was not declared in this scope
project.cpp:2149: error: 'stderr' was not declared in this scope
project.cpp:2150: error: 'fprintf' 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:2181: error: 'stderr' was not declared in this scope
project.cpp:2182: error: 'fprintf' was not declared in this scope
project.cpp:2191: error: 'stderr' was not declared in this scope
project.cpp:2192: error: 'fprintf' was not declared in this scope
project.cpp:2201: error: 'stderr' was not declared in this scope
project.cpp:2202: error: 'fprintf' was not declared in this scope
project.cpp:2216: error: 'stderr' was not declared in this scope
project.cpp:2217: error: 'fprintf' was not declared in this scope
project.cpp:2233: error: 'stderr' was not declared in this scope
project.cpp:2234: error: 'fprintf' was not declared in this scope
project.cpp:2238: error: 'system' was not declared in this scope
project.cpp:2242: error: 'stderr' was not declared in this scope
project.cpp:2243: error: 'fprintf' was not declared in this scope
project.cpp:2257: error: 'stderr' was not declared in this scope
project.cpp:2258: error: 'fprintf' was not declared in this scope
project.cpp:2264: error: 'stderr' was not declared in this scope
project.cpp:2265: error: 'fprintf' was not declared in this scope
project.cpp:2269: error: 'stderr' was not declared in this scope
project.cpp:2270: error: 'fprintf' was not declared in this scope
project.cpp:2277: error: 'stderr' was not declared in this scope
project.cpp:2279: error: 'fprintf' 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: In member function 'QMakeProject::IncludeStatus QMakeProject::doProjectInclude(QString, uchar, QMap<QString, QStringList>&)':
project.cpp:1523: error: 'stderr' was not declared in this scope
project.cpp:1525: error: 'fprintf' was not declared in this scope
project.cpp:2313: error: 'stderr' was not declared in this scopeproject.cpp:1533: error: 'stderr' was not declared in this scope
project.cpp:2314: error: 'fprintf' was not declared in this scope

project.cpp:1533: error: 'fprintf' was not declared in this scope
project.cpp:2345: error: 'stderr' was not declared in this scope
project.cpp:2346: error: 'fprintf' was not declared in this scope
project.cpp:2361: error: 'stderr' was not declared in this scope
project.cpp:2362: error: 'fprintf' was not declared in this scope
project.cpp:2368: error: 'stderr' was not declared in this scope
project.cpp:2369: error: 'fprintf' was not declared in this scope
project.cpp:2388: error: 'stderr' was not declared in this scope
project.cpp:2389: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'QStringList QMakeProject::doProjectExpand(QString, QList<QStringList>, QMap<QString, QStringList>&)':
project.cpp:1657: error: 'stderr' was not declared in this scope
project.cpp:1658: error: 'fprintf' was not declared in this scope
project.cpp:1676: error: 'stderr' was not declared in this scope
project.cpp:1678: error: 'fprintf' was not declared in this scope
project.cpp:1684: error: 'stderr' was not declared in this scope
project.cpp:2427: error: 'printf' was not declared in this scope
project.cpp:2432: error: 'exit' was not declared in this scope
project.cpp:1686: error: 'fprintf' was not declared in this scope
project.cpp:2440: error: 'stderr' was not declared in this scope
project.cpp:2441: error: 'fprintf' was not declared in this scope
project.cpp:1709: error: 'stderr' was not declared in this scope
project.cpp:1710: 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:2454: error: 'stderr' was not declared in this scope
project.cpp:2454: error: 'fprintf' was not declared in this scope
project.cpp:2459: error: 'exit' was not declared in this scope
project.cpp:2463: error: 'stderr' was not declared in this scope
project.cpp:2464: error: 'fprintf' was not declared in this scope
project.cpp:1723: error: 'stderr' was not declared in this scope
project.cpp:1724: error: 'fprintf' was not declared in this scope
project.cpp:1747: error: 'stderr' was not declared in this scope
project.cpp:1748: error: 'fprintf' was not declared in this scope
project.cpp:1769: error: 'stderr' was not declared in this scope
project.cpp:1770: error: 'fprintf' was not declared in this scope
project.cpp:1780: error: 'stderr' was not declared in this scope
project.cpp:1781: error: 'fprintf' was not declared in this scope
project.cpp:1800: error: 'stderr' was not declared in this scope
project.cpp:1801: error: 'fprintf' was not declared in this scope
project.cpp:1811: error: 'stderr' was not declared in this scope
project.cpp:1812: error: 'fprintf' was not declared in this scope
project.cpp:1828: error: 'stderr' was not declared in this scope
project.cpp:1829: error: 'fprintf' was not declared in this scope
project.cpp:1850: error: 'stderr' was not declared in this scope
project.cpp:1851: error: 'fprintf' was not declared in this scope
project.cpp:1861: error: 'stderr' was not declared in this scope
project.cpp:1862: error: 'fprintf' was not declared in this scope
project.cpp:1886: error: 'stderr' was not declared in this scope
project.cpp:1887: error: 'fprintf' was not declared in this scope
project.cpp:1900: error: 'stderr' was not declared in this scope
project.cpp:1901: error: 'fprintf' was not declared in this scope
project.cpp:1906: error: 'FILE' was not declared in this scope
project.cpp:1906: error: 'proc' was not declared in this scope
project.cpp:1906: error: 'popen' was not declared in this scope
project.cpp:1911: error: 'feof' was not declared in this scope
project.cpp:1912: error: 'fread' was not declared in this scope
project.cpp:1927: error: 'stderr' was not declared in this scope
project.cpp:1928: error: 'fprintf' was not declared in this scope
project.cpp:1961: error: 'memcpy' 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:2026: error: 'stderr' was not declared in this scope
project.cpp:2027: error: 'fprintf' was not declared in this scope
project.cpp:2029: error: 'stderr' was not declared in this scope
project.cpp:2030: error: 'fprintf' was not declared in this scope
project.cpp:2035: error: 'stderr' was not declared in this scope
project.cpp:2036: error: 'fprintf' was not declared in this scope
project.cpp:2039: error: 'stdin' was not declared in this scope
project.cpp:2047: error: 'stderr' was not declared in this scope
project.cpp:2048: error: 'fprintf' was not declared in this scope
project.cpp:2058: error: 'stderr' was not declared in this scope
project.cpp:2060: error: 'fprintf' was not declared in this scope
project.cpp: In member function 'QStringList& QMakeProject::values(const QString&, QMap<QString, QStringList>&)':
project.cpp:2827: error: aggregate 'utsname name' has incomplete type and cannot be defined
project.cpp:2828: error: 'uname' was not declared in this scope
project.cpp: In member function 'bool QMakeProject::doProjectTest(QString, QList<QStringList>, QMap<QString, QStringList>&)':
project.cpp:2103: error: 'stderr' was not declared in this scope
project.cpp:2106: error: 'fprintf' was not declared in this scope
project.cpp:2122: error: 'stderr' was not declared in this scope
project.cpp:2123: error: 'fprintf' was not declared in this scope
project.cpp:2142: error: 'stderr' was not declared in this scope
project.cpp:2143: error: 'fprintf' was not declared in this scope
project.cpp:2149: error: 'stderr' was not declared in this scope
project.cpp:2150: error: 'fprintf' 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:2181: error: 'stderr' was not declared in this scope
project.cpp:2182: error: 'fprintf' was not declared in this scope
project.cpp:2191: error: 'stderr' was not declared in this scope
project.cpp:2192: error: 'fprintf' was not declared in this scope
project.cpp:2201: error: 'stderr' was not declared in this scope
project.cpp:2202: error: 'fprintf' was not declared in this scope
project.cpp:2216: error: 'stderr' was not declared in this scope
project.cpp:2217: error: 'fprintf' was not declared in this scope
project.cpp:2233: error: 'stderr' was not declared in this scope
project.cpp:2234: error: 'fprintf' was not declared in this scope
project.cpp:2238: error: 'system' was not declared in this scope
project.cpp:2242: error: 'stderr' was not declared in this scope
project.cpp:2243: error: 'fprintf' was not declared in this scope
project.cpp:2257: error: 'stderr' was not declared in this scope
project.cpp:2258: error: 'fprintf' was not declared in this scope
project.cpp:2264: error: 'stderr' was not declared in this scope
project.cpp:2265: error: 'fprintf' was not declared in this scope
project.cpp:2269: error: 'stderr' was not declared in this scope
project.cpp:2270: error: 'fprintf' was not declared in this scope
project.cpp:2277: error: 'stderr' was not declared in this scope
project.cpp:2279: error: 'fprintf' 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:2313: error: 'stderr' was not declared in this scope
project.cpp:2314: error: 'fprintf' was not declared in this scope
project.cpp:2345: error: 'stderr' was not declared in this scope
project.cpp:2346: error: 'fprintf' was not declared in this scope
project.cpp:2361: error: 'stderr' was not declared in this scope
project.cpp:2362: error: 'fprintf' was not declared in this scope
project.cpp:2368: error: 'stderr' was not declared in this scope
project.cpp:2369: error: 'fprintf' was not declared in this scope
project.cpp:2388: error: 'stderr' was not declared in this scope
project.cpp:2389: error: 'fprintf' was not declared in this scope
project.cpp:2427: error: 'printf' was not declared in this scope
project.cpp:2432: error: 'exit' was not declared in this scope
project.cpp:2440: error: 'stderr' was not declared in this scope
project.cpp:2441: 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:2454: error: 'stderr' was not declared in this scope
project.cpp:2454: error: 'fprintf' was not declared in this scope
project.cpp:2459: error: 'exit' was not declared in this scope
project.cpp:2463: error: 'stderr' was not declared in this scope
project.cpp:2464: error: 'fprintf' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QString]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = QString]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:50:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:584:   instantiated from 'QList<T>& QList<T>::operator+=(const QList<T>&) [with T = QString]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:64:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
project.cpp: In member function 'QStringList& QMakeProject::values(const QString&, QMap<QString, QStringList>&)':
project.cpp:2827: error: aggregate 'utsname name' has incomplete type and cannot be defined
project.cpp:2828: error: 'uname' was not declared in this scope
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::append(const T&) [with T = char]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = char]'
project.cpp:193:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:479: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:468:   instantiated from 'T& QMap<Key, T>::operator[](const Key&) [with Key = QString, T = QStringList]'
project.cpp:287:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:409: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:410: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::append(const T&) [with T = QMakeProject::ScopeBlock]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = QMakeProject::ScopeBlock]'
project.cpp:561:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:479: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = ParsableBlock::Parse]'
project.cpp:628:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = IteratorBlock::Test]'
project.cpp:806:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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*]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:501:   instantiated from 'typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = FunctionBlock*]'
project.cpp:831:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:409: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:410: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:689:   instantiated from 'typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]'
project.cpp:1331:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:471: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:473: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::append(const T&) [with T = FunctionBlock*]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = FunctionBlock*]'
project.cpp:1604:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:479: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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 = int]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:501:   instantiated from 'typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = int]'
project.cpp:1624:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:409: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:410: error: no matching function for call to 'operator new(long unsigned int, int*)'
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::realloc(int, int) [with T = char]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = char]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = char]'
project.cpp:191:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:396: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = char]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = char]'
project.cpp:191:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:435: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:442: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::realloc(int, int) [with T = QMakeProject::ScopeBlock]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]'
project.cpp:248:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:396: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]'
project.cpp:248:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:435: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:442: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QStringList]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = QStringList]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:276:   instantiated from 'QList<T>& QList<T>::operator+=(const T&) [with T = QStringList]'
project.cpp:1592:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:501:   instantiated from 'void QList<T>::detach_helper() [with T = QStringList]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:90:   instantiated from 'QList<T>::QList(const QList<T>&) [with T = QStringList]'
project.cpp:1594:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::realloc(int, int) [with T = FunctionBlock*]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:476:   instantiated from 'void QVector<T>::append(const T&) [with T = FunctionBlock*]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = FunctionBlock*]'
project.cpp:1604:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:396: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:476:   instantiated from 'void QVector<T>::append(const T&) [with T = FunctionBlock*]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = FunctionBlock*]'
project.cpp:1604:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:435: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:442: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:501:   instantiated from 'void QList<T>::detach_helper() [with T = IteratorBlock::Test]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:98:   instantiated from 'void QList<T>::detach() [with T = IteratorBlock::Test]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:214:   instantiated from 'QList<T>::iterator QList<T>::begin() [with T = IteratorBlock::Test]'
project.cpp:356:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:501:   instantiated from 'void QList<T>::detach_helper() [with T = ParsableBlock::Parse]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:98:   instantiated from 'void QList<T>::detach() [with T = ParsableBlock::Parse]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:399:   instantiated from 'void QList<T>::append(const T&) [with T = ParsableBlock::Parse]'
project.cpp:628:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:522:   instantiated from 'void QHash<Key, T>::detach_helper() [with Key = QString, T = bool]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:241:   instantiated from 'void QHash<Key, T>::detach() [with Key = QString, T = bool]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:683:   instantiated from 'typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]'
project.cpp:1331:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:458: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:460: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QString]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = QString]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:50:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:584:   instantiated from 'QList<T>& QList<T>::operator+=(const QList<T>&) [with T = QString]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstringlist.h:64:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::append(const T&) [with T = char]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = char]'
project.cpp:193:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:479: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:468:   instantiated from 'T& QMap<Key, T>::operator[](const Key&) [with Key = QString, T = QStringList]'
project.cpp:287:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:409: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:410: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::append(const T&) [with T = QMakeProject::ScopeBlock]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = QMakeProject::ScopeBlock]'
project.cpp:561:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:479: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = ParsableBlock::Parse]'
project.cpp:628:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = IteratorBlock::Test]'
project.cpp:806:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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*]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:501:   instantiated from 'typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = FunctionBlock*]'
project.cpp:831:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:409: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:410: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:689:   instantiated from 'typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]'
project.cpp:1331:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:471: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:473: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::append(const T&) [with T = FunctionBlock*]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = FunctionBlock*]'
project.cpp:1604:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:479: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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 = int]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:501:   instantiated from 'typename QMap<Key, T>::iterator QMap<Key, T>::insert(const Key&, const T&) [with Key = QString, T = int]'
project.cpp:1624:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:409: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qmap.h:410: error: no matching function for call to 'operator new(long unsigned int, int*)'
<built-in>:0: note: candidates are: void* operator new(long unsigned int)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::realloc(int, int) [with T = char]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = char]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = char]'
project.cpp:191:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:396: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = char]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = char]'
project.cpp:191:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:435: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:442: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::realloc(int, int) [with T = QMakeProject::ScopeBlock]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]'
project.cpp:248:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:396: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:274:   instantiated from 'void QVector<T>::resize(int) [with T = QMakeProject::ScopeBlock]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:48:   instantiated from 'T QStack<T>::pop() [with T = QMakeProject::ScopeBlock]'
project.cpp:248:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:435: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:442: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h: In member function 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QStringList]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:401:   instantiated from 'void QList<T>::append(const T&) [with T = QStringList]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:276:   instantiated from 'QList<T>& QList<T>::operator+=(const T&) [with T = QStringList]'
project.cpp:1592:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:315: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:501:   instantiated from 'void QList<T>::detach_helper() [with T = QStringList]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:90:   instantiated from 'QList<T>::QList(const QList<T>&) [with T = QStringList]'
project.cpp:1594:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h: In member function 'void QVector<T>::realloc(int, int) [with T = FunctionBlock*]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:476:   instantiated from 'void QVector<T>::append(const T&) [with T = FunctionBlock*]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = FunctionBlock*]'
project.cpp:1604:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:396: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:476:   instantiated from 'void QVector<T>::append(const T&) [with T = FunctionBlock*]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qstack.h:39:   instantiated from 'void QStack<T>::push(const T&) [with T = FunctionBlock*]'
project.cpp:1604:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:435: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qvector.h:442: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:501:   instantiated from 'void QList<T>::detach_helper() [with T = IteratorBlock::Test]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:98:   instantiated from 'void QList<T>::detach() [with T = IteratorBlock::Test]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:214:   instantiated from 'QList<T>::iterator QList<T>::begin() [with T = IteratorBlock::Test]'
project.cpp:356:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:501:   instantiated from 'void QList<T>::detach_helper() [with T = ParsableBlock::Parse]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:98:   instantiated from 'void QList<T>::detach() [with T = ParsableBlock::Parse]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:399:   instantiated from 'void QList<T>::append(const T&) [with T = ParsableBlock::Parse]'
project.cpp:628:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qlist.h:334: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.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]':
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:522:   instantiated from 'void QHash<Key, T>::detach_helper() [with Key = QString, T = bool]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:241:   instantiated from 'void QHash<Key, T>::detach() [with Key = QString, T = bool]'
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:683:   instantiated from 'typename QHash<Key, T>::iterator QHash<Key, T>::insert(const Key&, const T&) [with Key = QString, T = bool]'
project.cpp:1331:   instantiated from here
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:458: 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)
/Users/williekamin/Desktop/qt-mac-opensource-src-4.2.2/include/QtCore/../../src/corelib/tools/qhash.h:460: 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)
lipo: can't open input file: /var/tmp//ccvpjeIM.out (No such file or directory)
make: *** [project.o] Error 1
will-kamins-computer:~/desktop/qt-mac-opensource-src-4.2.2 williekamin$ make
make: *** No targets specified and no makefile found.  Stop.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.