> This is more urgent than I had realised. I'm not sure what has > changed, but a) I can't build hslibs/win32 (error messages below) b) > Without win32 I can't bootstrap GHC (it's needed in hsc2hs apart > from anything else; maybe elsewhere, I'm not certain)
My best answer until after the pldi deadline is to tweak the makefile (and commit the result for benefit of others) to remove it from the build process. After that, we can replace GreenCard and Win32's use of ForeignObj and Addr with ForeignPtr a and Ptr a. > I'm sure I bootstrapped not so long ago, so I'm not sure what has > changed. Is there any chance you could look into fixing this? I > think you are the only person who knows what is going on in Win32. I wonder if the ffi used to support ForeignObj but doesn't anymore. You wouldn't have noticed at the time but yesterday's need to 'make clean' brought the problem to people's attention. -- Alastair _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
