Strange. There is a rule to make prelude/primops.txt, from prelude/primops.txt.pp:
cam-01-unx:~/builds/arrows/ghc/compiler$ make prelude/primops.txt gcc -E -undef -traditional -I../includes -x c prelude/primops.txt.pp | /bin/sed -e '/^#/d' > prelude/primops.txt Do you have prelude/primops.txt.pp? What sort of OS etc are you on? Have you begun by saying 'autoreconf' and './configure'? Simon | -----Original Message----- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alain Cremieux | Sent: 04 October 2003 11:51 | To: [EMAIL PROTECTED] | Subject: Problem in building ghc from CVS | | Hi, | I stumble on the following problem each time I try to build GHC from CVS : | | make[2]: *** No rule to make target `prelude/primops.txt', needed by | `primop-data-decl.hs-incl'. Stop. | make[1]: *** [boot] Error 1 | make[1]: Leaving directory `/mnt/virtuel/ghc-6.3-cvs/ghc' | make: *** [build] Error 1 | | Am I missing something ? | | Alain | | _______________________________________________ | Cvs-ghc mailing list | [EMAIL PROTECTED] | http://www.haskell.org/mailman/listinfo/cvs-ghc _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
