Re: [Vala] VAPI Generation Problems



On Sun, Oct 9, 2011 at 5:41 PM, Andrew Higginson <at higginson gmail com>wrote:

Hi,

I am using the latest vala from git and am trying to generate a vapi
file for libmutter.

When I build libmutter (from git) a .gir file is generated which can be
seen here:
  http://pastebin.com/vapMQ2T1


1) The gir is broken as it contains the following lines, remove them:
<package name="clutter-1.0"/>
<package name="gtk+-3.0"/>
2) There're no bindings for CoglPango. So you either add bindings for it or
drop the <include from all the girs using it or use an older clutter gir. At
all, coglpango isn't used for symbols so it should be safe to remove it.
3) Our x11.vapi has neither X.KeySym nor X.KeyCode, so either skip symbols
in Meta that use them or add bindings for them.

-- 
www.debian.org - The Universal Operating System


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]