Re: INTERNAL ERROR: importEntity

1998-06-29 Thread Ralf Hinze
> ... > Then I made this change to storage.c > > diff -c -r1.42 storage.c > *** storage.c 1998/01/26 04:13:30 1.42 > --- storage.c 1998/06/28 01:58:53 > *** > *** 1771,1776 > --- 1771,1778 > jmp_buf regs; /* save registers on stack

Re: compiling errors

1998-06-29 Thread Simon Marlow
Matthew Love <[EMAIL PROTECTED]> writes: > I've been trying to get ver 2.10 of GHC to compile for some time now. > After finally getting happy all sorted out. I've found a problem when > building. In the file fptools/ghc/runtime/main/Signals.c I get the > following > error > > ../../ghc

Re: Enum speed

1998-06-29 Thread Simon L Peyton Jones
> > > i have a question on an enumeration type. > > Suppose we declare a type of about 100 - 500 constructors, something > > like this: > >data D = D1 | D2 | ... | D500 deriving(Eq,Ord) > > > > Who knows, any reasonable compiler, has it to prepare `compare' for D > > to be nea

compiling errors

1998-06-29 Thread Matthew Love
Hi, I've been trying to get ver 2.10 of GHC to compile for some time now. After finally getting happy all sorted out. I've found a problem when building. In the file fptools/ghc/runtime/main/Signals.c I get the following error ../../ghc/driver/ghc -I../includes -optc-DGCap -O -optc-DI