
14 Jan
2011
14 Jan
'11
8:59 a.m.
On 14/01/2011 02:32, Kazu Yamamoto (山本和彦) wrote:
Hello Simon,
I've made git mirrors of the current GHC HEAD repos (all of them), so people can try out their workflows with git. Hopefully this should work:
git clone http://darcs.haskell.org/ghc-git/ghc.git cd ghc perl sync-all get
Thank you for this work.
I cloned the git repository and tried to compile GHC. But "perl boot" does not work.
% perl boot Unpacking time Failed to open stamp file: No such file or directory at boot-pkgs line 41. Running boot-pkgs failed: 512 at boot line 23.
How can I create the "configure" script with GHC from this repository?
Yes, I noticed that too. I'll push a fix today. In the meantime you can 'mkdir libraries/stamp'. Cheers, Simon