When running ./build.sh -j1 to build for aries on Mac 10.11 fails with error: ERROR: Only clang/llvm 3.6 or newer is supported
The main error is during the host compiler check for *clang++* with *-std=gnu+11* where its returning not supported. /usr/local/bin/ccache /usr/bin/clang++ -std=gnu++11 -E /var/folders/23/7zydwv9x7td824c4jh9c_8rc0000gn/T/conftest.Gzc4jp.cpp printing the e.message in "B2G/gecko/build/moz.configure/checks.configure" shows the message "Only clang/llvm 3.6 or newer is supported". attaching the output http://pastebin.com/bcpS7sPn any ideas? Before reaching the above error, 1. I had to install NDK tool chain (as suggested in thread https://groups.google.com/forum/#!topic/mozilla.dev.fxos/TQySTkVuOpA) and 2. had to copy this patch here https://github.com/jld/gp-keon-kernel/commit/ eea28ab16ab90ed5713f19989126682864c1f8ec.patch for missing elf.h fix - http://pastebin.com/x4GMQbxT Thanks Punam
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

