Changes

Jump to: navigation, search

Mouse Lock Implementation FAQ

22 bytes removed, 09:38, 2 November 2011
How do I resolve the windows line ending error when trying to build FireFox?
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.
'''Answer''': we should file a bug on this and get This happens because the script + error message fixed. Ask on irc default setting for tips on how to do this, or we can do on Tuesday. In the meantime, make sure you are cloning your repo from git, and it shouldn't do this. '''Answer 2''': you probably need to tell msys git (on Windows) is to preserve unix checkout files with CRLF line endings. You should To fix this, you need to reinstall msys git and when you do, choose option 2 here http://help.github.com/images/bootcamp/bootcamp_1_win_install_7.jpg. Once you've reinstalled msys git, you need to checkout the repository with the correct LF line endings with the following commands: git ls-files -z | xargs -0 rm git checkout .
1
edit

Navigation menu