[Ktechlab-devel] bug
Alan Grimes
ALONZOTG at verizon.net
Sat Aug 31 16:24:42 UTC 2013
Thanks, zoltan, for putting effort into this.
I've attached a compile error. I tried to just cmake then make. First I
tried multi-threaded make ( -j 6 ), this was from a single-threaded
attempt.
just tried a make clean and re-attempt, basically the same error...
--
NOTICE: NEW E-MAIL ADDRESS, SEE ABOVE
Powers are not rights.
-------------- next part --------------
/home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:356:6: warning: unused parameter ‘items’ [-Wunused-parameter]
/home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:356:6: warning: unused parameter ‘newParent’ [-Wunused-parameter]
/home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:392:6: warning: unused parameter ‘item’ [-Wunused-parameter]
In file included from /usr/include/klibloader.h:29:0,
from /usr/include/KDE/../kgenericfactory.h:22,
from /usr/include/KDE/KGenericFactory:1,
from /home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:24:
/usr/include/kpluginfactory.h: In instantiation of ‘static QObject* KPluginFactory::createInstance(QWidget*, QObject*, const QVariantList&) [with impl = KDevelop::KTLProjectManager; ParentType = QObject; QObject = QObject; QVariantList = QList<QVariant>]’:
/usr/include/kpluginfactory.h:495:70: required from ‘QObject* (* KPluginFactory::InheritanceChecker<impl>::createInstanceFunction(...))(QWidget*, QObject*, const QVariantList&) [with impl = KDevelop::KTLProjectManager; KPluginFactory::CreateInstanceFunction = QObject* (*)(QWidget*, QObject*, const QList<QVariant>&); QObject = QObject; QVariantList = QList<QVariant>]’
/home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:135:1: required from here
/usr/include/kpluginfactory.h:477:32: error: cannot allocate an object of abstract type ‘KDevelop::KTLProjectManager’
In file included from /home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:21:0:
/home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.h:33:7: note: because the following virtual functions are pure within ‘KDevelop::KTLProjectManager’:
In file included from /home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.h:25:0,
from /home/atg/source/ktechlab/ktechlab/src/kdevplugins/ktlproject/ktlprojectmanager.cpp:21:
/usr/include/kdevplatform/project/interfaces/iprojectfilemanager.h:142:18: note: virtual bool KDevelop::IProjectFileManager::copyFilesAndFolders(const KUrl::List&, KDevelop::ProjectFolderItem*)
make[2]: *** [src/kdevplugins/ktlproject/CMakeFiles/ktlproject.dir/ktlprojectmanager.o] Error 1
make[1]: *** [src/kdevplugins/ktlproject/CMakeFiles/ktlproject.dir/all] Error 2
make: *** [all] Error 2
More information about the Ktechlab-devel
mailing list