ghc -cpp on Mac OS X

2003-11-11 Thread Ashley Yakeley
The cpp compiler on Mac OS X has an annoying tendency to emit a pragma: $ echo hello | cpp -P #pragma GCC set_debug_pwd "/Users/ashley" hello You can turn this off by telling it that the input file is not C: $ echo hello | cpp -P -xassembler-with-cpp hello Unfortunately, when GHC uses cpp, it p

RE: eval_thunk_selector: strange selectee 29

2003-11-11 Thread Josef Svenningsson
On Mon, 10 Nov 2003, Simon Marlow wrote: > > > I can confirm that this happens on my solaris machine as > > well. Moreover it > > crashes my computer! I have seen the same crash when working > > with the ffi > > on solaris but haven't been able to reproduce it. What > > happens is this: > > In the

RE: type class problem / GHC bug

2003-11-11 Thread Brandon Michael Moore
On Mon, 10 Nov 2003, Simon Peyton-Jones wrote: > | Also, I tried to update and rebuild, but the makefiles seem to have > the > | dependencies wrong or something. I compiles THSyntax.hs by hand, then > ran > | into some trouble with files that needed some modules from GHCI trying > | (and dying)