Re: build errors

2013-11-29 Thread Herbert Valerio Riedel
On 2013-11-29 at 03:30:56 +0100, Kazu Yamamoto (山本和彦) wrote: I cannot build GHC head on Linux and Mac (Mavericks) today: compiler/typecheck/TcEvidence.lhs:152:16: Not in scope: data constructor `ASSERT2' The attached patches are necessary to build GHC head on Mavericks. thanks, applied

Re: build errors

2013-11-29 Thread 山本和彦
btw, curiously, Clang seems happy to compile ASSERT (...) occurences in C files such as rts/STM.c which have several of those... Yes. Clang supports it according to my test. I don't know why this happens. --Kazu ___ ghc-devs mailing list

Re: build errors

2013-11-28 Thread Joachim Breitner
Hi, Am Donnerstag, den 28.11.2013, 12:43 +0900 schrieb Kazu Yamamoto: I cannot build GHC head on Linux and Mac (Mavericks) today: compiler/typecheck/TcEvidence.lhs:152:16: Not in scope: data constructor `ASSERT2' compiler/typecheck/TcEvidence.lhs:174:5: Not in scope: data

Re: build errors

2013-11-28 Thread 山本和彦
Hi, I cannot build GHC head on Linux and Mac (Mavericks) today: compiler/typecheck/TcEvidence.lhs:152:16: Not in scope: data constructor `ASSERT2' The attached patches are necessary to build GHC head on Mavericks. --Kazu diff --git a/compiler/coreSyn/CoreUtils.lhs

build errors

2013-11-27 Thread 山本和彦
Hi, I cannot build GHC head on Linux and Mac (Mavericks) today: compiler/typecheck/TcEvidence.lhs:152:16: Not in scope: data constructor `ASSERT2' compiler/typecheck/TcEvidence.lhs:174:5: Not in scope: data constructor `ASSERT2' compiler/typecheck/TcEvidence.lhs:489:15: Not in