failling compilation with version v1.0

Albert Vaca albertvaka at gmail.com
Sat Jul 30 15:09:05 UTC 2016


Apparently QSet::intersects was introduced in Qt 5.6, so you will need a
recent Qt version to make it compile.

On Sat, Jul 30, 2016 at 1:42 PM, Antoine Prang <antoine.prang at gmail.com>
wrote:

> 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
>
>
> _______________________________________________
> KDEConnect mailing list
> KDEConnect at kde.org
> https://mail.kde.org/mailman/listinfo/kdeconnect
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20160730/5de74472/attachment.html>


More information about the KDEConnect mailing list