Tomaž Vajngerl wrote: > What exactly don't you understand from the error itself? You have 2 > ArrayLists implementations from 2 namespaces "imported" (via using). > One comes from Vala (vala-1.0) which has an internal implementation of > Gee and the other comes from Gee which is what you want to use. You > have to choose which one you want to use and explicitly define which > one via specifying Vala.ArrayList or Gee.ArrayList instead of > ArrayList.
The problem is that Vala has recently changed its internal Namespace for Collections from "Gee" to "Vala" in order to avoid confusion with the real Gee library, but the Code for VTG and the Anjuta plugin is not yet updated. Best regards, Frederik _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
