[Webkit-unassigned] [Bug 161864] Building on Win 64 (Windows 10 64 bit)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 14:06:05 PDT 2016


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

--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
I think you are running into an annoyance with Windows/CMake.

If you are using a command line that was launched with the 32-bit build tools in their path, that is the kind of build CMake will create for you. If you attempt to do a 64-bit build, you get a mix of build tools, and bad things happen.

Instead, you have to start from the 64-bit build environment, either by using the console shortcut provided by Visual Studio, or by calling VCVARSALL.BAT with the right flags.

-- 
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/20160912/36d2bf09/attachment.html>


More information about the webkit-unassigned mailing list