lua-users home
lua-l archive

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


On Wed, Jul 04, 2012 at 03:23:52PM -0700, Laurent FAILLIE wrote:
> What I missed ?

gobject-introspection is needed to build and run lgi, but then, for
each library you want to access to, you need the corresponding .typelib
files.

For a Debian based distribution this means you have to install
the corresponding gir packages, like gir1.2-gtk-3.0, that includes the
files lgi fails to find:
  /usr/lib/girepository-1.0/Gtk-3.0.typelib
  /usr/lib/girepository-1.0/Gdk-3.0.typelib
  /usr/lib/girepository-1.0/GdkX11-3.0.typelib


Cheers
-- 
Enrico Tassi