How's the good way to dock an app?

Ralf Nolden nolden at kde.org
Mon Oct 30 22:18:08 GMT 2000


Chema wrote:
> 
> Sorry my english is terrific...
> Hi all:
> I try to dock an app and always crash.
> I see the error is similar error that's happends with kautorun:
> 0x40c42019 in __wait4 () from /lib/libc.so.6
> #0  0x40c42019 in __wait4 () from /lib/libc.so.6
> #1  0x40c9f718 in __DTOR_END__ () from /lib/libc.so.6
> #2  0x402ad8d0 in KCrash::defaultCrashHandler ()
>    from /opt/kde/lib/libkdecore.so.3
> #3  0x40bdf9e8 in __restore ()
>     at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127
> #4  0x40780627 in read_png_image () from /usr/lib/qt/lib/libqt.so.2

This is a png bug. You can get around that by unchecking -lqt in your
project options - linker flags and entering $(LIB_QT) in the edit line
below that. That will do the necessary checks for dependencies. Works
here.

Ralf
-- 
The only way to get rid of a temptation is to yield to it. Oscar Wilde

**********************************
Ralf Nolden

The KDevelop Project
http://www.kdevelop.org

nolden at kde.org
rnolden at kdevelop.org
**********************************




More information about the KDevelop mailing list