On 2009-02-06 15:21:59 +0100, Will Stokes <[email protected]> said: > > Not a problem. This is some of the output of configure... > > Build type: macx-g++ > Architecture: macosx ( ) > Using framework: Carbon > > Build ............... libs tools docs translations > Configuration ....... debug shared dll largefile stl > precompile_header absolute_library_soname minimal-config > small-config medium-config large-config full-config dwarf2 qt3support > phonon phonon-backend accessibility opengl reduce_exports ipv6 > getaddrinfo ipv6ifname getifaddrs png no-freetype system-zlib nis cups > iconv openssl xmlpatterns svg webkit scripttools debug qt_framework > Debug ............... yes > Qt 3 compatibility .. yes > QtDBus module ....... no
Looks like it isn't expecting to build DBus. Hmm... I'm still not sure what could be causing it. Do you have a binary installation installed as well. Since there a copy of QtDBus there it might be getting confused. Anyway, try removing reference to the QtDBus framework in the Makefile.Release and Makefile.Debug in the WebCore directory and see if it actually links. If it does, we have to figure out where it's deciding to pull in QtDBus. It hasn't happened on the machines here. -- Trenton _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
