On Sunday 14 December 2008 06:05:49 Jonathan Wilner wrote:
> Bingo, I overlooked a Qt installation sitting in /usr/lib . ?Got rid of
> it & I am up and running.
>
> Thanks for getting me going!

Huzzah!

Bear in mind that the Qt package needs libsunmath, because QtWebKit uses 
isinf() which .. well, because there's a horrific hack in there to get the c99 
macro isinf() available somehow. I would need a FP guru to tell me if

        c99 isinf(x) <=> c++ ieeefp.h !finite(x) && !isnan(x)

in order to get rid of that dependency (on libsunmath). Michael Schuster 
tripped over that in binary-only installes previously, so I have just added a 
FOSSspro-libraries package as a dependency to Qt, which includes that one 
library (currently for x86 only, bceause I don't feel like booting a sparc box 
just to add one file elsewhere). The libsunmath is freely redistributable, so 
that is not a problem.

[ade]

Reply via email to