<div dir="ltr">Apparently QSet::intersects was introduced in Qt 5.6, so you will need a recent Qt version to make it compile.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 30, 2016 at 1:42 PM, Antoine Prang <span dir="ltr"><<a href="mailto:antoine.prang@gmail.com" target="_blank">antoine.prang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello !<div><br></div><div>First thanks a lot for this magnificent software !</div><div>I would like to test and install the version 1.0 of kdeconnect (on kubuntu 16.04).</div><div>I checkout the code, and install all the necessary dependencies.</div><div>The cmake part was find (I got no error).</div><div>But when i tried to compile (execute make) I got the following error :</div><div><br></div><div><div>antoine@perso:~/repo/kdeconnect-kde/build$ make</div><div>[  0%] Automatic moc for target kdeconnectcore</div><div>[  0%] Built target kdeconnectcore_automoc</div><div>[  0%] Building CXX object core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o</div><div>/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp: In member function ‘QSet<QString> PluginLoader::pluginsForCapabilities(const QSet<QString>&, const QSet<QString>&)’:</div><div>/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp:113:25: error: ‘const class QSet<QString>’ has no member named ‘intersects’</div><div>             || incoming.intersects(pluginOutgoingCapabilities) || outgoing.intersects(pluginIncomingCapabilities)) {</div><div>                         ^</div><div>/home/antoine/repo/kdeconnect-kde/core/pluginloader.cpp:113:76: error: ‘const class QSet<QString>’ has no member named ‘intersects’</div><div>             || incoming.intersects(pluginOutgoingCapabilities) || outgoing.intersects(pluginIncomingCapabilities)) {</div><div>                                                                            ^</div><div>core/CMakeFiles/kdeconnectcore.dir/build.make:398: recipe for target 'core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o' failed</div><div>make[2]: *** [core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o] Error 1</div><div>CMakeFiles/Makefile2:123: recipe for target 'core/CMakeFiles/kdeconnectcore.dir/all' failed</div><div>make[1]: *** [core/CMakeFiles/kdeconnectcore.dir/all] Error 2</div><div>Makefile:138: recipe for target 'all' failed</div><div>make: *** [all] Error 2</div></div><div><br></div><div>Does someone have an idea ?</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Antoine</div><div><br></div></font></span></div>
<br>_______________________________________________<br>
KDEConnect mailing list<br>
<a href="mailto:KDEConnect@kde.org">KDEConnect@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdeconnect" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kdeconnect</a><br>
<br></blockquote></div><br></div>