Mitchell, Neil wrote:
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
I'm validating the fix for this right now. Fix is to add 'import
ghczmprim_GHCziBool_False_closure' near the top of rts/PrimOps.cmm.
Sorry about that, seems that we're compiling the RTS with -fvia-C on
Windows for reasons that we don't fully understand (according to the
comment in rts/Makefile), and I failed to validate my patch on Windows.
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc