The previous issue seems to have gone, but a fresh checkout this morning gives:
c:/ghc-build/ghc/ghc/stage1-inplace/ghc -optc-Werror -optc-Wall -optc-W -optc-Ws trict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Win line -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Iparallel -optc-I sm -optc-DCOMPILING_RTS -optc-fomit-frame-pointer -optc-I../gmp/gmpbuild -optc-I ../libffi/build/include -optc-fno-strict-aliasing -optc-w -fvia-C -static -I.. /gmp/gmpbuild -I../libffi/build/include -I. -dcmm-lint -c win32/Ticker.c -o win32/Ticker.o c:/ghc-build/ghc/ghc/stage1-inplace/ghc -fvia-C -static -I../gmp/gmpbuild -I.. /libffi/build/include -I. -dcmm-lint -c Apply.cmm -o Apply.o c:/ghc-build/ghc/ghc/stage1-inplace/ghc -fvia-C -static -I../gmp/gmpbuild -I.. /libffi/build/include -I. -dcmm-lint -c Exception.cmm -o Exception.o c:/ghc-build/ghc/ghc/stage1-inplace/ghc -fvia-C -static -I../gmp/gmpbuild -I.. /libffi/build/include -I. -dcmm-lint -c HeapStackCheck.cmm -o HeapStackCheck .o c:/ghc-build/ghc/ghc/stage1-inplace/ghc -fvia-C -static -I../gmp/gmpbuild -I.. /libffi/build/include -I. -dcmm-lint -c PrimOps.cmm -o PrimOps.o C:\DOCUME~1\nmitche6\LOCALS~1\Temp\/ghc15192_0/ghc15192_0.hc: In function `getSp arkzh_fast': C:\DOCUME~1\nmitche6\LOCALS~1\Temp\/ghc15192_0/ghc15192_0.hc:2747: error: `ghczm prim_GHCziBool_False_closure' undeclared (first use in this function) C:\DOCUME~1\nmitche6\LOCALS~1\Temp\/ghc15192_0/ghc15192_0.hc:2747: error: (Each undeclared identifier is reported only once C:\DOCUME~1\nmitche6\LOCALS~1\Temp\/ghc15192_0/ghc15192_0.hc:2747: error: for ea ch function it appears in.) make[1]: *** [PrimOps.o] Error 1 make[1]: Leaving directory `/cygdrive/c/ghc-build/ghc/rts' make: *** [stage1] Error 2 Thanks Neil > -----Original Message----- > From: Simon Marlow [mailto:[EMAIL PROTECTED] On > Behalf Of Simon Marlow > Sent: 06 November 2008 4:52 pm > To: Mitchell, Neil > Cc: [email protected] > Subject: Re: Windows building failure > > Simon Marlow wrote: > > Mitchell, Neil wrote: > > > >> Capability.c:32:0: > >> warning: alignment of 'MainCapability' is greater > than maximum > >> object file alignment. Using 16 > >> make[1]: *** [Capability.o] Error 1 > >> make[1]: Leaving directory `/cygdrive/c/ghc-build/ghc/rts' > >> make: *** [stage1] Error 2 > > > > Thanks, I'm validating the fix for this. > > Should be fixed now. > > Simon > > > ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ============================================================================== _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
