Re: Compiling Hat on Windows
Malcolm Wallace <[email protected]> Sun, 18 Sep 2005 12:49:39 +0100
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Neil Mitchell <[email protected]> writes: > In addition I also commented out the 4th line in finitemap.h, #include > "checkglib.h". Creating an empty checkglib.h would have solved this > one. The file "checkglib.h" is created by the normal configuration script, which I assume you skipped because it doesn't work in Windows (needs a unix-y shell). > With these changes I could get compiled versions of most of the tools. All the other changes you mention seem reasonable, given what little I know about windows programming. Regards, Malcolm