Recently I've been building my Mozilla tree with gcc3.3 on Jaguar, specifically this version:
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1493)
A couple of weeks ago I was involved in fixing this:
http://bugzilla.mozilla.org/show_bug.cgi?id=220562
which included some gcc 3.3 fixes for Camino. As far as I know, the Mozilla and Camino code now compiles cleanly in gcc3.3.
This morning I've successfully built Camino in gcc3.3 by adding:
CC=/usr/bin/gcc-3.3 CPLUSPLUS=/usr/bin/g++-3.3
to all of the targets in Chimera.pbproj
So my question for this list is:
* Do we want to move Camino to gcc3.3 ?
I can make a patch for Chimera.pbproj that will shift Camino over to gcc 3.3, but if I check that in, then everyone will have to recompile their entire tree in 3.3 and make the jump to the new version (unless you want to undo the patch by hand, obviously). I haven't seen any compilation errors or issues in my build here, but you should speak up if you have tried this and found problems.
Thoughts?
AndyT (lordpixel - the cat who walks through walls) A little bigger on the inside
(see you later space cowboy ...)
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
