Bug 183464

Summary: Windows JavaScriptCore build broken
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jlewis3, keith_miller, pvollan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=183263

Description Ryan Haddad 2018-03-08 11:15:02 PST
C:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\jsc.cpp(1055): error C2065: '__asm__': undeclared identifier [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\JavaScriptCore\shell\jscLib.vcxproj]
C:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\jsc.cpp(1055): error C2143: syntax error: missing ';' before 'volatile' [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\JavaScriptCore\shell\jscLib.vcxproj]
C:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\jsc.cpp(1055): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\JavaScriptCore\shell\jscLib.vcxproj]
C:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\jsc.cpp(1055): error C2059: syntax error: 'string' [C:\cygwin\home\buildbot\slave\win-release\build\WebKitBuild\Release\Source\JavaScriptCore\shell\jscLib.vcxproj]

https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/8171
Comment 1 Ryan Haddad 2018-03-08 11:15:28 PST
Looking at build history, it appears that this failure started with https://trac.webkit.org/changeset/229391
Comment 2 Keith Miller 2018-03-08 11:16:31 PST
I have a fix for this incoming soon.
Comment 3 Ryan Haddad 2018-03-08 11:26:56 PST

*** This bug has been marked as a duplicate of bug 183465 ***