
Hi, I just built nhc98 v1.04, config:sparc-solaris2 This is an ultra-10 with solaris '8' on it. hi starts up ok, but when I try to type in any sort of expression it says [Compiling.. Bus Error (core dumped) and thats it. I also tried running nhc98 on ZooQuiz.hs but it returns a big mess.. probably because I dont have much of a clue on what options I need to set.: ==================================== Error when renaming:: Identifier Binary.<< used at 9:25 is not defined. (in overlap resolution) Identifier Binary.getBitsF used at 9:25 is not defined. (in overlap resolution) Identifier Binary.getF used at 9:25 is not defined. (in overlap resolution) Identifier Binary.sizeOf used at 9:25 is not defined. (in overlap resolution) Identifier Binary.getBits used at 9:25 is not defined. (in overlap resolution) Identifier Binary.putBits used at 9:25 is not defined. (in overlap resolution) Identifier Binary.get used at 9:25 is not defined. (in overlap resolution) Identifier Binary.put used at 9:25 is not defined. (in overlap resolution) Type class Binary.Binary used at 9:25 is not defined. (in overlap resolution)

Hi, I just built nhc98 v1.04, config:sparc-solaris2 This is an ultra-10 with solaris '8' on it. hi starts up ok, but when I try to type in any sort of expression it says [Compiling.. Bus Error (core dumped) and thats it.
Thanks for the 3rd report about this bug. We will release a fixed distribution soon.
I also tried running nhc98 on ZooQuiz.hs
This bug has also been reported in the last few days. The workaround is to add import qualified Binary in addition to the existing import Binary at the top of the file. Regards, Malcolm
participants (2)
-
Malcolm Wallace
-
Ron Legere