kde3support

Thiago Macieira thiago at kde.org
Tue May 1 16:49:46 BST 2007


Thomas Zander wrote:
>Whenever I start a koffice app that links to kde3support I get this
> error;
>
>krita: symbol lookup error: /usr/local/kde/lib/libkde3support.so.5:
>undefined symbol: _ZNK11QPushButton15minimumSizeHintEv
>
>I did a completely clean compile before getting this (on a clean install
>even).
>
>Any ideas?

That's a new symbol in Qt 4.3.

That means you compiled KDE3Support against Qt 4.3 (as expected) but 
you're running against Qt 4.2.

Verify your LD_LIBRARY_PATH, /etc/ld.so.conf and RPATH/RUNPATH entries in 
your executables. Your system's Qt 4.2 is being found before your 
(probably self-built) Qt 4.3.

My recommendation is that you simply remove the system's 4.2 to avoid 
these kinds of problems.

-- 
  Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
    PGP/GPG: 0x6EF45358; fingerprint:
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070501/d20395a3/attachment.sig>


More information about the kde-core-devel mailing list