Re: [gtk-osx-devel] Freeze during GISCAN Gtk-3.0.gir ?



On Oct 22, 2012, at 5:17 AM, Christophe Fergeau <cfergeau redhat com> wrote:

> On Sun, Oct 21, 2012 at 08:38:26AM -0700, John Ralls wrote:
>> Skipping gobject-introspection works fine for Gtk2. Nothing much uses
>> introspection with Gtk2. Gtk3 is another matter, but if you're dealing
>> strictly with C, you might be able to get away with it there, too
> 
> I indeed could get away with my gtk3 build after not installing
> gobject-introspection-gtk3.  This is not what I had been doing before as
> this needs a small change to the stable moduleset (so that autogen.sh is
> not run when building gtk+3.0 as this would error out for lack of
> introspection.m4).

Right, but since it's introspecting Gtk3 that's hanging you up, you could go ahead and build gobject-introspection but pass --disable-introspection to gtk+-3.0 (append_autogenargs("gtk+-3.0", "--disable-introspection").

Regards,
John Ralls



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]