On Sat, Jul 24, 2010 at 09:26:39PM +0200, Borja Varela Brea wrote:
> I compile the vala file with
>  this comand with the console in the directory proyects: 
>      
> C:/vala-0.9.3/Proyects>valac --vapidir=./Vapis --pkg=Operations 
> test.vala

There is no package named Operations unless you provide a .pc file and
create a library from your C file.
Alternatively you can: valac --vapidir=./Vapis test.vala Operations.c

-- 
http://www.debian.org - The Universal Operating System

Attachment: signature.asc
Description: Digital signature

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

Reply via email to