Re: [Haskell-cafe] hs-plugins compile error

2008-06-03 Thread Timo B. Hübel
> What is the status of hs-plugins? I recently tried to install the > version plugins-1.2 on hackage, using a Gnu/Linux box with Fedora 9 > and ghc-6.8.2, but didn't get past the configure stage (see config.log > below). I am getting exactly the same error on a Gentoo box. I've tracked it down to

RE: [Haskell-cafe] hs-plugins compile error

2008-06-03 Thread John O'Donnell
years ago, but it's never worked on any of my systems since then. John -Original Message- From: Edsko de Vries [mailto:[EMAIL PROTECTED] Sent: Tue 2008-06-03 15:35 To: John O'Donnell Cc: Edsko de Vries; Don Stewart; haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] hs-plugi

Re: [Haskell-cafe] hs-plugins compile error

2008-06-03 Thread Edsko de Vries
On Tue, Jun 03, 2008 at 03:07:33PM +0100, John O'Donnell wrote: > Hi, > > What is the status of hs-plugins? I recently tried to install the > version plugins-1.2 on hackage, using a Gnu/Linux box with Fedora 9 > and ghc-6.8.2, but didn't get past the configure stage (see config.log > below). > >

RE: [Haskell-cafe] hs-plugins compile error

2008-06-03 Thread John O'Donnell
return 0; | } configure:1925: error: C compiler cannot create executables -Original Message----- From: [EMAIL PROTECTED] on behalf of Edsko de Vries Sent: Mon 2008-06-02 20:23 To: Don Stewart Cc: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] hs-plugins compile error Hi Don, Is

Re: [Haskell-cafe] hs-plugins compile error

2008-06-02 Thread Thomas Hartman
after darcs record, darcs send -o file.patch and then send file.patch via email to the maintainer. 2008/6/2 Edsko de Vries <[EMAIL PROTECTED]>: > Hi Don, > > Is this the kind of thing you mean (I'm not really a darcs user; this is > the patch created by darcs record): > > [Hide some names to re

Re: [Haskell-cafe] hs-plugins compile error

2008-06-02 Thread Edsko de Vries
Hi Don, Is this the kind of thing you mean (I'm not really a darcs user; this is the patch created by darcs record): [Hide some names to remove ambiguity errors Edsko de Vries <[EMAIL PROTECTED]>**20080602202001] { hunk ./src/System/Plugins/Env.hs 76 -import Distribution.Package +import Distribut

Re: [Haskell-cafe] hs-plugins compile error

2008-06-02 Thread Don Stewart
Thanks, if possible, could you construct this as a patch against the darcs branch, which lives here: http://code.haskell.org/~dons/code/hs-plugins Cheers, Don devriese: > Hi, > > I'm getting the compilation error that is actually logged on Hackage: > > http://hackage.haskell.org/cgi-bi

[Haskell-cafe] hs-plugins compile error

2008-06-02 Thread Edsko de Vries
Hi, I'm getting the compilation error that is actually logged on Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/plugins Below is a small diff file that resolves these problems; I don't know what the proper protocol is for submitting these diffs but it may be useful to someon