Re: [Vala] trouble with Gir and Ganv



On 21/11/13 21:28, Luca Bruno wrote:
On 21/11/2013 06:58, banjo wrote:
..
I'm trying to use ganv (an interactive Gtk canvas widget for
graph-based interfaces)
..

Try passing --pkg gtk+-3.0 . In general, manually pass a --pkg for every
dependency for which a .vapi exists .

i already did so, in my original email i mentioned this..

    valac --pkg gtk+-3.0 --pkg Ganv-1.0 ganv.vala


Also can you paste the <package...> lines in Ganv-1.0.gir? Only ganv package must be there.

from   /usr/share/gir-1.0/Ganv-1.0.gir   (gir1.2-ganv-1.0.deb)

  <include name="Atk" version="1.0"/>
  <include name="GLib" version="2.0"/>
  <include name="GModule" version="2.0"/>
  <include name="GObject" version="2.0"/>
  <include name="Gdk" version="2.0"/>
  <include name="GdkPixbuf" version="2.0"/>
  <include name="Gio" version="2.0"/>
  <include name="Gtk" version="2.0"/>
  <include name="Pango" version="1.0"/>
  <include name="cairo" version="1.0"/>
  <package name="/tmp/buildd/ganv-0~svn4468~dfsg0/build/ganv-1.pc"/>


-billy


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