Conal Elliott wrote:
Thanks for that tip.

Here's what the problematic file contains:

1 24 MOVEABLE PURE "dist\build\eros\eros.exe.manifest"

Now I can see that the "unrecognized escape sequences" come from missing back-slashes. I guess "dist\build", the "\b" is getting interpreted as a backspace, thus becoming "disuild", while the "\e" was considered an error.

Thanks, I'm validating a fix for this bug right now.

Cheers,
        Simon


 - Conal

On 9/10/07, *Ian Lynagh* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    On Fri, Sep 07, 2007 at 08:47:43AM -0700, Conal Elliott wrote:
     >
     > I don't know what was in c:/tmp/ghc2268_0/ghc2268_0.rc.  It was
    gone before
     > I could look.

    If you add the -keep-tmp-files flag then it shouldn't be deleted.


    Thanks
    Ian



------------------------------------------------------------------------

_______________________________________________
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

Reply via email to