I am getting those build errors when trying to build rc1 on OSX(Leopard), using "./configure -prefix $PWD -arch 'x86 x86_64 ppc ppc64'":
g++ -c -pipe -Xarch_i386 -mmacosx-version-min=10.4 -Xarch_ppc -mmacosx-version-min=10.4 -Xarch_x86_64 -mmacosx-version-min=10.5 -Xarch_ppc64 -mmacosx-version-min=10.5 -fconstant-cfstrings -fno-strict-aliasing -gdwarf-2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -arch ppc64 -Xarch_ppc64 -mmacosx-version-min=10.5 -arch ppc -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -arch i386 -fPIC -DQT_SHARED -DQT_BUILD_COMPAT_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/macx-g++ -I. -I../../include/QtCore -I../../include/QtNetwork -I../../include/QtGui -I../../include/QtXml -I../../include/QtSql -I../../include -I../../include/Qt3Support -I.rcc/debug-shared -I../3rdparty/harfbuzz/src -I.moc/debug-shared -F/usr/local/qt/current/macx/lib -o .obj/debug-shared/q3filedialog.o dialogs/q3filedialog.cpp .moc/debug-shared/moc_q3filedialog.cpp:40: error: ÔQ3FileIconProviderÕ has not been declared .moc/debug-shared/moc_q3filedialog.cpp:49: error: ÔQ3FileIconProviderÕ has not been declared .moc/debug-shared/moc_q3filedialog.cpp:49: error: non-member function Ôconst QMetaObject* metaObject()Õ cannot have cv-qualifier .moc/debug-shared/moc_q3filedialog.cpp: In function Ôconst QMetaObject* metaObject()Õ: ../../include/QtCore/../../src/corelib/kernel/qobject.h:292: error: ÔQScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptrÕ is protected .moc/debug-shared/moc_q3filedialog.cpp:51: error: within this context ../../include/QtCore/../../src/corelib/kernel/qobject.h:292: error: invalid use of non-static data member ÔQObject::d_ptrÕ .moc/debug-shared/moc_q3filedialog.cpp:51: error: from this location ../../include/QtCore/../../src/corelib/kernel/qobject.h:292: error: ÔQScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > QObject::d_ptrÕ is protected .moc/debug-shared/moc_q3filedialog.cpp:51: error: within this context ../../include/QtCore/../../src/corelib/kernel/qobject.h:292: error: invalid use of non-static data member ÔQObject::d_ptrÕ .moc/debug-shared/moc_q3filedialog.cpp:51: error: from this location .moc/debug-shared/moc_q3filedialog.cpp: At global scope: .moc/debug-shared/moc_q3filedialog.cpp:54: error: ÔQ3FileIconProviderÕ has not been declared - David _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
