On Wed, Sep 07, 2011 at 12:41:37PM +0300, Aekold Helbrass wrote: > Hi All! > > Just installed QtCreator 2.3.0. Tried to buld/debug krusader > (https://projects.kde.org/projects/extragear/utils/krusader/repository), > and it failed. Make failed with some docbook error, debug failed with > rsymbol lookup error: /usr/lib64/libkhtml.so.5: undefined symbol: > _ZN6Phonon11VideoPlayer5eventEP6QEvent. Everything works from > terminal, and just tested with QtCreator 2.2.1 - everything works fine > too. What can be the reason of those problems and what should I do > about it?
Some library mixup. Check 'ldd' output, LD_LIBRARY_PATH setting etc. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
