Dang, ran into it again, this time with the phonon plugin. Pathing Makefile.[Release|Debug] in the same way fixed this one too...
/programming_gsl/libs/4.5/qt-mac-commercial-src-4.5.0-rc1/src/plugins/phonon/qt7 linking ../../../../plugins/phonon_backend/libphonon_qt7_debug.dylib ld: framework not found QtDBus collect2: ld returned 1 exit status make[4]: *** [../../../../plugins/phonon_backend/libphonon_qt7_debug.dylib] Error 1 On Fri, Feb 6, 2009 at 2:06 PM, Will Stokes <[email protected]> wrote: > That appears to do the trick. I'm compiling on an "old" dual 2.5Ghz G5 > so it's still slogging along, but I got past those errors.... > > -Will > > On Fri, Feb 6, 2009 at 11:27 AM, Trenton Schulz > <[email protected]> wrote: >> On 2009-02-06 17:15:32 +0100, Will Stokes <[email protected]> said: >> >>>>> 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. >>> >>> I always compile Qt from source. I have a copy of 4.4.3 but I'm sure >>> 4.5 can't find it. >>> >>>> 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. >>> >>> I found the DBus references in WebCore's MakeFile.xyz files and am >>> removing them and seeing what that does. In case it helps I found the >>> followingin WebCore's WebCore.pro file: >>> >>> unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtDBus QtGui QtNetwork QtXml >>> >>> Mac is a subset of unix so this line is used and as a result WebCore >>> is being build requiring QtDBus which is a mistake. I'm going to go >>> ahead and remove that QtDBus entry as well and see if I can get things >>> built finally. >> >> OK, let us know what happens. >> >> -- Trenton >> >> _______________________________________________ >> Qt4-preview-feedback mailing list >> [email protected] >> http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback >> > _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
