Re: [Haskell] Problems compiling hs-plugins

2006-03-05 Thread Duncan Coutts
On Sun, 2006-03-05 at 13:35 +0100, Lemmih wrote: > On 3/5/06, Duncan Coutts <[EMAIL PROTECTED]> wrote: > > Hi Ben, > > > > Yes, I did what dons recommended and copied the Typeable.h from > > ghc-6.4.1 to make it compile with ghc-6.5, however in the end I couldn't > > get all the hIDE plugins to loa

Re: [Haskell] Problems compiling hs-plugins

2006-03-05 Thread Lemmih
On 3/5/06, Duncan Coutts <[EMAIL PROTECTED]> wrote: > Hi Ben, > > Yes, I did what dons recommended and copied the Typeable.h from > ghc-6.4.1 to make it compile with ghc-6.5, however in the end I couldn't > get all the hIDE plugins to load with hs-plugins anyway (even though > they would all load i

Re: [Haskell] Problems compiling hs-plugins

2006-03-05 Thread Duncan Coutts
Hi Ben, Yes, I did what dons recommended and copied the Typeable.h from ghc-6.4.1 to make it compile with ghc-6.5, however in the end I couldn't get all the hIDE plugins to load with hs-plugins anyway (even though they would all load in ghci). So what I did in the end is to do a static build of h

Re: [Haskell] Problems compiling hs-plugins

2006-03-04 Thread Benjamin Franksen
On Saturday 04 March 2006 03:32, you wrote: > benjamin.franksen: > > [...] > > INSTANCE_TYPEABLE1([],listTc,"[]") > > > > However, I could not find any definition for these macros. Nor does > > the package docs mention what to install in order to get them. > > [...] > This Typeable macro issue is d

Re: [Haskell] Problems compiling hs-plugins

2006-03-03 Thread Donald Bruce Stewart
benjamin.franksen: > Please, can anyone help me with this problem: > > I just downloaded hs-plugins version 1.0-rc0. (BTW, the stable version > is not accessible). I configure it (according to the README) and > everything seems to be ok. However when I try to build it, I get: > > aare: .../hask

[Haskell] Problems compiling hs-plugins

2006-03-03 Thread Benjamin Franksen
Please, can anyone help me with this problem: I just downloaded hs-plugins version 1.0-rc0. (BTW, the stable version is not accessible). I configure it (according to the README) and everything seems to be ok. However when I try to build it, I get: aare: .../haskell/hs-plugins > ./Setup.lhs buil