
When I try to compile hdirect on cygwin on my NT I get a lot of complaints from ghc about bad tokens. Particularly the use of "\" to continue a line. For some reason it doesn't see it as the line continuation character. Also, it compiled ok on a different machine but it complains about a missing link to CYGWIN1.DLL when I try to do anything. Any help would be appreciated. Eric Wohlstadter

On 03-Jan-2001, Eric Allen Wohlstadter
When I try to compile hdirect on cygwin on my NT I get a lot of complaints from ghc about bad tokens. Particularly the use of "\" to continue a line. For some reason it doesn't see it as the line continuation character.
You need to make sure that the files are mounted as binary
rather than as text, or vice versa. Try the cygwin `mount' command.
--
Fergus Henderson
participants (2)
-
Eric Allen Wohlstadter
-
Fergus Henderson