WashNGo Won't Build

I've just downloaded and tried to build WashNGo but I'm getting the errors below. Any help would be appreciated. Thanks, Dominic. make[2]: Entering directory `/home/dom/WashNGo-2.4.6/Mail' /usr//bin/ghc -M -optdep-exclude-directory=../Utility -package-name WASHMail -package text -i../Utility ContentDisposition.hs Email.hs EmailConfig.hs HeaderField.hs MIME.hs MailParser.hs Message.hs RFC2822.hs Could not find module `Unique': it is a member of package util-1.0, which is hidden (imported from Email.hs) make[2]: *** [depend] Error 1 make[2]: Leaving directory `/home/dom/WashNGo-2.4.6/Mail' make[2]: Entering directory `/home/dom/WashNGo-2.4.6/cgi' /usr//bin/ghc -M -package-name WASH-CGI -package text -i../Utility:../Mail:../WASH -optdep-exclude-directory=../WASH -optdep-exclude-directory=../Mail -optdep-exclude-directory=../Utility AbstractSelector.hs CGI.hs CGIConfig.hs CGIGraphics.hs CGIInternals.hs CGIMonad.hs CGIOutput.hs CGITypes.hs CGIXX.hs ContentType.hs Cookie.hs CookieIO.hs Debug.hs EventHandlers.hs Fields.hs Frames.hs GuaranteedCGI.hs HTMLMail.hs HTMLWrapper.hs Images.hs PPM.hs Persistent2.hs RawCGITypes.hs RawCGI.hs RawCGIInternal.hs StateItem.hs Style.hs Submit98.hs SubmitXX.hs Types.hs Could not find module `Unique': it is a member of package util-1.0, which is hidden (imported from CGIGraphics.hs) make[2]: *** [depend] Error 1 make[2]: Leaving directory `/home/dom/WashNGo-2.4.6/cgi' make[1]: *** [subdirs] Error 2 make[1]: Leaving directory `/home/dom/WashNGo-2.4.6' make: *** [depend] Error 2

Dominic Steinitz
I've just downloaded and tried to build WashNGo but I'm getting the errors below. Any help would be appreciated.
Thanks, Dominic.
make[2]: Entering directory `/home/dom/WashNGo-2.4.6/Mail' /usr//bin/ghc -M -optdep-exclude-directory=../Utility -package-name WASHMail -package text -i../Utility ContentDisposition.hs Email.hs EmailConfig.hs HeaderField.hs MIME.hs MailParser.hs Message.hs RFC2822.hs Could not find module `Unique': it is a member of package util-1.0, which is hidden (imported from Email.hs)
Looks like you need a "-package util" flag? peace, isaac

On Sun, 24 Jul 2005, Isaac Jones
Dominic Steinitz
writes: I've just downloaded and tried to build WashNGo but I'm getting the errors below. Any help would be appreciated.
Thanks, Dominic.
make[2]: Entering directory `/home/dom/WashNGo-2.4.6/Mail' /usr//bin/ghc -M -optdep-exclude-directory=../Utility -package-name WASHMail -package text -i../Utility ContentDisposition.hs Email.hs EmailConfig.hs HeaderField.hs MIME.hs MailParser.hs Message.hs RFC2822.hs Could not find module `Unique': it is a member of package util-1.0, which is hidden (imported from Email.hs)
Looks like you need a "-package util" flag?
I think the problem is that WashNGo and the util package both contain a module Unique. Furthermore it may not be enough to hide the util package since, if I remember correctly, some part of Wash uses it. If that is the case I guess the easiest way is to rename Wash's Unique to something else. Some sort of grafting/mounting, as has been discussed earlier, would indeed be nice to have here. -- /NAD
participants (3)
-
Dominic Steinitz
-
Isaac Jones
-
Nils Anders Danielsson