Ticket #30 (closed defect: fixed)
Windows and Hugs, fails to complete build of base
| Reported by: | neil | Owned by: | ross |
|---|---|---|---|
| Priority: | blocker | Milestone: | next release |
| Component: | hugs | Version: | 200605 |
| Keywords: | Cc: |
Description
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.
