Compiling KDE 3.1.3 _ZN12QPaintDevice13setResolutionEi
When I try to compile kdelibs-3.1.3 I get the following error:
relocation error: /opt/kde/lib/libkdefx.so.4: undefined symbol: _ZN12QPaintDevice13setResolutionEi
It seems to be that QPaintDevice::setResolution is not implemented, but in fact it is (empty). I have installed qt-3.2.1 with gcc-3.2.2.
Can anybody help me please?
|