Re: Windows build patch

2008-09-30 Thread Ian Lynagh
On Mon, Sep 29, 2008 at 09:35:18AM +0100, Mitchell, Neil wrote: > > My Windows tree still requires one patch to build successfully, which is > attached. Thanks; I've made it use $(PERL) instead of perl. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@has

RE: Windows build patch

2008-09-29 Thread Mitchell, Neil
Hi > I > still don't see how 'perl' > could pick up a perl that isn't on the PATH, I suspect I had a different $PATH in both cases, one was before ICFP, one was after - and my path is fairly fluid. Thanks Neil == Plea

Re: Windows build patch

2008-09-29 Thread Claus Reinke
The ghc 6.8.3 perl probably shouldn't be on your PATH. $ which perl /usr/bin/perl It isn't at the moment - perhaps some other things have changed in the meantime which means its no longer required. However, I noticed that all other invokations of perl follow the pattern of ./script, and this i

RE: Windows build patch

2008-09-29 Thread Mitchell, Neil
Hi Claus, > The ghc 6.8.3 perl probably shouldn't be on your PATH. $ which perl /usr/bin/perl It isn't at the moment - perhaps some other things have changed in the meantime which means its no longer required. However, I noticed that all other invokations of perl follow the pattern of ./script,

Re: Windows build patch

2008-09-29 Thread Claus Reinke
Claus - Original Message - From: "Mitchell, Neil" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 9:35 AM Subject: Windows build patch Hi, My Windows tree still requires one patch to build successfully, which is attached. Thanks Neil -Original Mess

Windows build patch

2008-09-29 Thread Mitchell, Neil
Hi, My Windows tree still requires one patch to build successfully, which is attached. Thanks Neil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mitchell, Neil > Sent: 16 September 2008 2:44 pm > To: cvs-ghc@haskell.org > Subject: RE: Windows bu