Bug 17793 - WinLauncher build failing on the buildbots (Visual Studio Express issue)
Summary: WinLauncher build failing on the buildbots (Visual Studio Express issue)
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Windows XP
: P1 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 09:17 PDT by Darin Adler
Modified: 2008-03-17 22:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-03-12 09:17:44 PDT
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
Comment 1 Matt Lilek 2008-03-17 16:58:00 PDT
This was fixed last week.