Christophe:
I had similar problems with gobject-introspection while building meta-gtk-osx-gtkmm. I am not sure how I eventually solved it but my initial solution was to "jhbuild --skip gobject-introspection meta-gtk-osx-gtkmm". :-) Out of interest, are you building with jhbuild using a moduleset... or just the usual ./configure, make, make install? Which OS X version are you on? Is there currently a stable moduleset that will build gtkmm3 from scratch without any errors?? I was able to build gtkmm3 on LION but there were a lot of hoops to jump through. Details available if anyone would like. jim... On 12-10-19 07:20 AM, Christophe Fergeau wrote: Hey, After some successful builds with gtk3 a few weeks ago, I've decided to try again to rebuild from scratch, and regardless of what I do (different modulesets, trying to build gtk2 before gtk3, ...), my gtk3 build always gets stuck during generation of the introspection information, even if I wait for a long time. Does anyone have any idea as to what could be going on/what I could look at to debug this issue? Thanks, Christophe |