GNOME Bugzilla – Bug 607125
Fails to build with latest introspection data
Last modified: 2010-02-03 20:09:45 UTC
My guess would be that it happens since GTK+ got introspection data (and so we're not using gir-repository anymore, which was probably slightly different). GEN Meta-2.28.gir GEN Meta-2.28.typelib ** WARNING **: Can't resolve type 'KeySym' for field Meta.KeyBinding.keysym aborting... /bin/sh: line 1: 7933 Trace/breakpoint trap LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}. /usr/bin/g-ir-compiler Meta-2.28.gir -o Meta-2.28.typelib make[4]: *** [Meta-2.28.typelib] Error 133
Seeing this same error on Fedora rawhide as well with the latest git head
Created attachment 152955 [details] [review] [introspection] Include xlib.gir We need this for KeySym at least.
Not tested but should work
It fixes the build, indeed.
Attachment 152955 [details] pushed as e14132b - [introspection] Include xlib.gir