RE: H/Direct 0.16

1999-01-03 Thread Sigbjorne Finne (Intl Vendor)
: Erik Meijer Subject: H/Direct 0.16 Okay, I started compiling the fresh H/Direct. Here is the message I got: panic! (the `impossible' happened): Check.check': Not implemented :-( Please report it as a compiler bug to [EMAIL PROTECTED] Hm Koen. -- Koen

RE: H/Direct 0.16

1999-01-03 Thread Koen Claessen
Hi, (I was trying to make H/Direct work with Hugs). It was a lot of work to find it, but now I have removed the recursive dependency between AddrBits and HDirect. AddrBits only needed HDirect.Octet, which was the same as AddrBits.Octet, and HDirect.Ptr, which was the same as Pointer.Ptr. Now,

Re: H/Direct 0.16

1999-01-03 Thread Jeffrey R. Lewis
"Sigbjorne Finne (Intl Vendor)" wrote: Hi, if you compile the contents of lib/ with FOR_HUGS set to YES, you shouldn't run into either of these, e.g., sof$ make FOR_HUGS=YES AddrBits.hs ../src/ihc -fno-qualified-names --hugs -fno-imports\ -fint-is-int -c AddrBits.idl -o