Re: [C2hs] Re: [Haskell] building c2hs on winows

2006-07-06 Thread Manuel M T Chakravarty
Duncan wrote, > > > Actually it turns out the c2hs is doing a lot of things that are not > > > portable to windows. It'll need some effort to fix. Any helpers? > > > > What else apart from pathname separators? It'd be great if somebody > > could look into that. > > The use of configure(.in) is

Re: [C2hs] Re: [Haskell] building c2hs on winows

2006-07-06 Thread Duncan Coutts
On Thu, 2006-07-06 at 11:35 -0400, Manuel M T Chakravarty wrote: > Duncan Coutts: > > On Thu, 2006-07-06 at 10:30 +0100, Duncan Coutts wrote: > > > On Wed, 2006-07-05 at 20:58 -0700, Anatoly Yakovenko wrote: > > > > On 7/4/06, Arjan Oosting <[EMAIL PROTECTED]> wrote: > > > > > Op di, 04-07-2006 te

Re: [C2hs] Re: [Haskell] building c2hs on winows

2006-07-06 Thread Manuel M T Chakravarty
Duncan Coutts: > On Thu, 2006-07-06 at 10:30 +0100, Duncan Coutts wrote: > > On Wed, 2006-07-05 at 20:58 -0700, Anatoly Yakovenko wrote: > > > On 7/4/06, Arjan Oosting <[EMAIL PROTECTED]> wrote: > > > > Op di, 04-07-2006 te 09:09 -0700, schreef Anatoly Yakovenko: > > > > > I can't get c2hs to build

Re: [C2hs] Re: [Haskell] building c2hs on winows

2006-07-06 Thread Duncan Coutts
On Thu, 2006-07-06 at 10:30 +0100, Duncan Coutts wrote: > On Wed, 2006-07-05 at 20:58 -0700, Anatoly Yakovenko wrote: > > On 7/4/06, Arjan Oosting <[EMAIL PROTECTED]> wrote: > > > Op di, 04-07-2006 te 09:09 -0700, schreef Anatoly Yakovenko: > > > > I can't get c2hs to build on windows with ghc-6.4.

Re: [Haskell] building c2hs on winows

2006-07-06 Thread Duncan Coutts
On Wed, 2006-07-05 at 20:58 -0700, Anatoly Yakovenko wrote: > On 7/4/06, Arjan Oosting <[EMAIL PROTECTED]> wrote: > > Op di, 04-07-2006 te 09:09 -0700, schreef Anatoly Yakovenko: > > > I can't get c2hs to build on windows with ghc-6.4.2 > > > > I get a little farther, but it still doesn't work: Ac

Re: [Haskell] building c2hs on winows

2006-07-05 Thread Anatoly Yakovenko
On 7/4/06, Arjan Oosting <[EMAIL PROTECTED]> wrote: Op di, 04-07-2006 te 09:09 -0700, schreef Anatoly Yakovenko: > I can't get c2hs to build on windows with ghc-6.4.2 > > $ runhaskell.exe Setup.hs configure > > Setup.hs:11:57: > Couldn't match `LocalBuildInfo' >against `Distributi

Re: [Haskell] building c2hs on winows

2006-07-04 Thread Arjan Oosting
Op di, 04-07-2006 te 09:09 -0700, schreef Anatoly Yakovenko: > I can't get c2hs to build on windows with ghc-6.4.2 > > $ runhaskell.exe Setup.hs configure > > Setup.hs:11:57: > Couldn't match `LocalBuildInfo' >against `Distribution.PackageDescription.PackageDescription' > Ex

[Haskell] building c2hs on winows

2006-07-04 Thread Anatoly Yakovenko
I can't get c2hs to build on windows with ghc-6.4.2 $ runhaskell.exe Setup.hs configure Setup.hs:11:57: Couldn't match `LocalBuildInfo' against `Distribution.PackageDescription.PackageDescription' Expected type: Args -> InstallFlags -> Di