On Wed, Mar 03, 2010 at 10:58:43PM +0000, Simon Peyton-Jones wrote: > This is a clean from-scratch build on Windows. No changes in my tree. > > Simon > > "inplace/bin/ghc-stage1.exe" -H32m -O -Wall -Werror -H64m -O0 -i > -iutils/ghc-pkg/. -iutils/ghc-pkg/dist-install/build > -iutils/ghc-pkg/dist-install/build/autogen -Iutils/ghc-pkg/dist-install/build > -Iutils/ghc-pkg/dist-install/build/autogen -package Cabal -package > bin-package-db -no-user-package-conf -odir > utils/ghc-pkg/dist-install/build -hidir utils/ghc-pkg/dist-install/build > -stubdir utils/ghc-pkg/dist-install/build -hisuf hi -osuf o -hcsuf hc -c > utils/ghc-pkg/./Main.hs -o utils/ghc-pkg/dist-install/build/Main.o > > utils\ghc-pkg\Main.hs:1498:40: Not in scope: `peekCString' > > utils\ghc-pkg\Main.hs:1502:36: > Not in scope: type constructor or class `CString' > make[1]: *** [utils/ghc-pkg/dist-install/build/Main.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [all] Error 2
Looks like you need to pull this patch: Tue Mar 2 14:47:19 GMT 2010 Simon Marlow <[email protected]> * fix Windows build Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
