<div dir="ltr">
<p style="margin:0px">Hi, </p>
<p style="margin:0px"> </p>
<p style="margin:0px">Did you deinstall attica, as mentioned in point 3) of the README? </p>
<p style="margin:0px">[You can reinstall it from plasma5 branch]</p>
<p style="margin:0px">The error message you get is kde4's atticas headers being picked up, instead of </p>
<p style="margin:0px">kf5-atticas.</p>
<p style="margin:0px"><br></p>
<p style="margin:0px">mfg Tobias</p>
<p style="margin:0px"><br></p></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-10 6:11 GMT+02:00  <span dir="ltr"><<a href="mailto:brunomaximom@openmailbox.org" target="_blank">brunomaximom@openmailbox.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:259:9: error: member function 'hasPrice' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
    if (desc.hasPrice()) {<br>
        ^~~~<br>
/usr/local/include/attica/downloaddescription.h:58:10: note: 'hasPrice' declared here<br>
    bool hasPrice();<br>
         ^<br>
/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:446:21: error: member function 'name' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
        <a href="http://info.name" rel="noreferrer" target="_blank">info.name</a> = <a href="http://desc.name" rel="noreferrer" target="_blank">desc.name</a>();<br>
                    ^~~~<br>
/usr/local/include/attica/downloaddescription.h:60:13: note: 'name' declared here<br>
    QString name();<br>
            ^<br>
/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:447:28: error: member function 'priceAmount' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
        info.priceAmount = desc.priceAmount();<br>
                           ^~~~<br>
/usr/local/include/attica/downloaddescription.h:64:13: note: 'priceAmount' declared here<br>
    QString priceAmount();<br>
            ^<br>
/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:448:33: error: member function 'distributionType' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
        info.distributionType = desc.distributionType();<br>
                                ^~~~<br>
/usr/local/include/attica/downloaddescription.h:62:13: note: 'distributionType' declared here<br>
    QString distributionType();<br>
            ^<br>
/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:449:32: error: member function 'link' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
        info.descriptionLink = desc.link();<br>
                               ^~~~<br>
/usr/local/include/attica/downloaddescription.h:61:13: note: 'link' declared here<br>
    QString link();<br>
            ^<br>
/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:450:19: error: member function 'id' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
        <a href="http://info.id" rel="noreferrer" target="_blank">info.id</a> = <a href="http://desc.id" rel="noreferrer" target="_blank">desc.id</a>();<br>
                  ^~~~<br>
/usr/local/include/attica/downloaddescription.h:55:9: note: 'id' declared here<br>
    int id();<br>
        ^<br>
/usr/ports/devel/kf5-knewstuff/work/knewstuff-5.13.0/src/attica/atticaprovider.cpp:451:35: error: member function 'type' not viable: 'this' argument has type 'const Attica::DownloadDescription', but function is not marked const<br>
        info.isDownloadtypeLink = desc.type() == Attica::DownloadDescription::LinkDownload;<br>
                                  ^~~~<br>
/usr/local/include/attica/downloaddescription.h:56:39: note: 'type' declared here<br>
    Attica::DownloadDescription::Type type();<br>
                                      ^<br>
7 errors generated.<br>
--- src/CMakeFiles/KF5NewStuff.dir/attica/atticaprovider.cpp.o ---<br>
*** [src/CMakeFiles/KF5NewStuff.dir/attica/atticaprovider.cpp.o] Error code 1<br>
<br>
make[11]: stopped in /usr/ports/devel/kf5-knewstuff/work/.build<br>
[ 79%] Building CXX object src/CMakeFiles/KF5NewStuff.dir/ui/itemsviewbasedelegate.cpp.o<br>
1 error<br>
<br>
_______________________________________________<br>
kde-freebsd mailing list<br>
<a href="mailto:kde-freebsd@kde.org" target="_blank">kde-freebsd@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-freebsd" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kde-freebsd</a><br>
See also <a href="http://freebsd.kde.org/" rel="noreferrer" target="_blank">http://freebsd.kde.org/</a> for latest information<br>
</blockquote></div><br></div>