GNOME Bugzilla – Bug 546200
spawning gcc doesn't work on windows
Last modified: 2008-08-10 13:45:33 UTC
Please describe the problem: 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 (); Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 115818 [details] [review] patch I haven't tested this, just making sure that this shows up in the patch report.
Thanks for the patch, it looks fine. Jared, you've already committed it accidentally in r1738, so I'll just close the bug.
Ah, sorry about that. I must have forgotten to SVN revert after making the patch. :)