Re: [Vala] [windows] valac fails to call gcc?



Matt Emson wrote:
Mihail Naydenov wrote:
Having compiled the lates build (0.3.5) I must report that the problem still exists in the same form.
MihailNaydenov.
Yes. AFAICT it is the captured output from pkg-config that contains a newline which must be stripped.
I made the following change in gobject/valaccodecompiler.vala at line 96:
cmdline += " " + pkgflags.strip ();

Is there a Vala package for Windows that is downloadable? (Even non-fully working?) Last time I looked, there was not a working one, and compilation was hard due to the versions of various libs in Cygwin.

I built one 0.3.4 available at http://code.google.com/p/gtkaml/downloads/list (mingw).
Contains the above change
TIA,

M


-- 
Vlad 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]