From: shelarcy <she...@gm...> - 2008-02-15 09:15:55
|
Hi Eric, On Fri, 15 Feb 2008 02:56:37 +0900, Eric Kow <eri...@gm...> wrote: > Any comments or complaints, Jeremy? > > Otherwise I'm pushing this tomorrow. > If it actually works, we ought to put wxhaskell on hackage. > > Thu Feb 14 17:50:50 GMT 2008 Eric Kow <eri...@gm...> > * Add a Cabal file for wxcore. This doesn't work on Windows. $ runhaskell Setup.lhs configure --with-msc -=-= Cabal executing: ./configure --with-hc=ghc --with-msc=-=- operable program or batch file. Configure failed. $ runhaskell Setup.lhs configure -=-= Cabal executing: ./configure --with-hc=ghc=-=- '.' is not recognized as an internal or external command, operable program or batch file. Configure failed. Is this Distribution.Make module's problem? Distribution.Simple's defaultMainWithHooks defaultUserHooks can run "./configure" command on Windows environment. But It seems that Distribution.Make's defaultMain can't run "./configure" commnad on Windows. But I think this patch is useful. Your patch doesn't break traditional way. So we can build wxHaskell with traditional way on Windows. And I think we should care about at least one more point. wxcore's makefile uses wxdirect. And wxdirect depends on parsec and time package. So, I think we must add this dependency for wxcore.cabal file. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |