aebrahim: Linux 2003-11-16 GCC 3.3.2 XFT/GTK2 Pentium4/SSE2

Discussion about official Mozilla Firefox builds
Post Reply
aebrahim
Posts: 1234
Joined: November 10th, 2002, 2:47 am
Location: Hong Kong
Contact:

aebrahim: Linux 2003-11-16 GCC 3.3.2 XFT/GTK2 Pentium4/SSE2

Post by aebrahim »

I've compiled Firebird on Linux using GCC 3.3.2 with XFT and GTK2 for the Pentium 4 with SSE2 optimisations. I compiled this build using Fedora Core 1. The build is here:

http://pryan.org/firebird/aebrahim/Mozi ... e2.tar.bz2 (8.7MB)

I used the following .mozconfig to build:

. $topsrcdir/browser/config/mozconfig
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O3 -march=pentium4 -msse2 -mfpmath=sse"
ac_add_options --enable-xft
ac_add_options --enable-default-toolkit=gtk2

My builds have the following preference set:
pref("general.useragent.vendorComment", "aebrahim");
User avatar
graymate
Posts: 51
Joined: November 4th, 2003, 6:26 pm

Post by graymate »

I've built it for my Athlon on linux, and the inspector is screwed up (does not show anything, doesn't respond to mouse). Yesterday build was all right.
Does it work for you?
Yek
Posts: 463
Joined: December 10th, 2002, 8:23 pm

Post by Yek »

graymate wrote:I've built it for my Athlon on linux, and the inspector is screwed up (does not show anything, doesn't respond to mouse). Yesterday build was all right.
Does it work for you?


Just did a fedora gcc 3.3.2 build and DOMi seems to work ok. I had an error making on the jar.mn in toolkit/content because of a bad cvs merge (got a <<<<<<< line in there somehow), but pulled cvs again and its ok).
User avatar
graymate
Posts: 51
Joined: November 4th, 2003, 6:26 pm

Post by graymate »

I'm re-pulling and building the whole CVS, just in case...

I'll let you know, ATM I reinstalled my 2003/11/14 build and everything's ok.
aebrahim
Posts: 1234
Joined: November 10th, 2002, 2:47 am
Location: Hong Kong
Contact:

Post by aebrahim »

graymate wrote:I've built it for my Athlon on linux, and the inspector is screwed up (does not show anything, doesn't respond to mouse). Yesterday build was all right.
Does it work for you?

Yeah, inspector is messed up in this build. A bug was filed for it, and the fix is already in. If you pull CVS now and compile, inspector should work.
Post Reply