Matt Emson wrote:
Mihail Naydenov wrote: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 (); I built one 0.3.4 available at http://code.google.com/p/gtkaml/downloads/list (mingw). Contains the above change TIA, -- Vlad |