[Qt4-preview-feedback] can't compile on Mac
Will Stokes
wstokes at gmail.com
Fri Feb 6 20:06:54 CET 2009
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
<trenton.schulz at nokia.com> wrote:
> 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
>
> _______________________________________________
> Qt4-preview-feedback mailing list
> Qt4-preview-feedback at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
>
More information about the Qt4-feedback
mailing list