Hi, The Fedora package of Vala that I maintain is failing on code that uses the Gee namespace provided by libgee:
(see https://bugzilla.redhat.com/show_bug.cgi?id=428692 -- a test case is included there) I'm not currently on my Fedora machine, but just replicated the bug on freshly-compiled build of 0.1.5 on RHEL5 (built with ./configure --prefix=/scratch/msalim/opt/vala && make && make install): with the following test code: /// using Vala; using GLib; public class TestVala : CodeContext { construct {} } /// I get the following error, repeated multiple times with different line numbers: /scratch/msalim/opt/vala/share/vala/vapi/vala-1.0.vapi:182.10-182.12: error: The namespace name `Gee' could not be found Shouldn't internal APIs not be exposed in vala-1.0.vapi? Alternatively, the Gee .vapi files should be installed by default if it is referenced from other API descriptions. Thanks, -- Michel Salim http://hircus.jaiku.com/ _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
