GHC source bitten by the ghost of DOS
I've just been bitten by the ghost of DOS when trying to unpack the source kit for GHC on a Windows (XP) system. It appears that the filename AUX is reserved (still crazy after all these years?). Unfortunately, the GHC source kit contains a file aux.dtd in .\ghc-6.2\src\libraries\HaXml\bugs So, when trying to copy this to my working system, I get strange errors that this file cannot be created. It's not a big deal for me -- I just unpacked the tar file on my Linux server machine, renamed the offending file, and the copy then works fine. But for Windows users without a Linux box to fall back on, this might be problematic. Maybe it's worth using another filename? #g ------------ Graham Klyne For email: http://www.ninebynine.org/#Contact
Graham Klyne <gk@ninebynine.org> writes:
I've just been bitten by the ghost of DOS when trying to unpack the source kit for GHC on a Windows (XP) system. It appears that the filename AUX is reserved (still crazy after all these years?).
Unfortunately, the GHC source kit contains a file aux.dtd in .\ghc-6.2\src\libraries\HaXml\bugs
The file libraries/HaXml/bugs/aux.dtd was removed from the CVS HEAD (for exactly this reason) back in October, but unfortunately the removal was not propagated to the ghc-6-2-branch. Sorry about that. Regards, Malcolm
participants (2)
-
Graham Klyne -
Malcolm Wallace