Re: Can not recreate GIR information from gir1.2-harfbuzz-0.0.typelib

2023-06-04 Thread Abou Al Montacir
Hi Simon and All, On Sun, 2023-06-04 at 15:24 +0100, Simon McVittie wrote: > On Sat, 03 Jun 2023 at 23:39:29 +0200, Abou Al Montacir wrote: > > I've added support for on the fly converting .typelib files using > > g-ir-generate. > > The normal workflow for GObject-Introspection is: > >     C sou

Re: Can not recreate GIR information from gir1.2-harfbuzz-0.0.typelib

2023-06-04 Thread Abou Al Montacir
Hi James and All, On Sun, 2023-06-04 at 14:18 +0100, James Addison wrote: > Hi Abou, > > Please find some slightly re-ordered responses below, and with the > gtk-gnome list and bug on cc because others are likely to know more > than me about this. Thank you for looking on this so quickly. > > On

Re: Can not recreate GIR information from gir1.2-harfbuzz-0.0.typelib

2023-06-04 Thread Simon McVittie
On Sat, 03 Jun 2023 at 23:39:29 +0200, Abou Al Montacir wrote: > I've added support for on the fly converting .typelib files using > g-ir-generate. The normal workflow for GObject-Introspection is: C source code } } ---> GIR XML ---> binary typelib compiled bin

Re: Can not recreate GIR information from gir1.2-harfbuzz-0.0.typelib

2023-06-04 Thread James Addison
Hi Abou, Please find some slightly re-ordered responses below, and with the gtk-gnome list and bug on cc because others are likely to know more than me about this. On Sat, 3 Jun 2023 at 22:40, Abou Al Montacir wrote: ... > However, when starting the conversion, g-ir-generate crashes with an erro

Can not recreate GIR information from gir1.2-harfbuzz-0.0.typelib

2023-06-03 Thread Abou Al Montacir
Hi All, Few weeks ago, I started adding support for Gtk3 in FPC and Lazarus as part of the effort to close bugs related to the deprecation of Gtk2. My goal was to be able to build binding units (pascal modules) from .typelib files shipped by Debian. In order to be able to do that, I use a tool cal