with the changes in configure.ac for happy/alex/haddock paths, and with libraries/fgl removed, the main build for ghc head on windows goes through, but now there is a Cabal version issue in packaging it up for installation.
Claus make binary-dist .. == make install - --unix -wr; in /cygdrive/c/fptools/ghc/libraries ------------------------------------------------------------------------ if ifBuildable/ifBuildable c:/fptools/ghc/libraries/boot-packages ghc-prim; then \ cd ghc-prim && \ c:/fptools/ghc/libraries/installPackage/installPackage install 'c:/fptools/ghc/utils/ghc-pkg/ghc-p kg-inplace' 'c:/fptools/ghc/ghc-6.9.20080703/package.conf' '' 'c:/fptools/ghc/ghc-6.9.20080703' '$to pdir' '$topdir' '$topdir' '$topdir' '$topdir' '$topdir' '$topdir/doc/libraries/$pkg' '$httptopdir/do c/libraries/$pkg' '$topdir/doc/libraries/$pkg' ; \ fi Installing: c:/fptools/ghc/ghc-6.9.20080703\ghc-prim-0.1 Registering ghc-prim-0.1... Reading package info from "dist\\installed-pkg-config" ... done. Saving old package config file... done. Writing new package config file... done. if ifBuildable/ifBuildable c:/fptools/ghc/libraries/boot-packages integer-gmp; then \ cd integer-gmp && \ c:/fptools/ghc/libraries/installPackage/installPackage install 'c:/fptools/ghc/utils/ghc-pkg/ghc-p kg-inplace' 'c:/fptools/ghc/ghc-6.9.20080703/package.conf' '' 'c:/fptools/ghc/ghc-6.9.20080703' '$to pdir' '$topdir' '$topdir' '$topdir' '$topdir' '$topdir' '$topdir/doc/libraries/$pkg' '$httptopdir/do c/libraries/$pkg' '$topdir/doc/libraries/$pkg' ; \ fi installPackage.exe: You need to re-run the 'configure' command. The version of Cabal being used has changed (was Cabal-1.3, now Cabal-1.5.2). Additionally the compiler is different (was ghc-6.6, now ghc-6.9) which is probably the cause of the problem. make[2]: *** [install.library.integer-gmp] Error 1 make[1]: *** [install] Error 1 make[1]: Leaving directory `/cygdrive/c/fptools/ghc' make: *** [binary-dist] Error 2 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc