On Fri, Aug 1, 2008 at 8:28 PM, Mihail Naydenov <[EMAIL PROTECTED]> wrote:
> Thanks for the suggestion, and looks like you were right - valac does try > to call cc instead of gcc, but --cc=gcc did not do the trick of chaging the > compiler: > $ valac --cc=gcc -o hello hello.vala > : Invalid argument > Compilation failed: 1 error(s), 0 warning(s) > error: cc exited with status 1 > Is there another way to change it even if I have to recompile valac? > 10x! > MihailNajdenov > Well, I suppose there's this: http://mail.gnome.org/archives/vala-list/2008-March/msg00085.html I think I should file it as a bug as it has been lost on the mailing list... > > ----- Original Message ---- > From: Vlad Grecescu <[EMAIL PROTECTED]> > To: Mihail Naydenov <[EMAIL PROTECTED]> > Cc: vala-list@gnome.org > Sent: Friday, August 1, 2008 10:17:32 AM > Subject: Re: [Vala] [windows] valac fails to call gcc? > > Mihail Naydenov wrote: > > I have successfully compiled VALA 0.3.4 under vista, > but cannot compile the tests: > $ valac -o hello hello.vala > Compilation failed: 1 error(s), 0 warning(s) > error: Неуспех при изпълнение на дъщерен > процес (No such file or directory) > > Maybe you should try with --cc=gcc too, since I doubt the default executed > command (cc) exists in your Windows installation. > > However there is no problem doing : > $ valac -C hello.vala > $ gcc -o hello hello.c `pkg-config --libs --cflags glib-2.0` `pkg-config > --libs --cflags gobject-2.0` > > > Any suggestions? > 10x! > MihailNajdenov > PS The unreadable error message is probably because valac tries to write in > cyrillic?!? (My computer`s localization is Bulgarian) > > ------------------------------ > > _______________________________________________ > Vala-list mailing [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/vala-list > > > > -- > Vlad http://blad.wordpress.com > > >
_______________________________________________ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list