[Kde-pim] akonadi origin/1.13 build with clang?

René J.V. Bertin rjvbertin at gmail.com
Wed Jan 28 19:41:27 GMT 2015


Hi,

Has anyone built the 1.13 akonadi branch head from git using clang 3.5 recently? I get the error below, thankfully in a test file:

akonadi-1.13.1/server/tests/unittest/searchtest.cpp:124:30: error: no matching conversion for functional-style cast from 'void' to 'QVector<qint64>'
                          << QVector<qint64>({ col4.id(), col5.id(), col7.id() });
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/qt4/QtCore/qvector.h:121:14: note: candidate constructor not viable: cannot convert initializer list argument to 'int'
    explicit QVector(int size);
             ^
/opt/local/include/qt4/QtCore/qvector.h:123:12: note: candidate constructor not viable: cannot convert initializer list argument to 'const QVector<long long>'
    inline QVector(const QVector<T> &v) : d(v.d) { d->ref.ref(); if (!d->sharable) detach_helper(); }
           ^
/opt/local/include/qt4/QtCore/qvector.h:120:12: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
    inline QVector() : d(&QVectorData::shared_null) { d->ref.ref(); }
           ^
/opt/local/include/qt4/QtCore/qvector.h:122:5: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    QVector(int size, const T &t);
    ^


R
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list