Am Mittwoch, 26. April 2006 21:33 schrieb Benjamin Reed: > On 4/21/06, Ralf Habacker <[EMAIL PROTECTED]> wrote: > > > KSharedPixmap for non Q_WS_X11 doesn't have resize as it's derived from > > > KPixmap. Thus, kdeui/krootpixmap.cpp:251 gives an error. > > Can I assume there's been more ksharedpixmap stuff going on? It's > broken again on OSX: > > Linking CXX shared library ../lib/libkdeui.dylib > ld: Undefined symbols: > KSharedPixmap::loadFromShared(QString const&, QRect const&) > KSharedPixmap::KSharedPixmap() > KSharedPixmap::isAvailable(QString const&) const > KSharedPixmap::pixmap() const > /usr/bin/libtool: internal link edit command failed > make[2]: *** [lib/libkdeui.dylib.5.0.0] Error 1 > make[1]: *** [kdeui/CMakeFiles/kdeui.dir/all] Error 2 > make: *** [all] Error 2
I changed KSharedPixmap yesterday - someone added a bit too heavy hack to it. It's a QWidget - and for non-X11 it was made to a QPixmap, which is a bit too off. So please someone fix this the right way. Greetings, Stephan _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
