Opened 14 months ago
Closed 14 months 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 14 months ago by MaurizioLoreti
comment:1 Changed 14 months ago by breiter (Brian Reiter)
| Cc: | breiter added |
|---|
comment:2 follow-up: 3 Changed 14 months 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 14 months 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 14 months ago by jmroot (Joshua Root)
| Cc: | mascguy@… removed |
|---|---|
| Owner: | set to mascguy |
| Status: | new → assigned |
comment:5 Changed 14 months ago by markemer (Mark Anderson)
I'm on it, I've been chasing this one all over.
comment:6 Changed 14 months ago by markemer (Mark Anderson)
| Cc: | markemer added |
|---|
comment:7 Changed 14 months ago by Bradford-Miller (Bradford Miller)
| Cc: | Bradford-Miller added |
|---|
comment:8 Changed 14 months ago by markemer (Mark Anderson)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

main.log