
Hi Ian, Fresh pull, and I get in bind-dist: ------------------------------------------------------------------------ ../../utils/mkdirhier/mkdirhier c:/ghc-build/ghc/ghc-6.9.20080905/share/man mkdir c:/ghc-build/ghc/ghc-6.9.20080905/share mkdir c:/ghc-build/ghc/ghc-6.9.20080905/share/man ../../utils/mkdirhier/mkdirhier c:/ghc-build/ghc/ghc-6.9.20080905/share/man/man1 mkdir c:/ghc-build/ghc/ghc-6.9.20080905/share/man/man1 /usr/bin/install -c -m 644 ghc.1 c:/ghc-build/ghc/ghc-6.9.20080905/share/man/ man1 Finished making install-docs in man: 0 ------------------------------------------------------------------------ == make install-docs - --no-print-directory -r; in /cygdrive/c/ghc-build/ghc/docs/docbook-cheat-sheet ------------------------------------------------------------------------ make[3]: Nothing to be done for `install-docs'. Finished making install-docs in docbook-cheat-sheet: 0 ------------------------------------------------------------------------ == make install-docs - --no-print-directory -r; in /cygdrive/c/ghc-build/ghc/docs/users_guide ------------------------------------------------------------------------ make[3]: Nothing to be done for `install-docs'. Finished making install-docs in users_guide: 0 ------------------------------------------------------------------------ == make install-docs - --no-print-directory -r; in /cygdrive/c/ghc-build/ghc/docs/ext-core ------------------------------------------------------------------------ make[3]: *** No rule to make target `install-docs'. Stop. Failed making install-docs in ext-core: 1 make[2]: *** [install-docs] Error 1 make[1]: *** [install-docs] Error 1 make[1]: Leaving directory `/cygdrive/c/ghc-build/ghc' make: *** [binary-dist] Error 2 Ext-core install-docs doesn't work? Thanks Neil -----Original Message----- From: Ian Lynagh [mailto:igloo@earth.li] Sent: 10 September 2008 1:14 pm To: Mitchell, Neil Cc: glasgow-haskell-users@haskell.org Subject: Re: Windows build failure On Wed, Sep 10, 2008 at 12:26:00PM +0100, Mitchell, Neil wrote:
* The ghc API package hasn't been installed. "ghc-pkg list" gives:
| Do you have this patch?:
Probably not, I've just pulled and am rebuilding.
OK, I think your haddock problems are also fixed in the HEAD, by:
[Fix in-tree haddock on Windows
Ian Lynagh