Bug 154166 - Fix the WinCairo build related to unresolved external symbol __imp_WTFCrashImpl
Summary: Fix the WinCairo build related to unresolved external symbol __imp_WTFCrashImpl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-12 06:07 PST by Csaba Osztrogonác
Modified: 2016-02-15 23:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-02-12 06:07:07 PST
It seems this build caused the build failure, but these are unrelated changes:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/53844

build error:
Vector.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
WorkQueue.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
MetaAllocator.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
ParkingLot.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
RedBlackTree.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
StringOperators.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
Condition.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
CheckedArithmeticOperations.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
Deque.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
IntegerToStringConversion.cpp.obj : error LNK2001: unresolved external symbol __imp_WTFCrashImpl
bin64\TestWTFLib.dll : fatal error LNK1120: 1 unresolved externals

Maybe clean build could help, but the "force clean build"
button completely kills the WinCairo bot - bug153876
Comment 1 Csaba Osztrogonác 2016-02-15 23:38:02 PST
It's green again after a completely unrelated change:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/53939