#30: Windows and Hugs, fails to complete build of base ---------------------+------------------------------------------------------ Reporter: neil | Owner: nobody Type: defect | Status: new Priority: blocker | Milestone: next release Component: hugs | Version: 200605 Keywords: | ---------------------+------------------------------------------------------ Under Windows/Mingw32, building hugs and the base package gives the following issue: ..\..\src\ffihugs -98 -P..\..\hugsdir\packages\base; -i"HsBase.h" ..\..\hugsdir\packages\base\System\Process\Internals.hs -Iinclude -I..\..\ghc\includes cbits\execvpe.c Skipping base package This bug is probably related to:
ERROR "C:\Program Files\WinHugs\packages\base\System\Process\Internals.hs":747 - Undefined variable "addMVarFinalizer"
Ross says: Hmm, it uses addMVarFinalizer under Windows, and Hugs doesn't have that. Have to think about that one. This build failure causes the Regex module not to be built, since it comes after in the list of builds. -- Ticket URL: http://hackage.haskell.org/trac/hugs/ticket/30 Hugs http://www.haskell.org/hugs/ Hugs 98, an interpreter for Haskell