Malcolm Wallace wrote:
With a fresh darcs pull today, trying to build ghc for the first time on
MacOS X (10.4).  I followed the instructions in the HACKING guide
(mk/build.mk is exactly as shown there).

    $ ./darcs-all pull -a
    $ autoreconf
    $ ./configure
    $ make
    ....
    ../compiler/ghc-inplace -optc-O -optc-Wall -optc-W -optc-Wstrict-prototypes 
-optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline 
-optc-Waggregate-return -optc-Wbad-function-cast -optc-I../includes -optc-I. 
-optc-Iparallel -optc-DCOMPILING_RTS -optc-fomit-frame-pointer 
-optc-fno-strict-aliasing -H32m -O -fasm -Rghc-timing -optc-O2 -static -I. 
-#include HCIncludes.h -fvia-C -dcmm-lint  -hisuf thr_hi -hcsuf thr_hc -osuf 
thr_o -optc-DTHREADED_RTS   -c posix/Signals.c -o posix/Signals.thr_o
    posix/Signals.c: In function 'ioManagerStart':

    posix/Signals.c:150:0:
         error: 'GHCziConc_ensureIOManagerIsRunning_closure' undeclared (first 
use in this function)

    posix/Signals.c:150:0:
         error: (Each undeclared identifier is reported only once

    posix/Signals.c:150:0:  error: for each function it appears in.)

This was a transient error I fixed earlier today. Pull again and it should go away. On the other hand, I'm still dealing with the fallout from the upheaval of the package system yesterday, so it's possible you might run into more trouble - to be on the safe side you could unpull up to the big packages patch.

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to