On Wed, Aug 16, 2006 at 01:32:42PM +0100, Neil Mitchell wrote: > New errors again, I think...
Several Cabal warnings, including for Cabal itself -- harmless. The incompatible pointer type warnings are for function pointers, and harmless. > runhugs: Error occurred > ERROR "..\..\hugsdir\packages\Win32\System\Win32\DebugApi.hs":24 - > Syntax error in import declaration (unexpected comma) This is new -- it was a syntax error in a new module, now fixed. > In file included from System\Posix\DynamicLinker\Module.hsc:57: > include/HsUnix.h:77:19: dlfcn.h: No such file or directory > ../../packages/Cabal/examples/hapax.hs: got error code while > preprocessing: System.Posix.DynamicLinker.Module The unix package isn't supposed to build, but this is a clumsy way to fail. Currently I test for creat(), but it seems MinGW has that. _______________________________________________ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-hugs
