On Sat, 2009-01-31 at 14:02 -0800, Don Stewart wrote: > > not really :) e.g. my output on a Windows Vista system with GHC > 6.10.1 > > cabal install sdl
> > Configuring SDL-0.5.4... > > setup.exe: sh: runGenProcess: does not exist (No such file or directory) > Isn't this missing C library dependencies, which cabal head now warns > about? No, it's about packages using configure scripts which require MSYS on Windows. In principle we should be able to notice this while doing the package dependency planning and report that we cannot install the package because it needs sh.exe. Duncan _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
