This is Clang related and not strictly related to Kazu's error. I'm confused why you would encounter this. This problem should be fixed by commit 7b0695 which I pushed to the tree today.
On Wed, Jun 19, 2013 at 2:07 AM, Carter Schonwald <[email protected]> wrote: > any push you just made didn't fix this error > > compiler/HsVersions.h:29:5: > error: '#' is not followed by a macro parameter > {-# NOINLINE name #-}; \ > ^ > > compiler/HsVersions.h:34:5: > error: '#' is not followed by a macro parameter > {-# NOINLINE name #-}; \ > ^ > 2 errors generated. > make[1]: *** [compiler/stage1/build/.depend-v.haskell] Error 1 > > > I'm getting it even when I used gcc and llvm 3.2 and quick-llvm... > also when i do a quick build plus gcc > > anyone else getting this problem > > > > On Wed, Jun 19, 2013 at 2:29 AM, Austin Seipp <[email protected]> wrote: >> >> Hi Kazu, this should now be fixed. >> >> Once my Mac is back online I'll push my changes again, hopefully without >> err. :) >> >> On Wed, Jun 19, 2013 at 1:21 AM, Kazu Yamamoto <[email protected]> wrote: >> >> I will push a fix very shortly. >> > >> > OK. I will try again when you push it. >> > >> > --Kazu >> > >> > _______________________________________________ >> > ghc-devs mailing list >> > [email protected] >> > http://www.haskell.org/mailman/listinfo/ghc-devs >> >> >> >> -- >> Regards, >> Austin - PGP: 4096R/0x91384671 >> >> _______________________________________________ >> ghc-devs mailing list >> [email protected] >> http://www.haskell.org/mailman/listinfo/ghc-devs > > -- Regards, Austin - PGP: 4096R/0x91384671 _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
