RE: hdirect compilation

2000-02-02 Thread J.T.Bradley
> I guess this demonstrates that I've never compiled up hdirect > with a version of ghc that itself was compiled with DEBUG on. > If the version of 4.04 you're using is one you've built yourself, > I suggest you re-build the contents of ghc/compiler/ without > -DDEBUG & proceed from there. If that

RE: hdirect compilation

2000-02-02 Thread Sigbjorn Finne
Hi, this panic emanates from isn'tIn in utils/Util.lhs. Why this condition merits a compiler panic, I do not know. It is only checked for in DEBUG mode, though. I guess this demonstrates that I've never compiled up hdirect with a version of ghc that itself was compiled with DEBUG on. If the ver

RE: panic! (the `impossible' happened):

2000-02-02 Thread Simon Peyton-Jones
I'm unable to reproduce this. It's a message from inside the code generator, but my freshly-checked out build of the head of the tree compiles fine. I compiled the compiler with 4.06, and then hslibs with the new compiler. I'm not sure what to try next. I guess a ddump-stg would show the code

Interface file problem

2000-02-02 Thread Marc van Dongen
Hi there, I just mad ghc-4.07 from cvs and tried to use it. After a few seconds I got: Result.hs:29: Prelude.hi:1 Interface file version error; Expected 407 found version 406 Result.hs:29: Could not find valid interface file `Prelude' Compilation had errors Any suggestions as to how to

CVS: make all: [MatchPS.o] Segmentation Fault (core dumped)

2000-02-02 Thread Marc van Dongen
Hello again, Just to let you know. When trying to make all from CVS I got the following: make[2]: *** [MatchPS.o] Segmentation Fault (core dumped) make[1]: *** [all] Error 1 make: *** [all] Error 1 I had this before. Re-making will solve the problem. Let me know if more information is required