Magnus Therning wrote:
> However, when I try to compile a simple example from Vala Code
> (http://code.valaide.org/content/gee-set-example) I get the following
> error:
> 
>   % valac Set.vala
>   Set.vala:1.7-1.9: error: The namespace name `Gee' could not be found
>   using Gee;
>         ^^^
>   Compilation failed: 1 error(s), 0 warning(s)
> 
> It looks like something's missing from my system, preventing vala from
> seeing
> Gee.  I have no idea what though.  Any suggestions?

That's simple :-)
% valac Set.vala --pkg gee-1.0

Best regards,

Frederik
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to