MSYS build - stage 2 problem
Simon Marlow
simonmar at microsoft.com
Thu Mar 25 12:14:28 EST 2004
> Simon Marlow (simonmar at microsoft.com) wrote:
>
> > > > Could you try that again, but use hsc2hs-inplace
> instead of hsc2hs?
>
> I have tried again with the 6.2.1 sources. Build process still fails
> at CPUTime.
>
> I also tried to manually run hsc2hs-inplace and I get
> CPUTime_hsc_make.exe,
> but what next? (If I run make again, it fails like before.)
I'm a bit lost now. Can you run these commands and let me know what
happens:
$ cd libraries/base
$ rm System/CPUTime_hsc*
$ ls -l System/CPUTime*
$ ../../ghc/utils/hsc2hs/hsc2hs-inplace -Iinclude -Icbits/regex
System/CPUTime.hsc -v
if that fails, do
$ ../../ghc/utils/hsc2hs/hsc2hs-inplace -Iinclude -Icbits/regex
System/CPUTime.hsc -v --no-compile
$ ls -l System/CPUTime*
> Any workaround? (I also tried to remove CPUTime_hsc_make* and
> .depend, but no avail.)
I can't tell you the workaround until I know what the problem is, sorry
:-)
Cheers,
Simon
More information about the Cvs-ghc
mailing list