[MozJF] 7zip "pre-0.9" + SVG - 13-04-2004 Win32.

Discussion about official Mozilla Firefox builds
Post Reply
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

[MozJF] 7zip "pre-0.9" + SVG - 13-04-2004 Win32.

Post by MozJF »

Hello.

WARNING !!!

NB : this build is experimental

As Mozilla 1.7 had branched and as Firefox 0.9 will be based on Mozilla 1.7 body, I build this firefox using a MOZILLA_1_7_BRANCH tag instead of using trunk.

I grabbed sources following steps explained here :

http://forums.mozillazine.org/viewtopic ... 533#478533

I will do this until firefox 0.9 (FIREFOX_0_9_BRANCH) is officially launched.

end of WARNING

This build is using "official artwork" for contributors, aka the blue globe without fox on it".

NB : list of bugs of SVG, thanks to peter(6) for the original link and I I make it smaller ;o)

http://tinylink.com/?4R7GPxeQS6

If you're not using WinXP, you must use gdiplus.dll ; see this page for more info :

http://mozilla.org/projects/svg/build.html#win_gdi_dl

.mozconfig used (with MSVC++ 6.0) :

Code: Select all

. $topsrcdir/browser/config/mozconfig

ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-pedantic

ac_add_options --enable-svg
ac_add_options --enable-svg-renderer-gdiplus
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting

ac_add_options --enable-static
ac_add_options --disable-shared.

ac_add_options --enable-optimize='-O1 -G6'

export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1


Build is available as a 7zip self extracting file (4.84 Mb) ; For Pentium Pro/2/3/4, Celeron, AMD Athlon/AthlonXP and Duron.

Source used were up to date at midnight mozilla.org time.
MozJF
User avatar
Peter(6)
Posts: 13011
Joined: September 4th, 2003, 1:26 am
Location: Maassluis, The Netherlands

Post by Peter(6) »

Finally found the time to load and test this build.
All ok, thanks Frederic.
nightly build threads 20040225 (FF 0.8.0+) - 20120331 (FF14a)
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

;o)

I hope firefox 0.9 branch will be opened soon in order to simplify contributor's life ;o)
MozJF
User avatar
Peter(6)
Posts: 13011
Joined: September 4th, 2003, 1:26 am
Location: Maassluis, The Netherlands

Post by Peter(6) »

Me too, the discussions are getting very lengthy with all the guessing that going on ;-)
nightly build threads 20040225 (FF 0.8.0+) - 20120331 (FF14a)
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

yes, indeed. This is why my beginning article is so long ;o)
MozJF
User avatar
Peter(6)
Posts: 13011
Joined: September 4th, 2003, 1:26 am
Location: Maassluis, The Netherlands

Post by Peter(6) »

78 postings on yesterdays The Official etc... , they kept me from doing my job at work. ;-)
nightly build threads 20040225 (FF 0.8.0+) - 20120331 (FF14a)
xebechene
Posts: 176
Joined: November 11th, 2003, 5:55 pm

Post by xebechene »

well, while I get rid of my building problems with the intel compiler, I'll gladly take yours
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

;o)

I don't know if a build made with intel compiler will work with some plugins, like Java one.
MozJF
xebechene
Posts: 176
Joined: November 11th, 2003, 5:55 pm

Post by xebechene »

For now, I cannot compile with the intel compiler, the make use the MSVC compiler instead the Intel Compiler (cf the thread),
for today I don't want to mess up more with the config scripts.

But giving this compiler *need* Visual Studio for the headers and the linker, I think it certainly works.
Post Reply