[KDE/Mac] OSX/CI: Calligra fails to build on branch frameworks

Marko Käning mk-lists at email.de
Sat Apr 11 11:56:20 UTC 2015


Hi Inge,

On 28 Mar 2015, at 20:40 , Inge Wallin <inge at lysator.liu.se> wrote:

> The interesting thing is that my change from isfinite() to std::isfinite() was 
> suggested by gcc itself.   See if you can find a clue from the massive list of 
> options below.

the thing is surely, that I was using Apple’s clang and not gcc here on OSX/CI.


Well, right now I strand here:
---
[  8%] In file included from /Users/marko/WC/KDECI-builds/kf5-qt5/calligra/krita/libcolor/dummy/kis_color_manager.cpp:19:
In file included from /Users/marko/WC/KDECI-builds/kf5-qt5/calligra/krita/libcolor/kis_color_manager.h:26:
/Users/marko/WC/KDECI-builds/kf5-qt5/calligra/krita/libcolor/kritalibcolor_export.h:24:10: fatal error: 'kdemacros.h' file not found
#include <kdemacros.h>
         ^
Building CXX object libs/widgetutils/CMakeFiles/kowidgetutils.dir/KoSizeGroupPrivate.cpp.o
1 error generated.
make[2]: *** [krita/libcolor/CMakeFiles/kritacolor.dir/dummy/kis_color_manager.cpp.o] Error 1
make[1]: *** [krita/libcolor/CMakeFiles/kritacolor.dir/all] Error 2
---



BTW, in order to get this far, I had to temporally remove some of Calligra’s deps:
---
diff --git a/config/base/kf5-qt5 b/config/base/kf5-qt5
index 520c3a7..972563c 100644
--- a/config/base/kf5-qt5
+++ b/config/base/kf5-qt5
@@ -34,6 +34,10 @@ kde/workspace/kio-extras: general/libssh
 
 # Calligra
 #calligra: general/vc
+calligra: -kdesupport/qca
+calligra: -kde/workspace/libkscreen
+calligra: -kde/kdepimlibs
+calligra: -kde/kdegraphics/okular
 
 # Extragear Office
 extragear/office/tellico: general/kdesupport-svn
---

Greets,
Marko


More information about the kde-mac mailing list