From: GHC Nightly Builds <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [nightly] 27-Oct-2005 build of HEAD on i386-unknown-mingw32 (bling)
Build description = HEAD on i386-unknown-mingw32 (bling)
Build location = /fptools/builds/HEAD
Build config file = /fptools/nightly/site/galois/conf-HEAD-bling
Nightly build started on bling at Thu Oct 27 04:00:01 PST 2005.
**** checking out new source tree ... ok. (GHC Version 6.5)
**** Building stage 1 compiler ... failed; relevant barfage
is below.
**** Building Haddock ... ok.
**** Building Alex ... ok.
**** Building Happy ... ok.
No successfully built compilers to test; aborting.
------------------------------------------------------------------------
------------------------------------------------------------------------
The last 30 lines of /fptools/builds/HEAD/logs/i386-unknown-mingw32-stage1 are
------------------------------------------------------------------------
------------------------------------------------------------------------
let subH1 = subH {mSubItems = subItems}
(if not anItem then
return (changes2, subH1, itemNr + 1)
else
do
subH2 <- change x menu itemNr subH1
return (changes2, subH2, itemNr + 1))
Graphics/UI/ObjectIO/StdMenuElement.hs:299:22:
Record update for the non-Haskell-98 data type `MenuElementHandle' is not
(yet) supported
Use pattern-matching instead
In the record update: radioH {mRadioItems = items}
In the definition of `radioH1':
radioH1 = radioH {mRadioItems = items}
In a right-hand side of function `changeMenuItem'':
do
(changes2, items, _) <- changeMenuItems' menu
change
changes1
mRadioItems
itemNr
let radioH1 = radioH {mRadioItems = items}
(if not anItem then
return (changes2, radioH1, itemNr + nrItems)
else
do
radioH2 <- change x menu itemNr radioH1
return (changes2, radioH2, itemNr + nrItems))
make[1]: *** [Graphics/UI/ObjectIO/StdMenuElement.o] Error 1
make: *** [all] Error 1
Nightly run ended at Thu Oct 27 06:24:52 PST 2005
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc