failling compilation with version v1.0

Antoine Prang antoine.prang at gmail.com
Sat Jul 30 11:42:56 UTC 2016


Hello !

First thanks a lot for this magnificent software !
I would like to test and install the version 1.0 of kdeconnect (on kubuntu
16.04).
I checkout the code, and install all the necessary dependencies.
The cmake part was find (I got no error).
But when i tried to compile (execute make) I got the following error :

antoine at perso:~/repo/kdeconnect-kde/build$ make
[  0%] Automatic moc for target kdeconnectcore
[  0%] Built target kdeconnectcore_automoc
[  0%] Building CXX object
core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o
/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp: In member function
‘QSet<QString> PluginLoader::pluginsForCapabilities(const QSet<QString>&,
const QSet<QString>&)’:
/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp:113:25: error:
‘const class QSet<QString>’ has no member named ‘intersects’
             || incoming.intersects(pluginOutgoingCapabilities) ||
outgoing.intersects(pluginIncomingCapabilities)) {
                         ^
/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp:113:76: error:
‘const class QSet<QString>’ has no member named ‘intersects’
             || incoming.intersects(pluginOutgoingCapabilities) ||
outgoing.intersects(pluginIncomingCapabilities)) {

^
core/CMakeFiles/kdeconnectcore.dir/build.make:398: recipe for target
'core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o' failed
make[2]: *** [core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o] Error 1
CMakeFiles/Makefile2:123: recipe for target
'core/CMakeFiles/kdeconnectcore.dir/all' failed
make[1]: *** [core/CMakeFiles/kdeconnectcore.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

Does someone have an idea ?

Thanks

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20160730/cbe6e9fb/attachment.html>


More information about the KDEConnect mailing list