[nhc-bugs] hmake Problem

Brent Fulgham brent.fulgham@xpsystems.com
Tue, 29 May 2001 16:56:21 -0700


This is probably bad configuration on my part, but I can't seem to build
the one example program (in docs/examples/ZooQuiz.hs).

For example, if I try something like:

$ hmake ZooQuiz
nhc98    -c -o ZooQuiz.o ZooQuiz.hs

====================================
        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)

Which doesn't work.  I believe Binary to be a non-standard module, so
maybe some flag has to be activated to inform hmake where to find it.
But I thought hmake was supposed to take some of the guesswork out!  :-)

Any clues?

Thanks,

-Brent