Re: [Vala] vala on mac
- From: celil <celil kj gmail com>
- To: Abderrahim Kitouni <a kitouni gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] vala on mac
- Date: Thu, 24 Jun 2010 10:16:42 -0700
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]