RE: Windows build fails -- again!

2014-08-22 Thread Simon Peyton Jones
Thanks Simon | -Original Message- | From: Simon Peyton Jones | Sent: 20 August 2014 23:48 | To: 'Gabor Greif'; 'ghc-devs@haskell.org'; 'Andreas Voellmy' | Subject: RE: Windows build fails -- again! | | Help! My Windows build is still falling over as below. | | Andreas, you seem

Re: Windows build fails -- again!

2014-08-22 Thread Johan Tibell
| | Sent: 20 August 2014 09:26 | | To: Gabor Greif; ghc-devs@haskell.org | | Subject: RE: Windows build fails -- again! | | | | Thanks Gabor. But it makes no difference. Your change is inside an | | #ifdef that checks for windows, and your change is in the no-windows | | branch only

Re: Windows build fails -- again!

2014-08-22 Thread kyra
that if I hear nothing I can simply revert his patch but that seems like the Wrong Solution Thanks Simon | -Original Message- | From: Simon Peyton Jones | Sent: 20 August 2014 23:48 | To: 'Gabor Greif'; 'ghc-devs@haskell.org'; 'Andreas Voellmy' | Subject: RE: Windows build fails -- again

Re: Windows build fails -- again!

2014-08-22 Thread Andreas Voellmy
| -Original Message- | From: Simon Peyton Jones | Sent: 20 August 2014 23:48 | To: 'Gabor Greif'; 'ghc-devs@haskell.org'; 'Andreas Voellmy' | Subject: RE: Windows build fails -- again! | | Help! My Windows build is still falling over as below. | | Andreas, you seem to be the author

Re: Windows build fails -- again!

2014-08-22 Thread Austin Seipp
like the Wrong Solution Thanks Simon | -Original Message- | From: Simon Peyton Jones | Sent: 20 August 2014 23:48 | To: 'Gabor Greif'; 'ghc-devs@haskell.org'; 'Andreas Voellmy' | Subject: RE: Windows build fails -- again! | | Help! My Windows build is still falling over as below

Re: Windows build fails -- again!

2014-08-20 Thread Niklas Larsson
Hi! I think this isn't broken on just Windows. The error comes from the warning about no prototype (and -Werror), and it doesn't have a prototype on other OSes either. Niklas 2014-08-20 7:42 GMT+02:00 Johan Tibell johan.tib...@gmail.com: f9f89b7884ccc8ee5047cf4fffdf2b36df6832df is probably

RE: Windows build fails -- again!

2014-08-20 Thread Simon Peyton Jones
, and I have no idea which will win when it is #included. Thanks Simon | -Original Message- | From: Gabor Greif [mailto:ggr...@gmail.com] | Sent: 19 August 2014 23:38 | To: Simon Peyton Jones | Subject: Re: Windows build fails -- again! | | Simon, | | try this (attached) patch

RE: Windows build fails -- again!

2014-08-20 Thread Simon Peyton Jones
-devs@haskell.org | Subject: RE: Windows build fails -- again! | | Thanks Gabor. But it makes no difference. Your change is inside an | #ifdef that checks for windows, and your change is in the no-windows | branch only. | | Also there are two IOManager.h file | includes/rts/IOManager.h

Windows build fails -- again!

2014-08-19 Thread Simon Peyton Jones
Aaargh! My windows build is broken, again. It's very painful that this keeps happening. Can anyone help? Simon inplace/bin/ghc-stage1.exe -optc-U__i686 -optc-march=i686 -optc-fno-stack-protector -optc-Werror -optc-Wall -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes

Re: Windows build fails -- again!

2014-08-19 Thread Johan Tibell
f9f89b7884ccc8ee5047cf4fffdf2b36df6832df is probably to blame. Found by running `git log -SsetIOManagerControlFd`. The -S flag is a good way to find when a symbol is added/removed. On Wed, Aug 20, 2014 at 12:16 AM, Simon Peyton Jones simo...@microsoft.com wrote: Aaargh! My windows build is