[Haskell-cafe] c2hs failed to process __extension__

2007-01-29 Thread 向井 淳
Hello all, I have a trouble when compiling a program with c2hs. The program can be seen at http://www.city5.org/prog/hstraier/, which is a binding with HyperEstraier (a fulltext search system). When I compile it at FreeBSD 6.2, I encountered the following error: | % runghc Setup.hs build |

Re: [Haskell-cafe] c2hs failed to process __extension__

2007-01-29 Thread Duncan Coutts
On Mon, 2007-01-29 at 21:25 +0900, 向井 淳 wrote: c2hs fails to process __extension__? From the changelog, c2hs now can understand __extension. Is this an exceptional case? Did you try the very latest darcs version of c2hs? Yesterday I added a couple patches that try to cope with more uses of

Re: [Haskell-cafe] c2hs failed to process __extension__

2007-01-29 Thread 向井 淳
On 2007/01/29, at 21:55, Duncan Coutts wrote: Did you try the very latest darcs version of c2hs? Yesterday I added a couple patches that try to cope with more uses of __extension. Yes. I use the latest version of c2hs from darcs. | % c2hs --version | C-Haskell Compiler, version 0.14.6

Re: [Haskell-cafe] c2hs failed to process __extension__

2007-01-29 Thread Duncan Coutts
On Mon, 2007-01-29 at 22:26 +0900, 向井 淳 wrote: On 2007/01/29, at 21:55, Duncan Coutts wrote: Did you try the very latest darcs version of c2hs? Yesterday I added a couple patches that try to cope with more uses of __extension. Yes. I use the latest version of c2hs from darcs. Then sorry,

Re: [Haskell-cafe] c2hs failed to process __extension__

2007-01-29 Thread Duncan Coutts
On Mon, 2007-01-29 at 22:26 +, Duncan Coutts wrote: On Mon, 2007-01-29 at 22:26 +0900, 向井 淳 wrote: On 2007/01/29, at 21:55, Duncan Coutts wrote: Did you try the very latest darcs version of c2hs? Yesterday I added a couple patches that try to cope with more uses of __extension.