Gideon crashes at start: undefined symbol: _ZN10KDevPluginC2EP7QObjectPKc

Iztok Kobal iztok.kobal at sysen.si
Tue Jul 22 13:30:08 UTC 2003


Iztok Kobal wrote:

> Platform: i686, Linux kernel 2.4.19, qt-3.0.5, kdelibs-3.0.5, gcc-3.2
>
>
> Gideon builds when using old KDE_VERSION in parts/grepview/grepdlg.cpp
> instead of the IS_KDE_VERSION and it seems the only point that the build
> would need the kdelibs>=3.1.0


I suggest that the following lines are included whether into the 
config.h or the parts/grepview/grepdlg.cpp:


#ifndef KDE_MAKE_VERSION
#define KDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
#endif
#ifndef KDE_IS_VERSION
#define KDE_IS_VERSION(a,b,c) ( KDE_VERSION >= KDE_MAKE_VERSION(a,b,c) )
#endif


Thus would Gideon compile for kdelibs-3.0.x .


>
> Installs OK.
>
> When run it displays:
>
>> gideon
>
> gideon: relocation error: /opt/kde3/lib/kde3/libkdevscripting.so: 
> undefined symbol: _ZN10KDevPluginC2EP7QObjectPKc
>
> Any ideas ?

I have checkout'd gideon again and it builds and runs OK.









More information about the KDevelop-devel mailing list