
1 Apr
2006
1 Apr
'06
6:28 a.m.
Simon Marlow wrote:
Michael Marte wrote:
Now I get the following error:
GHC/PrimopWrappers.hs:565:20: Not in scope: `GHC.Prim.forkOn#'
I think this problem may be releated to the other changes I pulled.
You probably need to rebuild some stuff. If your stage 1 compiler is up to date, then remove libraries/base/GHC/Base.{o,hi} and build in libraries/base. That *should* be enough, but if not just 'make clean' in libraries/base.
Cheers, Simon
Finally, I succeeded to complete the build! (I had to rebuild from scratch.) Thank you very much, Michael