On Fri, 2008-03-21 at 00:15 +0100, Isma kane wrote:
> I'm a beginner with vala, and I try to create a little application to
> create/modificate file with package gio-2.0. And I found one problem
> in compilation stage (valac --pkg gtk+-2.0 --pkg gio-2.0 ...),error:
> gio/gio.h doesn't exist. I'm googling a little bit an I found a
> package gio-standalone, this one seems usefull package, but this
> doesn't include gio.h.
> 
> Are there any other package? or maybe modification to gio-2.0.vapi

You need glib-2.0 >= 2.16.0, this includes gio-2.0. gio-standalone is an
old version of the same library, you shouldn't use it anymore.

Jürg

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to