Re: [Vala] [gnome-db] Gda GdaSet vapi error



W dniu 17.05.2011 20:02, Daniel Espinosa pisze:

Hi!

Bug #639472 was commited. Now libgda-4.2.7 have non-varargs version
functions. Is time to update vapi for 4.2, could any say me how to do it
using GIR generated file?

Not sure if you can create vapi file from GIR one(s).
Valac could be involved in Makefile though.

Pros
 * generated vapi file is always up to date and compatible with
installed vala

Cons
 * one needs to install vala whether needs it or not

Anyway, in configure.ac add

AM_PROG_VALAC([X.Y.Z])

in Makefile.am :

VALAFLAGS = --required-valac-arguments

That should do the trick and autogenerate vapi file.
The same can also create gir file, but no idea if it can do it better
than gir scanner in case of C (valac does it a lot better in case of
vala code)

Piotras






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