Changes between Version 44 and Version 45 of Building/GettingTheSources
- Timestamp:
- 03/03/10 04:30:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v44 v45 78 78 If you omit step (3), then `darcs-all` will pull patches into the GHC repository too. If one of those patches modifies the `darcs-all` script itself, then bizarre things can happen (or at least: in the past, they could happen.) The safe thing to do is to get your main `ghc` repo up to date (step 3) and then run the script. 79 79 80 If you see the following error message on Windows (the filename varies) 81 {{{ 82 Warning: ./compiler/main/DynFlags.hs-0: renameFile: permission denied (Permission denied) 83 }}} 84 then use newest darcs. Version 2.0.2 is broken, version 2.3.1 works. 85 80 86 == Getting a GHC source tree using git == 81 87
