switch to git

Patrick Bernaud <[email protected]> Fri, 18 Dec 2009 08:57:11 +0100
Newsgroups gmane.lisp.guile.gtk
Message-ID <[email protected]>
Hello Andy,

Andy Wingo writes:
 > [...]
 > 1.9.6). Things should still build fine with Guile 1.8.

It looks like there is a problem with Guile < 1.9 in glib binding:
scm_vtable_index_instance_finalize has no value (gvalue.c, line
77). Should it be:

#define scm_vtable_index_instance_finalize scm_struct_i_free

as previously?

Regards,


Patrick