[Webkit-unassigned] [Bug 155712] Unable to build Webkit for WinCairo port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 15:37:45 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155712

--- Comment #3 from Jeremy Zerfas <WebKit at JeremyZerfas.com> ---
(In reply to comment #2)
> That error is over now but i am facing another one , related to gperf .. 
> I have installed gnu32 utils in C:\Program files(x86) folder and i installed
> them in program files as well.

>   'C:/Program' is not recognized as an internal or external command,
>   operable program or batch file.
>   Failed to run gperf.

The instructions at http://trac.webkit.org/wiki/WindowsWithoutCygwin say for Bison to "make sure that the installation path does not have spaces in it, because Bison does not correctly quote paths when passing them to m4." It looks like your problem is related to this since it has "C:/Program" listed as the path for Gperf instead of the full, complete path. You should be able to fix this problem by installing the GNU programs (Bison, Gperf, Flex, and Make) to some location that doesn't require any spaces such as C:\GNU and then update your PATH variables appropriately.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160328/99db8a3c/attachment.html>


More information about the webkit-unassigned mailing list