Hi, On Mon, 2008-01-14 at 19:11 +0100, Alessandro Pellizzari wrote: > When I compile it I get an error: > > $ valac -o gee gee.vala > gee.vala:7.17-7.19: error: The name `Gee' does not exist in the context > of `test.main' > gee.vala:7.7-7.9: error: var declaration not allowed with non-typed > initializer > Compilation failed: 2 error(s), 0 warning(s)
You need to build and install libgee ( svn://paldo.org/libgee/trunk migration to GNOME SVN pending) and then use valac --pkg gee-1.0. libgee is a library like any other. Jürg _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
