RESOLVED WONTFIX3348
10.3.9 Build Failure: Missing 10.4 Method -setCompositingOperation for WebImageRenderer
https://bugs.webkit.org/show_bug.cgi?id=3348
Summary 10.3.9 Build Failure: Missing 10.4 Method -setCompositingOperation for WebIma...
Christopher Schmidt
Reported 2005-06-08 07:03:46 PDT
/Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRenderer.m: In function `- [WebInternalImage _PDFDrawFromRect:toRect:operation:alpha:flipped:]': /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRenderer.m:956: warning: `NSGraphicsContext' may not respond to `-setCompositingOperation:' /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRenderer.m:956: warning: cannot find method `-setCompositingOperation:'; return type `id' assumed (void)setCompositingOperation:(NSCompositingOperation)operation; (NSCompositingOperation)compositingOperation; Function is new in 10.4.
Attachments
Christopher Schmidt
Comment 1 2005-06-08 08:17:07 PDT
Compiling without -Werror does allow the build to continue.
Christopher Schmidt
Comment 2 2005-06-08 08:19:06 PDT
Similar output from WebImageRenderFactory: /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m: In function `-[WebImageRendererFactory CGCompositeOperationInContext:]': /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:168: warning: `NSGraphicsContext' may not respond to `+graphicsContextWithGraphicsPort:flipped:' /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:168: warning: cannot find method `+graphicsContextWithGraphicsPort:flipped:'; return type `id' assumed /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:168: warning: cannot find method `-compositingOperation'; return type `id' assumed /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:168: warning: return makes integer from pointer without a cast /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m: In function `-[WebImageRendererFactory setCGCompositeOperation:inContext:]': /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:173: warning: `NSGraphicsContext' may not respond to `+graphicsContextWithGraphicsPort:flipped:' /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:173: warning: cannot find method `+graphicsContextWithGraphicsPort:flipped:'; return type `id' assumed /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:173: warning: cannot find method `-setCompositingOperation:'; return type `id' assumed /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m: In function `-[WebImageRendererFactory setCGCompositeOperationFromString:inContext:]': /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:191: warning: `NSGraphicsContext' may not respond to `+graphicsContextWithGraphicsPort:flipped:' /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:191: warning: cannot find method `+graphicsContextWithGraphicsPort:flipped:'; return type `id' assumed /Users/crschmidt/webkit/WebKit/WebCoreSupport.subproj/WebImageRendererFactory.m:191: warning: cannot find method `-setCompositingOperation:'; return type `id' assumed
Koen van der Drift
Comment 3 2005-06-20 18:42:51 PDT
Removing -Werror from the build line in the Terminal does not work for me. I get the same error for the missing setCompositingOperation method.
Joost de Valk (AlthA)
Comment 4 2006-02-07 13:54:40 PST
We won't support building under 10.3.9 ever again. Sorry. Closing as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.