Re: [Vala] vala on mac

2010-06-24 Thread celil
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

Re: [Vala] vala on mac

2010-06-24 Thread celil
Trying to make test under Ubuntu, I get a different error TEST: Building... FAIL /home/drufat/Desktop/Dev/vala-samples/vala-0.9.2/tests/_test/main.c:1109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before

Re: [Vala] vala on mac

2010-06-23 Thread Abderrahim Kitouni
it and you should add its path to ACLOCAL_FLAGS preceded by -I Also as an aside, I compiled an existing vala project of mine under the Mac using vala 0.9.2. The program worked fine under Linux, but under the Mac I am getting segmentation faults and attempts to free unassigned pointers. Is anybody

Re: [Vala] vala on mac

2010-06-23 Thread celil
On 6/23/10 3:24 AM, Abderrahim Kitouni wrote: I don't have a mac but your error suggests that pkg-config is not properly installed (if at all). Make sure pkg-config is installed and look for a file named pkg.m4 (here it is /usr/share/aclocal/pkg.m4 but I'm using linux). If it's there and you

[Vala] vala on mac

2010-06-22 Thread celil
of mine under the Mac using vala 0.9.2. The program worked fine under Linux, but under the Mac I am getting segmentation faults and attempts to free unassigned pointers. Is anybody testing vala under a Mac? How stable is it? Would it be suitable for production development? I would like my