RE: Problems with CABAL in GHC head.

There have been quite a few changes here including new directories. Make sure you cvs update with the "-d" flag, in both ghc/ and libraries/. And make sure all makefiles and autoconf stuff is up to date. then autoreconf and ./configure. Before doing make, go to ghc/driver and 'make clean'. Simon | -----Original Message----- | From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users- | bounces@haskell.org] On Behalf Of Keean Schupke | Sent: 15 November 2004 17:37 | To: glasgow-haskell-users@haskell.org | Subject: Problems with CABAL in GHC head. | | Trying to recompile GHC (for the template-haskell existential support), but | keeps failing on CABAL (the import for Foreign.Marshal.Alloc is missing | from ghc/lib/compat/Distribution/Version.hs as well as import paths for | Data/Version.hi which is not compiled yet as it depends on ghc-inplace. | | Keean. | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (1)
-
Simon Peyton-Jones