Open main menu

CDOT Wiki β

Changes

Building the Fox

343 bytes added, 14:56, 18 September 2006
Observations
I was still unable to logon to CVS. I was getting error messages saying that the CVS root was not specified even though I was issuing the commands specified in the Mozilla build documentation: cvs -d :pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/browser/config/mozconfig
I found the answer to this problem in ;[[User:David.humphrey|Professor Humphrey's]][http://cs.senecac.on.ca/~david.humphrey/writing/firefox-win32-build.html guide to building Firefox on Win32]. I noticed that my batch file was lacking the following lines required for proper CVS setup to the mozilla servers: SET CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsrootSET CVS_RSH=ssh I added the above lines at the beginning of my batch file and restarted the process. This time I was able to logon to CVS without any problems.
The next hurdle was determining do after downloading the source. I spent a great deal of time at this juncture trying to extract various archives of the newly downloaded source via the Cygwin command prompt in a effort to start the build. I scoured through all the folders looking for an installer or build file. The most worrying part of this excercise was that I could not find my objdir even though I explicitly specified one in my .mozconfig file (i.e. firefox-objdir). Little did I know that I needed to issue a single command to proceed to the next step: make -f client.mk build which would initiate the build. Many thanks to Liz Chak for providing me with the information required.
1
edit