So in theory it should be possible to compile the code on a mac.
There are some issues:
-
the mac uses clang instead of gcc (and it is clang that tries really hard to pretend to be gcc).
-
how to get the dependencies working.
-
is basically solved as we can use clang on linux
-
is more difficult - but should be possible through homebrew