Re: utils/ghc-cabal/ghc.mk error

2009-10-07 Thread Jonah Petri
On Oct 7, 2009, at 10:50 AM, Ian Lynagh wrote: On Tue, Oct 06, 2009 at 09:38:01PM -0400, Jonah Petri wrote: I'm new to this list, but briefly scanned the archives and didn't see anything about it. Might I humbly suggest the following diff? Thanks for the report and patch, Jonah. I've appli

Re: utils/ghc-cabal/ghc.mk error

2009-10-07 Thread Ian Lynagh
On Tue, Oct 06, 2009 at 09:38:01PM -0400, Jonah Petri wrote: > > I'm new to this list, but briefly scanned the archives and didn't see > anything about it. Might I humbly suggest the following diff? Thanks for the report and patch, Jonah. I've applied Matthias follow-up patch, which also simpli

Re: utils/ghc-cabal/ghc.mk error

2009-10-07 Thread Matthias Kilian
On Tue, Oct 06, 2009 at 09:38:01PM -0400, Jonah Petri wrote: > sed: 1: "/^xFlags/,/]/{/^ (/{s/ ...": extra characters at the end of > p command > make[1]: *** [utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs] Error 1 > make[1]: *** Deleting file `utils/ghc-cabal/dist-dummy-ghc/build/dummy- >

utils/ghc-cabal/ghc.mk error

2009-10-06 Thread Jonah Petri
Hi, I'm trying to do an unregistered build of HEAD on OS X (with the goal of making progress towards a 64 bit build on OS X). I ran into the following problem while building: sed '/^xFlags/,/]/{/^ (/{s/^[^"]*"/ ["/; s/"[^"]*$/"] ++/; p}}; d' compiler/main/DynFlags.hs >> utils/ghc-cabal