helasz | 15 Aug 10:02
Favicon

kdelibs 4.1 - qt 4.4.1 - dbus nightmare


Hi All,

I am building 'generic / minimal desktop' (rev 29913) with some minor
addition in pkgsel, with qt 4.4.1 (no qt3). Qt 4.x has dbus-qt integrated,
but it was not compiled by default (although dbus was built successfully),
in consequence kdelibs failed building asking to set a variable called
QT_QTDBUS_LIBRARY. The only way out was to recompile (it took more than 4
hours) Qt4.
I am not sure (reproducing both results is rather time consuming, hence
not yet done) this was the keypoint, however I included in the qt4.conf
the following lines:

if pkginstalled dbus; then
    var_append confopt " " "-dbus"
else
    var_append confopt " " "-no-dbus"
fi

Does somebody have similar experinece with kde 4.1 - qt4?

best regards,

helasz

René Rebe | 15 Aug 12:39
Favicon

Re: kdelibs 4.1 - qt 4.4.1 - dbus nightmare


Hi,

helasz <at> gportal.hu wrote:
> Hi All,
>
> I am building 'generic / minimal desktop' (rev 29913) with some minor
> addition in pkgsel, with qt 4.4.1 (no qt3). Qt 4.x has dbus-qt integrated,
> but it was not compiled by default (although dbus was built successfully),
> in consequence kdelibs failed building asking to set a variable called
> QT_QTDBUS_LIBRARY. The only way out was to recompile (it took more than 4
> hours) Qt4.
> I am not sure (reproducing both results is rather time consuming, hence
> not yet done) this was the keypoint, however I included in the qt4.conf
> the following lines:
>
> if pkginstalled dbus; then
>     var_append confopt " " "-dbus"
> else
>     var_append confopt " " "-no-dbus"
> fi
>
> Does somebody have similar experinece with kde 4.1 - qt4?
>   
Though I was a KDE user in the past, the KDE 4.0 release quality
made me switch back to blackbox + firefox due to the amazing KDE-4.x
release quality, ...

Guess it's time to give KDE-4.1 a spin on my laptop :-) Maybe I can
then comment on it :-)
(Continue reading)

Alexander Neundorf | 16 Aug 12:15

Re: kdelibs 4.1 - qt 4.4.1 - dbus nightmare

2008/8/15 René Rebe <rene <at> exactcode.de>:
>
> Hi,
>
> helasz <at> gportal.hu wrote:
>>
>> Hi All,
>>
>> I am building 'generic / minimal desktop' (rev 29913) with some minor
>> addition in pkgsel, with qt 4.4.1 (no qt3). Qt 4.x has dbus-qt integrated,
>> but it was not compiled by default (although dbus was built successfully),
>> in consequence kdelibs failed building asking to set a variable called
>> QT_QTDBUS_LIBRARY. The only way out was to recompile (it took more than 4
>> hours) Qt4.
>> I am not sure (reproducing both results is rather time consuming, hence
>> not yet done) this was the keypoint, however I included in the qt4.conf
>> the following lines:
>>
>> if pkginstalled dbus; then
>>    var_append confopt " " "-dbus"
>> else
>>    var_append confopt " " "-no-dbus"
>> fi
>>
>> Does somebody have similar experinece with kde 4.1 - qt4?
>>
>
> Though I was a KDE user in the past, the KDE 4.0 release quality
> made me switch back to blackbox + firefox

(Continue reading)

Rene Rebe | 16 Aug 19:16
Favicon

Re: kdelibs 4.1 - qt 4.4.1 - dbus nightmare


Hi,

Alexander Neundorf wrote:
> 2008/8/15 René Rebe <rene <at> exactcode.de>:
>> Hi,
>>
>> helasz <at> gportal.hu wrote:
>>> Hi All,
>>>
>>> I am building 'generic / minimal desktop' (rev 29913) with some minor
>>> addition in pkgsel, with qt 4.4.1 (no qt3). Qt 4.x has dbus-qt integrated,
>>> but it was not compiled by default (although dbus was built successfully),
>>> in consequence kdelibs failed building asking to set a variable called
>>> QT_QTDBUS_LIBRARY. The only way out was to recompile (it took more than 4
>>> hours) Qt4.
>>> I am not sure (reproducing both results is rather time consuming, hence
>>> not yet done) this was the keypoint, however I included in the qt4.conf
>>> the following lines:
>>>
>>> if pkginstalled dbus; then
>>>    var_append confopt " " "-dbus"
>>> else
>>>    var_append confopt " " "-no-dbus"
>>> fi
>>>
>>> Does somebody have similar experinece with kde 4.1 - qt4?
>>>
>> Though I was a KDE user in the past, the KDE 4.0 release quality
>> made me switch back to blackbox + firefox
(Continue reading)


Gmane