On 22/11/2011, at 6:48 PM, Pedro Magalhães wrote: > ===--- building phase 0 > ghc/ghc.mk:90: ghc/stage1/package-data.mk: No such file or directory > libraries/dph/ghc.mk:123: *** dph_th_deps(v): > libraries/dph/dph-base_dist-install_GHCI_LIB not defined!. Stop. > make: *** [all] Error 2 > > Can anyone tell me what's going on?
The DPH library uses Template Haskell so can't be built with the stage 1 compiler. I don't know why you're tripping over these make dependencies, but you could hack around the problem by deleting the dependencies from libraries/dph/ghc.mk in your local copy. Ben.
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
