Open main menu

CDOT Wiki β

Changes

Building the Fox

6 bytes added, 14:59, 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:<br />
SET CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
1
edit