OSX/CI: kde-baseapps fails to build on branch frameworks

Marko Käning mk-lists at email.de
Wed Oct 8 06:57:51 UTC 2014


Hi Bhushan,

On 08 Oct 2014, at 08:44 , Bhushan Shah <bhush94 at gmail.com> wrote:
> #ifdef HAVE_BALOO
>    #include <Baloo/IndexerConfig>
> -#include <KFormat>
> #endif
> +#include <KFormat>
> 
> Can you try this?

that fixed some stuff, but not all:
---
[ 91%] [ 91%] Building CXX object dolphin/src/tests/CMakeFiles/viewpropertiestest.dir/testdir.cpp.o
Building CXX object dolphin/src/CMakeFiles/kdeinit_dolphin.dir/settings/general/generalsettingspage.cpp.o
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:355:28: error: use of undeclared identifier 'QFontDatabase'
    m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
                           ^
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:355:54: error: use of undeclared identifier 'QFontDatabase'
    m_searchInput->setFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont));
                                                     ^
/Users/marko/WC/KDECI-builds/kde-baseapps/dolphin/src/search/dolphinsearchbox.cpp:492:55: warning: unused parameter 'url' [-Wunused-parameter]
void DolphinSearchBox::fromBalooSearchUrl(const KUrl& url)
                                                      ^
1 warning and 2 errors generated.
make[2]: *** [dolphin/src/CMakeFiles/kdeinit_dolphin.dir/search/dolphinsearchbox.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
---

Thanks for taking care of this!

Greets,
Marko


More information about the Kde-frameworks-devel mailing list