Re: [Haskell-cafe] GUI-Woes

2006-03-14 Thread Duncan Coutts
On Tue, 2006-03-14 at 09:45 +0300, Dmitry V'yal wrote: Christophe Poucet wrote: I have to concur with Duncan. I started using Gtk2Hs for a small project and literally within a couple hours I had a good understanding upon which to build a nice gui as well as the gui itself. I haven't

Re: [Haskell-cafe] GUI-Woes

2006-03-14 Thread Dmitry V'yal
Duncan Coutts wrote: You didn't do anything wrong. By default that's what happens with large libs built with ghc. However, the current development version (and so the next release version) of Gtk2Hs has support for ghc's split objects feature. With this, a simple Gtk2Hs Hello world program

Re: [Haskell-cafe] GUI-Woes

2006-03-14 Thread Daniel Fischer
Okay, I've got myself gtk2hs now (and remebered what shied me away the first time: click on dowload opens Pandora's cookie box). Seems to work, although linking takes ages and the binaries are awe-inspiringly huge. Now two questions remain (well, two I find fit to post here): - is there a

Re: [Haskell-cafe] GUI-Woes

2006-03-14 Thread Duncan Coutts
On Tue, 2006-03-14 at 17:15 +0100, Daniel Fischer wrote: Okay, I've got myself gtk2hs now (and remebered what shied me away the first time: click on dowload opens Pandora's cookie box). Seems to work, although linking takes ages and the binaries are awe-inspiringly huge. Now two questions

[Haskell-cafe] GUI-Woes

2006-03-13 Thread Daniel Fischer
Hello All, how would I get myself a working (and easy to use) GUI-library? Fudgets looks good, but I couldn't get it to build. I downloaded the snapshot from 2005, how to compile says make ghc-all; make ghc-install, but it doesn't work. First, in several scripts/makefiles, the ghc version 4.06

Re: [Haskell-cafe] GUI-Woes

2006-03-13 Thread Duncan Coutts
On Mon, 2006-03-13 at 09:58 +0100, Daniel Fischer wrote: Hello All, how would I get myself a working (and easy to use) GUI-library? There are two main GUI libraries at the moment: Gtk2Hs and wxHaskell. http://haskell.org/gtk2hs/ http://wxhaskell.sourceforge.net/ Both will work with current

Re: [Haskell-cafe] GUI-Woes

2006-03-13 Thread Christophe Poucet
I have to concur with Duncan.I started using Gtk2Hs for a small project and literally within a couple hours I had a good understanding upon which to build a nice gui as well as the gui itself. I haven't tried out wxhaskell, but trying gtk2hs and it's cairo bindings, I fell in love with the

Re: [Haskell-cafe] GUI-Woes

2006-03-13 Thread Dmitry V'yal
Christophe Poucet wrote: I have to concur with Duncan. I started using Gtk2Hs for a small project and literally within a couple hours I had a good understanding upon which to build a nice gui as well as the gui itself. I haven't tried out wxhaskell, but trying gtk2hs and it's cairo