Difference between revisions of "Scott Mozilla Build"

From CDOT Wiki
Jump to: navigation, search
(New page: Alright, so after a lot of fighting with Windows Vista I finally caved in and built Mozilla on Windows XP instead. Firefox built and ran on the first try on XP. The problem I had with Vist...)
 
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
I'll fight with Vista later. Here's my build from XP using the following mozconfig:
 
I'll fight with Vista later. Here's my build from XP using the following mozconfig:
  
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-firefox
+
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-firefox <br />
mk_add_options MOZ_CO_PROJECT=browser
+
mk_add_options MOZ_CO_PROJECT=browser <br />
 +
<br /> <br />
 +
ac_add_options --enable-application=browser <br />
 +
ac_add_options --disable-optimize <br />
 +
ac_add_options --enable-debug <br />
 +
ac_add_options --disable-tests <br />
 +
ac_add_options --disable-vista-sdk-requirements <br />
  
ac_add_options --enable-application=browser
+
[[Media:Scottout.zip]]
ac_add_options --disable-optimize
 
ac_add_options --enable-debug
 
ac_add_options --disable-tests
 
ac_add_options --disable-vista-sdk-requirements
 
  
 +
[[Image:Scott_Minefield.JPG]]
  
 +
Computer Build Information: <br /><br />
  
 
+
- CPU 3.0 ghz Intel Processor Single Core <br />
[[Image:Scott_Minefield.JPG]]
+
- Geforce 6800GT (Probably not relevant) <br />
 +
- 1 gig of DDR2 memory <br />
 +
- Windows XP Operating System <br />
 +
- Visual Studio 2005 <br />
 +
- No -j command used <br />
 +
<br /> <br />
 +
Total Build Time: 53 Minutes

Latest revision as of 11:07, 21 September 2008

Alright, so after a lot of fighting with Windows Vista I finally caved in and built Mozilla on Windows XP instead. Firefox built and ran on the first try on XP. The problem I had with Vista wasn't the build of Firefox itself. The start batch files from Mozilla Build simply refused to work. I had to do a lot of registry editing to enter the keys it was looking for (the path to my Visual Studio was not in the registry where Mozilla Build was looking). Eventually I hit a wall:

"Unexpected \Microsoft"

Great... no idea how to fix that.

I'll fight with Vista later. Here's my build from XP using the following mozconfig:

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-firefox
mk_add_options MOZ_CO_PROJECT=browser



ac_add_options --enable-application=browser
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --disable-tests
ac_add_options --disable-vista-sdk-requirements

Media:Scottout.zip

Scott Minefield.JPG

Computer Build Information:

- CPU 3.0 ghz Intel Processor Single Core
- Geforce 6800GT (Probably not relevant)
- 1 gig of DDR2 memory
- Windows XP Operating System
- Visual Studio 2005
- No -j command used



Total Build Time: 53 Minutes