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
The ghc 6.8.3 perl probably shouldn't be on your PATH. If it comes from the building guide step - export PATH=/cygdrive/c/ghc/ghc-6.4.1:$PATH ; for haddock, alex, happy (*) please note the comment (it seems there was a note as well but that got lost over time). As I mentioned earlier,