Re: Building GHC head with clang on Mavericks

2013-11-20 Thread Nick Partridge
I think he has forgotten, yes. But yeah do send the pull requests anyway, my last set got merged in. The missing code seems to just be the version bump and a new test case: http://hdiff.luite.com/cgit/alex/commit/?id=f0f1f332d56b3fd21930d771b15b7c0d92ffbe7b On Thu, Nov 21, 2013 at 3:25 PM, Kazu

Re: Building GHC head with clang on Mavericks

2013-11-20 Thread Nick Partridge
I think these are difficult problems to talk about, because there are so many different versions of things flying about. But if I can sum up what I think has gone on here, I want to make sure we know what needs to happen next: * Kazu has verified that my patches to happy/alex allow us to build HEA

Problems building HEAD on Mac OS X Mavericks/Xcode 5

2013-11-13 Thread Nick Partridge
Hi, I've hit a build failure when trying to build HEAD on Mavericks. I've logged a bug here with a lot of detail: https://ghc.haskell.org/trac/ghc/ticket/8528. When using alex 3.1.2, some of the generated files have spaces preceding preprocessor statements, while alex 3.1.0 doesn't do this. I gue