| Well, the good news is that this looks unrelated to git: The base | package changed recently to use AC_COMPUTE_INT. | | If you change "AC_COMPUTE_INT" to "FP_COMPUTE_INT" on lines 126, 133, | 136, 139, 155, 158 of libraries/base/aclocal.m4 (but not the | "_AC_COMPUTE_INT" on line 11), does it build?
Yes, that solved that particular problem. Now I have a new one (below) in dph. What now? (Will you commit a fix for aclocal.m4?) Simon sh validate --no-clean ===--- building phase 0 make -r --no-print-directory -f ghc.mk phase=0 phase_0_builds compiler/ghc.mk:475: compiler/stage1/package-data.mk: No such file or directory utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/package-data.mk: No such file or directory ghc/ghc.mk:91: ghc/stage1/package-data.mk: No such file or directory ghc.mk:616: libraries/dph/dph-base/ghc.mk: No such file or directory ghc.mk:616: libraries/dph/dph-prim-interface/ghc.mk: No such file or directory ghc.mk:616: libraries/dph/dph-prim-seq/ghc.mk: No such file or directory ghc.mk:616: libraries/dph/dph-prim-par/ghc.mk: No such file or directory ghc.mk:616: libraries/dph/dph-seq/ghc.mk: No such file or directory ghc.mk:616: libraries/dph/dph-par/ghc.mk: No such file or directory ghc.mk:677: libraries/hpc/dist-boot/package-data.mk: No such file or directory ghc.mk:678: libraries/extensible-exceptions/dist-boot/package-data.mk: No such file or directory ghc.mk:679: libraries/Cabal/dist-boot/package-data.mk: No such file or directory ghc.mk:680: libraries/binary/dist-boot/package-data.mk: No such file or directory ghc.mk:681: libraries/bin-package-db/dist-boot/package-data.mk: No such file or directory ghc.mk:682: libraries/hoopl/dist-boot/package-data.mk: No such file or directory "cp" utils/ghc-cabal/dist/build/tmp/ghc-cabal.exe inplace/bin/ghc-cabal.exe make[1]: *** No rule to make target `libraries/dph/dph-common/ghc.mk', needed by `libraries/dph/dph-par/dph-par.cabal'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [all] Error 2 bash-3.1$ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
