Changes

Jump to: navigation, search

Assignment 1 (pstdenis)

326 bytes added, 03:41, 19 July 2007
Problems Encountered
</pre>
option in my .mozconfig.
 
In fact,this is caused by your windows text editor.The configure use unix style LF while windows text editor use CR+LF for newline.So the building can't recogonize your configure options.
Just copy /browser/config/mozconfig to the directory where client.mk stands and rename it to .mozconfig.Then the building will continue.
I reviewed the Build Documentation to make sure I had it in the correct location, which I did. Using Google didn’t really help as everyone’s response was "Follow the Build Documentation at http://developer.mozilla.org/en/docs/Build_Documentation." To finally solve this I had to change the way I built the code. At first I was using the Cygwin command prompt then I decided to try to follow the build documentation found on [http://cs.senecac.on.ca/~david.humphrey/writing/firefox-win32-build.html David Humphrey’s site]. The only items that I changed were the environment batch that had to be run and the fact that I was using a DOS command prompt instead of the default Cygwin prompt. I copied the downloaded source and changed the batch to:
1
edit

Navigation menu