On 16/01/2008, Michel Salim <[EMAIL PROTECTED]> wrote: > vala comes with its own private copy of libgee, so copying the > gee-1.0.vapi file is actually sufficient.
Yes, but not neccesarily a good idea. Vala might need to change its internal version, or for that matter suddenly decide it doesn't need it at all. If you want to use Gee in your own program, you really should install it. You can't rely on the copy inside Vala being the same as the release version. -- Phil Housley _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
