Re: Error compiling nhc98-1.0pre18



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Tue, 11 Apr 2000 15:34:38 +0100


> nhc98 -c [...]prelude/LowB/PrimSystem.o PrimSystem.hs > > Fail: infoDepend InfoUsed 43 [(Type constructor,ErrNo,"edulerP",590036)] A patch is attached. After applying it, do a make config then continue with make You should not need to `make clean'. Regards, Malcolm diff -u -r1.3 GenerateErrNo.hs --- script/GenerateErrNo.hs 2000/03/21 16:10:58 1.3 +++ script/GenerateErrNo.hs 2000/04/11 14:30:53 @@ -30,5 +30,5 @@ cprogFooter = - " printf(\"module Prelude where\\n\\n\");\n" ++ + " printf(\"module DErrNo where\\n\\n\");\n" ++ " printf(\"{- Automatically generated from /usr/include/errno.h -}\\n\\n\");\n" ++ " printf(\"data ErrNo =\\n\");\n" ++ -------------------------------------------------------------------- To unsubscribe, send a message containing the word `unsubscribe' to: nhc-users-request@cs.york.ac.uk --------------------------------------------------------------------


About this list Date view Thread view Subject view Author view