On 23-09-17 17:04, Russel Winder wrote:
I built the Git repository, but:
|> which girtod /home/users/russel/Built/bin/girtod |> girtod -i /usr/share/gir-1.0/GstMpegts-1.0.gir std.file.FileException@std/file.d(348): /usr/share/gir-1.0/GLib-2.0.gir: No such file or directory ----------------
GLib-2.0.gir is usually part of the gobject-introspection
package. On
Debian it looks like there is a separate package for the gir files: libgirepository1.0-dev
.
The GIR files of dependencies are parsed to determine how certain types
should be handled.