On Tue, 2009-01-27 at 13:20 +0000, Eric Kow wrote: > On Mon, Jan 26, 2009 at 23:56:18 +0100, Petr Rockai wrote: > > > hsc2hs src/win32/System/Posix/Files.hsc > > > In file included from src\win32\System\Posix\Files_hsc_make.c:1: > > > c:/ghc/ghc-6.10.1/hsc2hs-0.67/template-hsc.h:4:19: HsFFI.h: No such file > > > or directory > > > compiling src\win32\System\Posix\Files_hsc_make.c failed > > > command was: C:\cygwin\bin\gcc.exe -c > > > src\win32\System\Posix\Files_hsc_make.c -o > > > src\win32\System\Posix\Files_hsc_make.o > > > make: *** [src/win32/System/Posix/Files.hs] Error 1 > > > > Could be that this is using the wrong gcc? I don't see explicit -I on the > > gcc > > line, hard to tell what's going on. > > This might be related to > > http://hackage.haskell.org/trac/ghc/ticket/2897 > > Sorry to keep bugging you, Duncan, but could you suggest a quick > workaround (since you commented on the ticket above)?
If your makefile calls hsc2hs directly then yes you'd need to change that for 6.10, on Windows or any other platform. But in that case you would have seen the problem before presumably, it would affect Linux too. Duncan _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
