Compiler

Discuss building things with or for the Mozilla Platform.
Post Reply
User avatar
nilson
Posts: 4100
Joined: February 15th, 2003, 11:55 pm
Location: Tuscaloosa, Alabama
Contact:

Compiler

Post by nilson »

What C++ compiler must be used to compile Mozilla and its sub-projects (Firebird, Thunderbird, etc.)?
I have tried GCC 3.2, but I guess it is too strict with the ANSI standard - I got like 10,000 warnings and it would not compile.
User avatar
willll
Posts: 2577
Joined: November 30th, 2002, 11:39 am
Location: Washington, DC

Post by willll »

See <a href="http://mozilla.org/build/win32.html">here</a> for how to build on windows with msvc++ and gcc
Post Reply