[PATCH v2] darwin: Fix non-Metal build
Dean Greer
gcenx83 at gmail.com
Mon Dec 13 08:24:07 CST 2021
Even with this patch wine-7.0-rc1 without Metal fails to compile
:info:build dlls/winemac.drv/cocoa_window.m:310:12: error: cannot find
interface declaration for 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:316:17: error: cannot find
interface declaration for 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:320:60: error: property 'path'
not found on object of type 'id'
:info:build dlls/winemac.drv/cocoa_window.m:2010:9: error: use of
undeclared identifier 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:2010:23: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2010:44: error: expected
expression
:info:build dlls/winemac.drv/cocoa_window.m:2010:31: error: use of
undeclared identifier 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:2011:41: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2014:34: error: use of
undeclared identifier 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:2014:26: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2016:26: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2018:13: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2019:93: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2023:9: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2225:9: error: use of
undeclared identifier 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:2225:23: error: use of
undeclared identifier 'mask'
:info:build dlls/winemac.drv/cocoa_window.m:2225:44: error: expected
expression
:info:build dlls/winemac.drv/cocoa_window.m:2225:31: error: use of
undeclared identifier 'CAShapeLayer'
:info:build dlls/winemac.drv/cocoa_window.m:2225:46: error: missing '[' at
start of message send expression
On Sun, Dec 12, 2021 at 1:13 PM Marvin <testbot at winehq.org> wrote:
> Hi,
>
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
>
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=103984
>
> Your paranoid android.
>
>
> === debian11 (build log) ===
>
> Task: Patch failed to apply
>
> === debian11 (build log) ===
>
> Task: Patch failed to apply
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211213/7e4d335e/attachment.htm>
More information about the wine-devel
mailing list