


# Big Hack that unsets CC / CXX so that configure doesn't getĮxport LLVMCONFIG=$topsrcdir/clang/bin/llvm-configĮxport CXX=$topsrcdir/./clang/bin/clang++Įxport LLVMCONFIG=$topsrcdir/./clang/bin/llvm-config # Everything below this line is Mac specific build options. It is no longer possible to "just include" the mozconfig files used for the official builds and expect it to build. The problem is that my "bad" mozconfig sourced the mozconfigs used in (and tailored for) the official build machines - and it was pretty much coincidence that it had worked before. I would really like to get universal binary build working, because mac64-only builds are unable to make use of all my plugins (some are 32-bit only). Mk_add_options MOZ_OBJDIR=/srv/seamonkey/comm-release/objdir $topsrcdir/build/macosx/universal/mozconfigĪc_add_options -enable-application=suiteĪc_add_options -enable-debug-symbols="-gdwarf-2"Īc_add_options -with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/atform/Developer/SDKs/MacOSX10.7.sdkĬode: Select all ac_add_options -disable-eme If test -e "$topsrcdir/suite/config/version.txt" then When we redo the build system (bug 648979) this will
#SEAMONKEY FOR MAC 0S X 10.7.5 HOW TO#
# mixed up with host/target CPUs when trying to work out how to do the # Big Hack that unsets CC / CXX so that mon doesn't get "Bad" mozconfig (worked for the SeaMonkey '2.34pre' that I'm using at the moment):Ĭode: Select all mk_add_options MOZ_OBJDIR=/srv/seamonkey/comm-release/objdir SeaMonkey 2.35 can't be built as a Mac OS X Universal Binary anymore, but a mac64-only build works?
