Hi James, Just to check - You need to use the 10.6 SDK from XCode 4.3; did you follow at the steps at
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites#Requirements_for_Mac_OS_X Including the file system case sensitivity part? Sorry if you already got through this. I know you said "precisely" ;-) Best, Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN [email protected] || @chrisdavidmills On 11 Oct 2013, at 04:15, James Kruth <[email protected]> wrote: > I've been attempting to build b2g on Mac OS 10.8.5 with XCode 5. I've > followed all the instructions on MDM precisely, and have built b2g before, > just not with this particular configuration. It should be noted I've > configured for inari. > > I see a number of clang warnings, and then finally the build fails with the > following: > > clang: error: argument unused during compilation: '-I > frameworks/base/tools/obbtool' > clang: error: argument unused during compilation: '-I > out/host/darwin-x86/obj/EXECUTABLES/obbtool_intermediates' > clang: error: argument unused during compilation: '-I > dalvik/libnativehelper/include/nativehelper' > clang: error: argument unused during compilation: '-isystem > system/core/include' > clang: error: argument unused during compilation: '-isystem > hardware/libhardware/include' > clang: error: argument unused during compilation: '-isystem > hardware/libhardware_legacy/include' > clang: error: argument unused during compilation: '-isystem > hardware/ril/include' > clang: error: argument unused during compilation: '-isystem > dalvik/libnativehelper/include' > clang: error: argument unused during compilation: '-isystem > frameworks/base/include' > clang: error: argument unused during compilation: '-isystem > frameworks/base/opengl/include' > clang: error: argument unused during compilation: '-isystem > frameworks/base/native/include' > clang: error: argument unused during compilation: '-isystem > external/skia/include' > clang: error: argument unused during compilation: '-isystem tools/include' > clang: error: argument unused during compilation: '-isystem > out/host/darwin-x86/obj/include' > clang: error: argument unused during compilation: '-include > system/core/include/arch/darwin-x86/AndroidConfig.h' > clang: error: argument unused during compilation: '-U DEBUG' > clang: error: argument unused during compilation: '-U DEBUG' > clang: error: argument unused during compilation: '-MF > out/host/darwin-x86/obj/EXECUTABLES/obbtool_intermediates/Main.d' > make: *** [out/host/darwin-x86/obj/EXECUTABLES/obbtool_intermediates/Main.o] > Error 1 > > I'm feeling like clang shouldn't even be used here, and I have attempted to > override with .userconfig, but to no avail. Can anyone shed some light on > this problem? > > - James > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
