Vivian McPhail wrote:
when building GHC 6.5 from darcs repository under mingw I get:
<quote>
../utils/mkdependC/mkdependC -f .depend -I. -Iinclude -I../includes
-- -mno-cygwin -O -I. -Iinclude -D__GHC_PATCHLEVEL__=2
-I../libraries/base/cbits -I../libraries/base/include --
cbits/directory.c cbits/rawSystem.c cbits/unicode.c
cbits/directory.c:3:41: ../../../includes/ghcconfig.h: No such file or
directory
cbits/directory.c:3:41: ../../../includes/ghcconfig.h: No such file or
directory
/c/Apps/ghc/6-4-2/bin/ghc -M -optdep-f -optdep.depend -osuf o
-optdep--exclude-module=System.Directory.Internals -H16m -O -I.
-Iinclude -Rghc-timing -ignore-package Cabal -I../libraries
-fglasgow-exts -no-recomp Compat/Directory.hs Compat/RawSystem.hs
Compat/Unicode.hs Distribution/Compat/FilePath.hs
Distribution/Compat/ReadP.hs Distribution/Compiler.hs
Distribution/GetOpt.hs Distribution/InstalledPackageInfo.hs
Distribution/License.hs Distribution/Package.hs
Distribution/ParseUtils.hs Distribution/Version.hs
Language/Haskell/Extension.hs
Distribution/Compat/FilePath.hs:2:
Cabal/Distribution/Compat/FilePath.hs: No such file or directory
<<ghc: 22897332 bytes, 3 GCs, 117316/117316 avg/max bytes residency (1
samples), 15M in use, 0.01 INIT (0.00 elapsed), 0.08 MUT (0.11 elapsed),
0.03 GC (0.03 elapsed) :ghc>>
make[1]: *** [depend] Error 1
make: *** [stage1] Error 1
</quote>
Could someone point me to how to fix this?
Sounds like perhaps you haven't checked out the other repositories - did you do
a "sh darcs-all get" at the top of your tree?
Cheers,
Simon