nevermind... a make clean in the qmake directory did the trick.
Added after 8 minutes:
ugh... spoke too soon...
After a good 80 minutes into the compile, it came to an swift halt in the src/declarative directory:
cd src/declarative/ && gmake -f Makefile
gmake[1]: Entering directory `/appdata/depot/software/qt/src/declarative'
/appdata/depot/software/qt/bin/qmake -spec ../../mkspecs/aix-xlc -o Makefile declarative.pro
gmake[1]: Leaving directory `/appdata/depot/software/qt/src/declarative'
gmake[1]: Entering directory `/appdata/depot/software/qt/src/declarative'
xlC_r -c -+ -qstrict -O3 -qthreaded -DQT_SHARED -DQT_BUILD_DECLARATIVE_LIB -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/aix-xlc -I. -I../../include/QtCore -I../../include/QtNetwork -I../../include/QtGui -I../../include/QtXmlPatterns -I../../include/QtSql -I../../include/QtSvg -I../../include/QtScript -I../../include -I../../include/QtDeclarative -I.rcc/release-shared -Iutil -Igraphicsitems -Iqml -Iqml/parser -Iqml/rewriter -Idebugger -I.moc/release-shared -o .obj/release-shared/qdeclarativeutilmodule.o util/qdeclarativeutilmodule.cpp
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 173.42: 1540-1109 (S) The use of undefined class "QMetaTypeId2<QObject *>" is not valid.
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 185.5: 1540-0700 (I) The previous message was produced while processing "qRegisterMetaType<QObject *>(const char *, QObject **)".
"../../include/QtDeclarative/../../src/declarative/qml/qdeclarative.h", line 335.1: 1540-0700 (I) The previous message was produced while processing "QMetaTypeId<QObject *>::qt_metatype_id()".
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 173.42: 1540-1109 (S) The use of undefined class "QMetaTypeId2<QVariant>" is not valid.
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 185.5: 1540-0700 (I) The previous message was produced while processing "qRegisterMetaType<QVariant>(const char *, QVariant *)".
"../../include/QtDeclarative/../../src/declarative/qml/qdeclarative.h", line 336.1: 1540-0700 (I) The previous message was produced while processing "QMetaTypeId<QVariant>::qt_metatype_id()".
gmake[1]: *** [.obj/release-shared/qdeclarativeutilmodule.o] Error 1
gmake[1]: Leaving directory `/appdata/depot/software/qt/src/declarative'
gmake: *** [sub-declarative-make_default-ordered] Error 2
cd src/declarative/ && gmake -f Makefile
gmake[1]: Entering directory `/appdata/depot/software/qt/src/declarative'
/appdata/depot/software/qt/bin/qmake -spec ../../mkspecs/aix-xlc -o Makefile declarative.pro
gmake[1]: Leaving directory `/appdata/depot/software/qt/src/declarative'
gmake[1]: Entering directory `/appdata/depot/software/qt/src/declarative'
xlC_r -c -+ -qstrict -O3 -qthreaded -DQT_SHARED -DQT_BUILD_DECLARATIVE_LIB -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/aix-xlc -I. -I../../include/QtCore -I../../include/QtNetwork -I../../include/QtGui -I../../include/QtXmlPatterns -I../../include/QtSql -I../../include/QtSvg -I../../include/QtScript -I../../include -I../../include/QtDeclarative -I.rcc/release-shared -Iutil -Igraphicsitems -Iqml -Iqml/parser -Iqml/rewriter -Idebugger -I.moc/release-shared -o .obj/release-shared/qdeclarativeutilmodule.o util/qdeclarativeutilmodule.cpp
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 173.42: 1540-1109 (S) The use of undefined class "QMetaTypeId2<QObject *>" is not valid.
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 185.5: 1540-0700 (I) The previous message was produced while processing "qRegisterMetaType<QObject *>(const char *, QObject **)".
"../../include/QtDeclarative/../../src/declarative/qml/qdeclarative.h", line 335.1: 1540-0700 (I) The previous message was produced while processing "QMetaTypeId<QObject *>::qt_metatype_id()".
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 173.42: 1540-1109 (S) The use of undefined class "QMetaTypeId2<QVariant>" is not valid.
"../../include/QtCore/../../src/corelib/kernel/qmetatype.h", line 185.5: 1540-0700 (I) The previous message was produced while processing "qRegisterMetaType<QVariant>(const char *, QVariant *)".
"../../include/QtDeclarative/../../src/declarative/qml/qdeclarative.h", line 336.1: 1540-0700 (I) The previous message was produced while processing "QMetaTypeId<QVariant>::qt_metatype_id()".
gmake[1]: *** [.obj/release-shared/qdeclarativeutilmodule.o] Error 1
gmake[1]: Leaving directory `/appdata/depot/software/qt/src/declarative'
gmake: *** [sub-declarative-make_default-ordered] Error 2
To copy to clipboard, switch view to plain text mode
ideas?
Bookmarks