Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-21 Thread Andy Stewart
Andy Stewart writes: > Hi Axel, > > Axel Simon writes: > >> On Mar 18, 2010, at 17:54, Andy Stewart wrote: >> >>> >>> Axel, i plan to update all GTK+ API to 2.18 with apiGen tool. >>> And i recommand we build a `API-TODO` file under darcs repository, >>> in it have all libraries that haven't upd

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-20 Thread Andy Stewart
Hi Axel, Axel Simon writes: > On Mar 18, 2010, at 17:54, Andy Stewart wrote: > >> >> Axel, i plan to update all GTK+ API to 2.18 with apiGen tool. >> And i recommand we build a `API-TODO` file under darcs repository, >> in it have all libraries that haven't update. >> We remove corresponding lib

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-20 Thread Andy Stewart
Axel Simon writes: > On Mar 18, 2010, at 17:54, Andy Stewart wrote: > >> >> Axel, i plan to update all GTK+ API to 2.18 with apiGen tool. >> And i recommand we build a `API-TODO` file under darcs repository, >> in it have all libraries that haven't update. >> We remove corresponding library name

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-19 Thread Andy Stewart
Andy Stewart writes: > Hi Axel, > > I have finish all Webkit API, but i decomposition old package wrong > place, all code that i wrote today is gnoe. > > Sorry, i need rewrite it again. Today is not my day, I waste 3 hours restore data. Anyway,i have finish all WebKit.1.15 API binding. Please co

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-19 Thread Andy Stewart
Hi Axel, I have finish all Webkit API, but i decomposition old package wrong place, all code that i wrote today is gnoe. Sorry, i need rewrite it again. -- Andy -- Download IntelĀ® Parallel Studio Eval Try the new soft

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-19 Thread Andy Stewart
Axel Simon writes: > On Mar 18, 2010, at 17:54, Andy Stewart wrote: > >> >> Axel, i plan to update all GTK+ API to 2.18 with apiGen tool. >> And i recommand we build a `API-TODO` file under darcs repository, >> in it have all libraries that haven't update. >> We remove corresponding library name

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-19 Thread Axel Simon
On Mar 18, 2010, at 17:54, Andy Stewart wrote: > > Axel, i plan to update all GTK+ API to 2.18 with apiGen tool. > And i recommand we build a `API-TODO` file under darcs repository, > in it have all libraries that haven't update. > We remove corresponding library name from API-TODO after we finis

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-18 Thread Andy Stewart
Hi Axel, I almost to fix this problem. First this have five problem in WebKit patch. 1-> In Makefile.am file, lost #ENABLE_GTK and #ENABLE_GSTREAMER after endif. 2-> Need import `System.Glib.GObject` in WebKit.Types.chs for support. So i rewrite WebKit template code with below: webkit/Graphics

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-17 Thread Andy Stewart
Andy Stewart writes: > Andy Stewart writes: > >> But this is still have an error in Makefile: >> After ./configure, then `make`, you will got error: >> >> Makefile 1106: Missing separate character. >> >> ... >> 1104| PKG_HASKELL98_VERSION = 1.0.1.1 >> 1105| PKG_MTL_ID = mtl-1.1.0.2

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-17 Thread Andy Stewart
Andy Stewart writes: > But this is still have an error in Makefile: > After ./configure, then `make`, you will got error: > > Makefile 1106: Missing separate character. > > ... > 1104| PKG_HASKELL98_VERSION = 1.0.1.1 > 1105| PKG_MTL_ID = mtl-1.1.0.2-23ca4de7c573fd4df309067199a40634

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-17 Thread kahl
> > However, there's lots of output before this error message and > scrolling up reveals that there was an error (I don't know why make > doesn't stop immediately). Frequent reason for that kind of effect: Parallel make, e.g. because: MAKEOPTS="-j3" Change this to MAKEOPTS="-j1" i

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-17 Thread Andy Stewart
Axel Simon writes: > Hi Andy, > > I cannot find anything wrong with the Makefile. > > I installed webkit 1.1.10. Since the configure script requires at least > version 1.1.14, I simply > changed the configure file. When I run make, I get: > > rm -f libHSgio.a > ./mk/link-splitobjs.sh libHSgio.a

Re: [Gtk2hs-devel] Update Widget to Gtk+ 2.18

2010-03-17 Thread Axel Simon
Hi Andy, I cannot find anything wrong with the Makefile. I installed webkit 1.1.10. Since the configure script requires at least version 1.1.14, I simply changed the configure file. When I run make, I get: rm -f libHSgio.a ./mk/link-splitobjs.sh libHSgio.a gio/System/GIO/AsyncResult.o gio/