Kodi Community Forum
OS X Building Kodi on macOS 11.2.2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: OS X Building Kodi on macOS 11.2.2 (/showthread.php?tid=361055)



Building Kodi on macOS 11.2.2 - bugwelle - 2021-03-03

Hi,

this is a general question: Has anyone compiled Kodi successfully on macOS 11.2.2? :-)

I run into a few issues when compiling tools/depends as described here. The first was that make -j$(getconf _NPROCESSORS_ONLN) failed because all resources (memory) was exhausted. The error message was not helpful at all from the compiler but that's nothing Kodi can do about. Building with make -j1 fails with a "already defined" error (I think it was a function in some header that I don't recognize).

I did clean "$HOME/kodi" as well as "/Users/Share/xbmc-*" before trying to build Kodi again.

Before I start investigating, I wanted to know if anyone has build Kodi on macOS 11.2.2, yet.

(I'll post logs, etc. later)

Regards,
Andre