[Webkit-unassigned] [Bug 219032] [AppleWin 32bit] Build webkit using VS2017 x86 failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 00:59:09 PST 2020


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

--- Comment #4 from jasonshan <shanjun at homemart.com.cn> ---
I found the reason of this error, my os is win10 x64, so when i run build-webkit command without any parameters under cgywin, it generates a VS2017 project with only one default platform x64, I add a new platform x86 in VS2017, that's why it takes out that error.
After review build-webkit script and webkitdirs.pm, I use this command to generate my VS2017 project:
perl build-webkit --generate-project-only --32-bit
This time, the C_LOOP is defined! I'm building this project now, although it's not finish yet, but I think it will not have that error anymore.
Maybe it's better to add some tips on webpage to introduce how to get a Win32 project under 64bit Windows (the parameter --32-bit is not mentioned).
Thanks everyone.

-- 
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/20201120/824fafd9/attachment-0001.htm>


More information about the webkit-unassigned mailing list