Hi Eric,

On Fri, 15 Feb 2008 02:56:37 +0900, Eric Kow <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
>   * 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/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to