Bug 103755
Summary: | Apple Windows debug bot failing with unresolved external symbol WebCore::BitmapImage::notSolidColor(void)" (?notSolidColor@BitmapImage@WebCore@@UAE_NXZ) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lucas Forschler <lforschler> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Blocker | CC: | bfulgham |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Lucas Forschler
15>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library
15>BitmapImage.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WebCore::BitmapImage::notSolidColor(void)" (?notSolidColor@BitmapImage@WebCore@@UAE_NXZ)
15>C:\cygwin\home\buildbot\slave\win-debug\build\WebKitBuild\Debug\bin\TestWebKitAPI.exe : fatal error LNK1120: 1 unresolved externals
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lucas Forschler
this is causing all windows debug builds to fail.
Lucas Forschler
http://trac.webkit.org/changeset/136159
looks suspect
Lucas Forschler
*** This bug has been marked as a duplicate of bug 103687 ***