Opened 7 weeks ago
Closed 7 weeks ago
#70774 closed defect (fixed)
gtk2 +quartz fails to build on Sequoia
Reported by: | MaurizioLoreti | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.1 |
Keywords: | Cc: | breiter (Brian Reiter), markemer (Mark Anderson), Bradford-Miller (Bradford Miller) | |
Port: | gtk2 |
Description
As said. Log file attached; the relevant line is:
info:build gdkimage-quartz.c:150:39: error: 'CGWindowListCreateImage' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead. {{{ }}}
Attachments (1)
Change History (9)
Changed 7 weeks ago by MaurizioLoreti
comment:1 Changed 7 weeks ago by breiter (Brian Reiter)
Cc: | breiter added |
---|
comment:2 follow-up: 3 Changed 7 weeks ago by breiter (Brian Reiter)
I think this is the same underlying issue as #70709 where the solution is to build targeting macOS 14 SDK.
platform darwin 24 { macosx_deployment_target 14.0 }
comment:3 Changed 7 weeks ago by MaurizioLoreti
Replying to breiter:
I think this is the same underlying issue as #70709 where the solution is to build targeting macOS 14 SDK.
platform darwin 24 { macosx_deployment_target 14.0 }
So, what am I supposed to do? To edit the portfile adding these lines somewhere? Or to wait for a new release, since this is a known problem?
comment:4 Changed 7 weeks ago by jmroot (Joshua Root)
Cc: | mascguy@… removed |
---|---|
Owner: | set to mascguy |
Status: | new → assigned |
comment:5 Changed 7 weeks ago by markemer (Mark Anderson)
I'm on it, I've been chasing this one all over.
comment:6 Changed 7 weeks ago by markemer (Mark Anderson)
Cc: | markemer added |
---|
comment:7 Changed 7 weeks ago by Bradford-Miller (Bradford Miller)
Cc: | Bradford-Miller added |
---|
comment:8 Changed 7 weeks ago by markemer (Mark Anderson)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
main.log