Bug 17793
| Summary: | WinLauncher build failing on the buildbots (Visual Studio Express issue) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | CLOSED FIXED | ||
| Severity: | Major | CC: | aroben, bfulgham |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | Windows XP | ||
Darin Adler
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__DialogBoxParamW@20
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__SendMessageW@16
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__DestroyWindow@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__SysFreeString@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__DefWindowProcW@16
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__PostQuitMessage@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__SysAllocStringLen@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__GetClientRect@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__CallWindowProcW@20
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__MoveWindow@24
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__EndDialog@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__LoadStringW@16
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__OleInitialize@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__CreateWindowExW@48
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__GetWindowLongW@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__SetWindowLongW@12
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__SetFocus@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__CoCreateInstance@20
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__SysAllocString@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__ShowWindow@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__UpdateWindow@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__LoadAcceleratorsW@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__GetMessageW@16
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__TranslateAcceleratorW@12
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__TranslateMessage@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__DispatchMessageW@4
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__OleUninitialize@0
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__LoadIconW@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__LoadCursorW@8
WinLauncher.obj : error LNK2001: unresolved external symbol __imp__RegisterClassExW@4
C:\cygwin\home\buildbot\WebKit-BuildSlave\trunk-win-release\build\WebKitBuild\bin\WinLauncher.exe : fatal error LNK1120: 30 unresolved externals
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Lilek
This was fixed last week.