Closed ff2000 closed 9 years ago
Is the get_binary_age function defined in the GIR file on your system?
For me its on line 15179 in /usr/share/gir-1.0/Atk-1.0.gir.
Mike Wey wrote:
Is the get_binary_age function defined in the GIR file on your system?
For me its on line 15179 in /usr/share/gir-1.0/Atk-1.0.gir.
No, get_binary_age is not defined in Atk-1.0.gir. I am using Gentoo linux and the introspection files are generated during build time, it simply passes --enable-introspection=yes to the configure script. Is this a bug in Atk or gobject-introspection?
This might turn out to be a Gentoo issue. I reported it here: https://bugs.gentoo.org/show_bug.cgi?id=554506
I found out that if I run ./configure --enable-introspection=yes on the atk-2.16.0 sources those symbols are actually present in Atk-1.0.gir.
This got fixed in Gentoo. Atk seems to have issues with out-of-source-build.
Running gtkwrap immediately gives an error in Atk:
atk/atkversion.h contains
So the symbol is there. I have atk-2.16 installed.