Re: gtk3

Maxence Guesdon <[email protected]> Thu, 24 Jan 2013 09:24:24 +0100
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Organization INRIA
Message-ID <20130124092424.7d125012@alcazar>
On Thu, 24 Jan 2013 16:56:05 +0900
Jacques Garrigue <[email protected]> wrote:

> On 2013/01/24, at 11:55, Jacques Garrigue <[email protected]> wrote:
> > > IIRC, Jacques told us Valentin Samir was going to work on a new way to
> > > generate bindings. Is there something yet ?
> > 
> > Sorry not to have informed you earlier. His work is available in branch gtk3. It is based on Adrien's attempt, and generates automatically bindings and signals directly from the gir files.
> > 
> > It works pretty well and he could run a few simple examples using only generated bindings.
> > 
> > What is missing is integration with the handcrafted parts of lablgtk, and the generation of the OO layer. 
> > Unfortunately, I have had no time to finish his work.
> > 
> At least I have made possible to test it:
> 
> 	git checkout -t gtk3
> 	./configure
> 	cd src3; make
> 	cd introspection; make
> 	make test

Thanks. I have some problems compiling. I will begin by resolving them,
this will make me learn how it works.

Maxence