[Qt4-preview-feedback] can't compile on Mac
Trenton Schulz
trenton.schulz at nokia.com
Fri Feb 6 17:27:38 CET 2009
On 2009-02-06 17:15:32 +0100, Will Stokes <wstokes at gmail.com> 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
More information about the Qt4-feedback
mailing list