[Webkit-unassigned] [Bug 193899] webkit wincairo port build failed on MSVC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 30 05:09:50 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=193899
--- Comment #7 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Oh, that's right. CMake chooses GCC if it's found in your PATH.
You need to modify your PATH not to include GCC before invoking build-webkit.
build-webkit is going to use CMake Ninja generator instead of CMake VS generator if ninja.exe is found in your PATH.
Use --no-ninja switch or modify you PATH.
> perl ./Tools/Scripts/build-webkit --release --wincairo --no-ninja
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190130/8e040efc/attachment.html>
More information about the webkit-unassigned
mailing list