Bug 183464
Summary: | Windows JavaScriptCore build broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | 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 |
Ryan Haddad
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Looking at build history, it appears that this failure started with https://trac.webkit.org/changeset/229391
Keith Miller
I have a fix for this incoming soon.
Ryan Haddad
*** This bug has been marked as a duplicate of bug 183465 ***