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.


/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

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ktechlab-devel mailing list
Ktechlab-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ktechlab-devel

Reply via email to