Hi,
Le 26/10/2015 21:02, Thiago Macieira a écrit :
On Sunday 25 October 2015 21:19:52 Olivier Churlaud wrote:
#0 0x00007ffff0e497d4 in ThreadWeaver::IdDecorator::~IdDecorator() ()
from /usr/lib/libKF5ThreadWeaver.so.5
#1 0x00007ffff0e50385 in ?? () from /usr/lib/libKF5ThreadWeaver.so.5
It would help if you recompiled the ThreadWeaver library in debug mode so we
can see what the ?? are.
Thx for your hint. I compiled ThreadWeaver successfully but I don't know
how to tell cmake to link it to this version of ThreadWeaver (and not
the one in /usr/lib64)
I added this to the cmake command:
-DCMAKE_PREFIX_PATH=/home/olivier/Projets/threadweather/build/install
it didn't work.
For information, the CmakeList.txt contains:
find_package( KF5 REQUIRED COMPONENTS CoreAddons Solid KDELibs4Support
Codecs I18n ThreadWeaver Plasma PlasmaQuick KCMUtils NewStuff TextEditor
GlobalAccel KIO NotifyConfig Archive DNSSD)
I cleaned my /build folder with a rm -rf.
Cheers,
Olivier
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<