I haven't been able to resolve the autoconfiguration problem yet.
So I just proceeded to download
http://download.gnome.org/sources/vala/0.9/vala-0.9.2.tar.bz2
and I ran
./configure
make
to build. And just to check everything works correctly, I tried to run
make test
but this returns errors like this
main.vala:2673.57-2673.63: error: The type name `IOError' could not
be found
public abstract int test_int (int i, out int j) throws IOError;
^^^^^^^
main.vala:2674.69-2674.75: error: The type name `IOError' could not
be found
public abstract string test_string (string s, out string t)
throws IOError;
^^^^^^^
main.vala:2715.1-2715.11: error: The type name `Application' could
not be found
Application app;
Any ideas why it can't find IOError and Application symbols?
Celil
_______________________________________________
vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list