[Kde-games-devel] Moving KDots to KDE Review
Marko Käning
mk-lists at email.de
Sat Apr 11 08:44:06 UTC 2015
Hi Minh,
I’ve tried building kdots on OSX/CI, have filed an RR for it [1] and landed with some errors:
---
/Users/marko/WC/KDECI-builds/kf5-qt5/kdots/kdotslib/polygonfinder.cpp:63:18: error: no matching member function for call to 'push_back'
m_polygons.push_back(std::make_shared<Polygon>(m_cache));
~~~~~~~~~~~^~~~~~~~~
.
.
.
/Users/marko/WC/KDECI-builds/kf5-qt5/kdots/kdotslib/polygonfinder.cpp:117:14: error: implicit instantiation of undefined template 'std::shared_ptr<KDots::Polygon>'
return p1->area() < p2->area();
^
/Users/marko/WC/KDECI-builds/kf5-qt5/kdots/kdotslib/polygon.hpp:37:9: note: template is declared here
class shared_ptr;
^
.
.
.
---
but luckily I could get this easily fixed by avoiding redefinition of class shared_ptr.
Greets,
Marko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20150411/b573ed10/attachment.html>
More information about the kde-games-devel
mailing list