Hugs on Windows, FFI

Ross Paterson ross at soi.city.ac.uk
Fri Sep 9 19:43:33 EDT 2005


On Fri, Sep 09, 2005 at 02:12:51PM +0100, Neil Mitchell wrote:
> Using gcc, how would I get it done using Visual Studio?

Ah, I forgot you said "make check".

You could run the VS-generated programs through the tests in tests\ffi
by hand:

	ffihugs Types.hs types_aux.c

	ffihugs Forms.hs forms_aux.c

	ffihugs Sin.hs
	hugs Sin.hs
	Hugs> tests

	ffihugs String.hs
	hugs String.hs
	Hugs> tests

	ffihugs Sparc.hs
	runhugs Sparc.hs

	ffihugs Callback.hs callbacks.c
	runhugs Callback.hs



More information about the Cvs-hugs mailing list