after configuring on Mac OSX 10.5 like so: ./configure -debug -dwarf2 -nomake examples -nomake demos -no-qt3support -no-exceptions -silent -optimized-qmake -fast -prefix $PWD/../qt
I'm unable to finish building RC1. Problem seems to be QtWebKit. See output below: ~/qt-mac-commercial-src-4.5.0-rc1$ make cd src/tools/bootstrap/ && make -f Makefile make[1]: Nothing to be done for `first'. cd src/tools/moc/ && make -f Makefile make[1]: Nothing to be done for `first'. cd src/tools/rcc/ && make -f Makefile make[1]: Nothing to be done for `first'. cd src/tools/uic/ && make -f Makefile make[1]: Nothing to be done for `first'. cd src/corelib/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/xml/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/network/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/gui/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/sql/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/script/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/testlib/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/opengl/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/phonon/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/svg/ && make -f Makefile make -f Makefile.Debug all make[2]: Nothing to be done for `all'. make -f Makefile.Release all make[2]: Nothing to be done for `all'. cd src/3rdparty/webkit/WebCore/ && make -f Makefile make -f Makefile.Debug all rm -f QtWebKit_debug QtWebKit.framework/QtWebKit_debug ../../../../lib/QtWebKit.framework/QtWebKit_debug linking ../../../../lib/QtWebKit.framework/QtWebKit_debug ld: framework not found QtDBus collect2: ld returned 1 exit status make[2]: *** [../../../../lib/QtWebKit.framework/QtWebKit_debug] Error 1 make[1]: *** [debug-all] Error 2 make: *** [sub-webkit-make_default-ordered] Error 2 _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
