
Ashley Yakeley wrote:
Lemmih wrote:
Did you run 'sh darcs-all get'?
Oh, that wasn't in the README. Thanks. But now I get this:
/usr/bin/ghc -H16m -O -I. -Iinclude -Rghc-timing -I../../../libraries -fglasgow-exts -no-recomp -c System/Directory/Internals.hs -o System/Directory/Internals.o -ohi System/Directory/Internals.hi
System/Directory/Internals.hs:1:0: Module `System.Directory.Internals' is a member of package base-1.0. To compile this module, please use -ignore-package base-1.0.
I'm using GHC 6.4.
The configure script has mis-detected your GHC version somehow. Could you look through the output of configure, and see what it says about GHC? Also look in mk/config.mk, at the value of GhcCanonVersion. Maybe you switched GHC versions but didn't reconfigure? Cheers, Simon