[PATCH v2] darwin: Fix non-Metal build

Dean Greer gcenx83 at gmail.com
Mon Dec 13 10:13:24 CST 2021


As this framework was never linked prior outside of a Metal build this
patch is invalid

Instead opened a bug
https://bugs.winehq.org/show_bug.cgi?id=52216

On Mon, Dec 13, 2021 at 9:24 AM Dean Greer <gcenx83 at gmail.com> wrote:

> 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/9e2d0938/attachment.htm>


More information about the wine-devel mailing list