Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SimonTheSoundMa

macrumors 65816
Original poster
Aug 6, 2006
1,036
217
Birmingham, UK
Thought I'd share my builds with the MR community of Firefox 3.0a1, which uses Cocoa, and soon to use 2D Extreme to render the web pages using your GPU.



You can find my daily builds here.



Some information:

These nightly builds are Universal Binaries for Apple Mac OS X, highly optimised for IBM PowerPC G5 and Intel i386 processors only. See mozconfig below for details.

All of my new builds include Cocoa. Cocoa is now nice and stable. Cairo drawing is now switched on in my builds (if states Cairo+Cocoa).

If you are new to testing trunk builds, it is highly recommended you backup your profile folder before running these builds.

You can find the latest builds here store at InTheMac.com.


REQUIREMENTS:
- Mac OS X versions 10.3.9 and above.
- PowerMac G5, iMac G5 or XServe G5.

BUILD CONFIGURATION:
- GCC 4.0.1, XCode 2.3, Mac OS X 10.4.7.
- Built on iMac G5 rev C 20inch.

mozconfig:
Code:
. $topsrcdir/browser/config/mozconfig
. $topsrcdir/build/macosx/universal/mozconfig

mk_add_options MOZ_MAKE_FLAGS=-j2
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir.firefox
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-application=browser

ac_add_options --enable-strip
ac_add_options --enable-static
ac_add_options --enable-static-libs
ac_add_options --enable-pthreads
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-extensions="default,spellcheck"

ac_add_app_options ppc --enable-optimize="-O2 -ffast-math -mcpu=G5 -mtune=G5 -mpowerpc -maltivec -mpowerpc64 -faltivec"

ac_add_app_options i386 --enable-optimize="-O3 -fast -march=i686 -mfpmath=sse,387 -fforce-addr -mieee-fp -msse3 -msse2 -msse -mmmx -ftree-vectorize -ftree-loop-linear"

ac_add_app_options ppc --enable-prebinding

#ac_add_options --enable-libxul
ac_add_options --enable-svg-renderer=cairo
#ac_add_options --enable-default-toolkit="cairo-cocoa"
ac_add_options --enable-default-toolkit="cocoa"

ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --disable-shared

#ac_add_options --without-system-png
#ac_add_options --without-system-mng
#ac_add_options --without-system-nspr
#ac_add_options --without-system-zlib
#ac_add_options --without-system-jpeg


Files hosted by InTheMac.com
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.