
Hi, There is an error in WinHugs now, caused by Prelude.h, which relates to this line (line 725-750 ish): #define STD_EMPTY_MODULE "Hugs" It used to be #define STD_EMPTY_MODULE "Hugs.Base" which works fine on windows, the new version doesn't. This seems to have been changed in revision 1.74, my first patch to remove the status bar. I certainly don't remember putting that in my patch, and if I did it was unintentional. Thanks Neil

There is an error in WinHugs now, caused by Prelude.h, which relates to this line (line 725-750 ish):
#define STD_EMPTY_MODULE "Hugs"
It used to be
#define STD_EMPTY_MODULE "Hugs.Base"
which works fine on windows, the new version doesn't.
That was me. Wherever Hugs is looking for built libraries, add Hugs.hs containing only "module Hugs where". You can also delete Hugs\Base.hs. (This happens automatically if one regenerates the libraries.)

(This happens automatically if one regenerates the libraries.)
Thanks. I am still using old libraries (half extracted from a linux RPM, half extracted from older versions of WinHugs with various modifications). I hope to work on getting good Windows libraries built next week. If anyone has any pointers on where to start I'd be grateful. Thanks Neil

On Fri, Sep 02, 2005 at 01:20:44PM +0100, Neil Mitchell wrote:
I hope to work on getting good Windows libraries built next week. If anyone has any pointers on where to start I'd be grateful.
It's just "make", but you need MinGW and MSYS installed. (MinGW + Cygwin might also work.)
participants (2)
-
Neil Mitchell
-
Ross Paterson