Open main menu

CDOT Wiki β

Changes

Mouse Lock Implementation FAQ

456 bytes added, 00:29, 2 November 2011
Questions
mk_add_options MOZ_MAKE_FLAGS=-j5
</pre>
 
===How do I resolve the windows line ending error when trying to build FireFox?===
For more information, this is the error I get.
<pre>
client.mk:121: *** This source tree appears to have Windows-style line endings. To convert it to Unix-style line endings, run "python mozilla/build/win32/mozilla-dos2unix.py". Stop.
</pre>
The python code will not work because it's trying to look for a CVS directory that does not exist in the mozilla-central folder.
1
edit