[Webkit-unassigned] [Bug 115335] New: [Windows] Building with ENABLE_GLOBAL_FASTMALLOC_NEW causes QuickTime link failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 28 15:36:16 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115335

           Summary: [Windows] Building with ENABLE_GLOBAL_FASTMALLOC_NEW
                    causes QuickTime link failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


If you #define ENABLE_GLOBAL_FASTMALLOC_NEW to zero on an Apple Windows build (to prevent globally switching from the system allocator to fastMalloc), you will get a build (link) failure due to QuickTime.

Switching ENABLE_GLOBAL_FASTMALLOC_NEW back on allows the build to complete successfully.

Linker errors follow:
13>  QTTrack.cpp
13>     Creating library C:\Projects\WebKit\WebKitBuild\Debug\lib\QTMovieWin.lib and object C:\Projects\WebKit\WebKitBuild\Debug\lib\QTMovieWin.exp
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : warning LNK4217: locally defined symbol _CFRelease imported in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : warning LNK4049: locally defined symbol _CFRelease imported
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : warning LNK4049: locally defined symbol _CFRelease imported
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : warning LNK4217: locally defined symbol _CFGetTypeID imported in function "void __cdecl drawImageOrLayer(struct CGContext *,struct CGRect,void const *)" (?drawImageOrLayer@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : warning LNK4217: locally defined symbol _CFDataCreateWithBytesNoCopy imported in function "struct CGLayer * __cdecl createMediaPDFClosedCaptionsImage(void)" (?createMediaPDFClosedCaptionsImage@@YAPAUCGLayer@@XZ)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : warning LNK4049: locally defined symbol _CFDataCreateWithBytesNoCopy imported
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGColorCreateGenericGray referenced in function "struct CGColor * __cdecl fiftyPercentTransparentWhite(void)" (?fiftyPercentTransparentWhite@@YAPAUCGColor@@XZ)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextDrawPDFPage referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextConcatCTM referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGAffineTransformRotate referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGAffineTransformMakeTranslation referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGLayerGetContext referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGLayerGetContext
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGLayerCreateWithContext referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGLayerCreateWithContext
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectApplyAffineTransform referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGAffineTransformMakeRotation referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPDFPageGetRotationAngle referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectIntersection referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPDFPageGetBoxRect referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPDFDocumentGetPage referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPDFDocumentCreateWithProvider referenced in function "struct CGLayer * __cdecl createCGLayerFromPDFDataProvider(struct CGDataProvider *)" (?createCGLayerFromPDFDataProvider@@YAPAUCGLayer@@PAUCGDataProvider@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextTranslateCTM referenced in function "struct CGLayer * __cdecl createCompatibleLayerInRect(struct CGContext *,struct CGRect,struct __CFDictionary const *)" (?createCompatibleLayerInRect@@YAPAUCGLayer@@PAUCGContext@@UCGRect@@PBU__CFDictionary@@@Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextTranslateCTM
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextTranslateCTM
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextScaleCTM referenced in function "struct CGLayer * __cdecl createCompatibleLayerInRect(struct CGContext *,struct CGRect,struct __CFDictionary const *)" (?createCompatibleLayerInRect@@YAPAUCGLayer@@PAUCGContext@@UCGRect@@PBU__CFDictionary@@@Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextScaleCTM
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextScaleCTM
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGLayerGetSize referenced in function "struct CGLayer * __cdecl createCompatibleLayerInRect(struct CGContext *,struct CGRect,struct __CFDictionary const *)" (?createCompatibleLayerInRect@@YAPAUCGLayer@@PAUCGContext@@UCGRect@@PBU__CFDictionary@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextConvertSizeToDeviceSpace referenced in function "struct CGLayer * __cdecl createCompatibleLayerInRect(struct CGContext *,struct CGRect,struct __CFDictionary const *)" (?createCompatibleLayerInRect@@YAPAUCGLayer@@PAUCGContext@@UCGRect@@PBU__CFDictionary@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextDrawLayerInRect referenced in function "void __cdecl drawImageOrLayer(struct CGContext *,struct CGRect,void const *)" (?drawImageOrLayer@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextDrawLayerInRect
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGLayerGetTypeID referenced in function "void __cdecl drawImageOrLayer(struct CGContext *,struct CGRect,void const *)" (?drawImageOrLayer@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextDrawImage referenced in function "void __cdecl drawImageOrLayer(struct CGContext *,struct CGRect,void const *)" (?drawImageOrLayer@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextDrawImage
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGImageGetTypeID referenced in function "void __cdecl drawImageOrLayer(struct CGContext *,struct CGRect,void const *)" (?drawImageOrLayer@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGAffineTransformConcat referenced in function "void __cdecl shadowDetailsInBaseSpace(struct CGContext *,float &,struct CGSize &)" (?shadowDetailsInBaseSpace@@YAXPAUCGContext@@AAMAAUCGSize@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextGetCTM referenced in function "void __cdecl shadowDetailsInBaseSpace(struct CGContext *,float &,struct CGSize &)" (?shadowDetailsInBaseSpace@@YAXPAUCGContext@@AAMAAUCGSize@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextGetCTM
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGAffineTransformInvert referenced in function "void __cdecl shadowDetailsInBaseSpace(struct CGContext *,float &,struct CGSize &)" (?shadowDetailsInBaseSpace@@YAXPAUCGContext@@AAMAAUCGSize@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextGetBaseCTM referenced in function "void __cdecl shadowDetailsInBaseSpace(struct CGContext *,float &,struct CGSize &)" (?shadowDetailsInBaseSpace@@YAXPAUCGContext@@AAMAAUCGSize@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextRestoreGState referenced in function "void __cdecl drawShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextRestoreGState
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextRestoreGState
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetShadowWithColor referenced in function "void __cdecl drawShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextClipToRect referenced in function "void __cdecl drawShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextClipToRect
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSaveGState referenced in function "void __cdecl drawShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextSaveGState
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGContextSaveGState
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGGradientCreateWithColorComponents referenced in function "struct CGGradient * __cdecl createGenericGrayGradient(float const * const,float const * const,unsigned int)" (?createGenericGrayGradient@@YAPAUCGGradient@@QBM0I at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGColorSpaceCreateWithName referenced in function "struct CGGradient * __cdecl createGenericGrayGradient(float const * const,float const * const,unsigned int)" (?createGenericGrayGradient@@YAPAUCGGradient@@QBM0I at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__kCGColorSpaceGenericGray
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextEndTransparencyLayer referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGColorGetConstantColor referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__kCGColorWhite
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextFillRect referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectInfinite
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetFillColorWithColor referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetBlendMode referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextBeginTransparencyLayerWithRect referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextConvertRectToUserSpace referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectIntegral referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextConvertRectToDeviceSpace referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectUnion referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectIntersectsRect referenced in function "void __cdecl drawInnerShadow(struct CGContext *,struct CGRect,void const *,struct CGSize,float,struct CGColor *)" (?drawInnerShadow@@YAXPAUCGContext@@UCGRect@@PBXUCGSize@@MPAUCGColor@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetStyle referenced in function "void __cdecl drawFocusRing(struct CGContext *,struct CGRect,void const *)" (?drawFocusRing@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGStyleCreateFocusRing referenced in function "void __cdecl drawFocusRing(struct CGContext *,struct CGRect,void const *)" (?drawFocusRing@@YAXPAUCGContext@@UCGRect@@PBX at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectZero
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextDrawLinearGradient referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetMidX referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGGradientGetTypeID referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetMinX referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGColorGetTypeID referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetShouldAntialias referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetMaxY referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectGetMaxY
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetMinY referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectGetMinY
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextRotateCTM referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetWidth referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectGetWidth
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetHeight referenced in function "void __cdecl draw3PartBannerInRectRelativeToEdge(struct CGContext *,struct CGRect,enum CGRectEdge,float,void const *,struct CGColor *,void const *)" (?draw3PartBannerInRectRelativeToEdge@@YAXPAUCGContext@@UCGRect@@W4CGRectEdge@@MPBXPAUCGColor@@3 at Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectGetHeight
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPathRelease referenced in function "void __cdecl addRoundedRectToContext(struct CGContext *,struct CGRect,float)" (?addRoundedRectToContext@@YAXPAUCGContext@@UCGRect@@M at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextAddPath referenced in function "void __cdecl addRoundedRectToContext(struct CGContext *,struct CGRect,float)" (?addRoundedRectToContext@@YAXPAUCGContext@@UCGRect@@M at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPathCloseSubpath referenced in function "void __cdecl addRoundedRectToContext(struct CGContext *,struct CGRect,float)" (?addRoundedRectToContext@@YAXPAUCGContext@@UCGRect@@M at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPathAddArc referenced in function "void __cdecl addRoundedRectToContext(struct CGContext *,struct CGRect,float)" (?addRoundedRectToContext@@YAXPAUCGContext@@UCGRect@@M at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPathMoveToPoint referenced in function "void __cdecl addRoundedRectToContext(struct CGContext *,struct CGRect,float)" (?addRoundedRectToContext@@YAXPAUCGContext@@UCGRect@@M at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGPathCreateMutable referenced in function "void __cdecl addRoundedRectToContext(struct CGContext *,struct CGRect,float)" (?addRoundedRectToContext@@YAXPAUCGContext@@UCGRect@@M at Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetAlpha referenced in function "public: virtual void __thiscall MediaSharedUIImageElement::paint(struct CGContext *,struct CGRect)" (?paint at MediaSharedUIImageElement@@UAEXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetMidY referenced in function "public: virtual bool __thiscall MediaSharedUITimelineSliderThumbElement::hitTest(struct CGRect,struct CGPoint)const " (?hitTest at MediaSharedUITimelineSliderThumbElement@@UBE_NUCGRect@@UCGPoint@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGLayerRelease referenced in function "private: struct CGLayer * __thiscall MediaSharedUITimelineSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUITimelineSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGLayerRelease
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextClip referenced in function "private: struct CGLayer * __thiscall MediaSharedUITimelineSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUITimelineSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextClosePath referenced in function "private: struct CGLayer * __thiscall MediaSharedUITimelineSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUITimelineSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextAddLineToPoint referenced in function "private: struct CGLayer * __thiscall MediaSharedUITimelineSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUITimelineSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextMoveToPoint referenced in function "private: struct CGLayer * __thiscall MediaSharedUITimelineSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUITimelineSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextBeginPath referenced in function "private: struct CGLayer * __thiscall MediaSharedUITimelineSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUITimelineSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextGetClipBoundingBox referenced in function "public: virtual void __thiscall MediaSharedUITimelineSliderThumbElement::paint(struct CGContext *,struct CGRect)" (?paint at MediaSharedUITimelineSliderThumbElement@@UAEXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectGetMaxX referenced in function "private: void __thiscall MediaSharedUITimelineSlider::highlightUnloadedRange(struct CGContext *,struct CGRect)const " (?highlightUnloadedRange at MediaSharedUITimelineSlider@@ABEXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextConvertSizeToUserSpace referenced in function "private: void __thiscall MediaSharedUITimelineSlider::highlightUnloadedRange(struct CGContext *,struct CGRect)const " (?highlightUnloadedRange at MediaSharedUITimelineSlider@@ABEXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextStrokePath referenced in function "private: struct CGLayer * __thiscall MediaSharedUIVolumeSlider::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUIVolumeSlider@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetLineWidth referenced in function "private: struct CGLayer * __thiscall MediaSharedUIVolumeSlider::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUIVolumeSlider@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextSetGrayStrokeColor referenced in function "private: struct CGLayer * __thiscall MediaSharedUIVolumeSlider::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUIVolumeSlider@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectInset referenced in function "private: struct CGLayer * __thiscall MediaSharedUIVolumeSlider::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUIVolumeSlider@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextAddEllipseInRect referenced in function "private: struct CGLayer * __thiscall MediaSharedUIVolumeSliderThumbElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUIVolumeSliderThumbElement@@AAEPAUCGLayer@@PAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGRectContainsPoint referenced in function "public: virtual bool __thiscall MediaUIElement::hitTest(struct CGRect,struct CGPoint)const " (?hitTest at MediaUIElement@@UBE_NUCGRect@@UCGPoint@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGRectContainsPoint
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGSizeZero
13>WebKitSystemInterface.lib(MediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGSizeZero
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGSizeZero
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGDataProviderCreateWithCFData referenced in function "struct CGLayer * __cdecl createMediaPDFClosedCaptionsImage(void)" (?createMediaPDFClosedCaptionsImage@@YAPAUCGLayer@@XZ)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__CGDataProviderCreateWithCFData
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__kCFAllocatorDefault
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__kCFAllocatorDefault
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2001: unresolved external symbol __imp__kCFAllocatorNull
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2001: unresolved external symbol __imp__kCFAllocatorNull
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextBeginTransparencyLayer referenced in function "protected: virtual void const * __thiscall MediaSharedUICCImageElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUICCImageElement@@MAEPBXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(SharedMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGColorCreateGenericRGB referenced in function "protected: virtual void const * __thiscall MediaSharedUICCImageElement::layerWithContents(struct CGContext *,struct CGRect)" (?layerWithContents at MediaSharedUICCImageElement@@MAEPBXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGImageCreateWithPNGDataProvider referenced in function "struct CGImage * __cdecl mediaPNGFullscreenImage(void)" (?mediaPNGFullscreenImage@@YAPAUCGImage@@XZ)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGContextDrawTiledImage referenced in function "public: virtual void __thiscall MediaLegacyUITimelineSlider::paint(struct CGContext *,struct CGRect)" (?paint at MediaLegacyUITimelineSlider@@UAEXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGImageGetHeight referenced in function "public: virtual void __thiscall MediaLegacyUITimelineSlider::paint(struct CGContext *,struct CGRect)" (?paint at MediaLegacyUITimelineSlider@@UAEXPAUCGContext@@UCGRect@@@Z)
13>WebKitSystemInterface.lib(LegacyMediaUI.obj) : error LNK2019: unresolved external symbol __imp__CGImageGetWidth referenced in function "public: virtual void __thiscall MediaLegacyUITimelineSlider::paint(struct CGContext *,struct CGRect)" (?paint at MediaLegacyUITimelineSlider@@UAEXPAUCGContext@@UCGRect@@@Z)
13>C:\Projects\WebKit\WebKitBuild\Debug\bin\QTMovieWin.dll : fatal error LNK1120: 93 unresolved externals

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list