Re: [Gtk2hs-devel] Darcs version error.

2009-11-17 Thread Andy Stewart
Axel Simon writes: > On Tue, 2009-11-17 at 02:32 +0800, Andy Stewart wrote: >> Axel Simon writes: >> > As I said above, do a 'make clean' first. >> >> I describe my install step: >> >>1-> Download source code: darcs get --partial >> http://code.haskell.org/gtk2hs/ >>2-> Configure: aut

Re: [Gtk2hs-devel] Darcs version error.

2009-11-17 Thread Axel Simon
On Tue, 2009-11-17 at 02:32 +0800, Andy Stewart wrote: > Axel Simon writes: > > As I said above, do a 'make clean' first. > > I describe my install step: > >1-> Download source code: darcs get --partial > http://code.haskell.org/gtk2hs/ >2-> Configure: autoreconf && ./configure --with-h

Re: [Gtk2hs-devel] Darcs version error.

2009-11-16 Thread Andy Stewart
Axel Simon writes: > As I said above, do a 'make clean' first. I describe my install step: 1-> Download source code: darcs get --partial http://code.haskell.org/gtk2hs/ 2-> Configure: autoreconf && ./configure --with-hcflags=-O0 3-> make 4-> make clean (I'm not understand why need `

Re: [Gtk2hs-devel] Darcs version error.

2009-11-16 Thread Axel Simon
On Mon, 2009-11-16 at 23:26 +0800, Andy Stewart wrote: > Hi Axel, > > Andy Stewart writes: > > >>> --> 2 error start > >>> <-- > >>> Loading package ghc-prim ... linking ... done. > >>> Loading package integer ... linking ... done. > >>> L

Re: [Gtk2hs-devel] Darcs version error.

2009-11-15 Thread Andy Stewart
Axel Simon writes: > On Sun, 2009-11-15 at 22:51 +0800, Andy Stewart wrote: >> Hi Axel, >> >> Today, i try to test darcs version: >> >> I got below two error: >> >> --> 1 error start <-- >> Can't compile pass, missing import. >> >> At 16

Re: [Gtk2hs-devel] Darcs version error.

2009-11-15 Thread Axel Simon
On Sun, 2009-11-15 at 22:51 +0800, Andy Stewart wrote: > Hi Axel, > > Today, i try to test darcs version: > > I got below two error: > > --> 1 error start <-- > Can't compile pass, missing import. > > At 160 line: CellLayout.chs.pp use fun

[Gtk2hs-devel] Darcs version error.

2009-11-15 Thread Andy Stewart
Hi Axel, Today, i try to test darcs version: I got below two error: --> 1 error start <-- Can't compile pass, missing import. At 160 line: CellLayout.chs.pp use function `fromGList`. --> 1 error end <-