Opened 7 years ago
Closed 7 years ago
#54547 closed defect (duplicate)
xdotool compile fails on Sierra, as a result of outdated definitions.
Reported by: | vjorlikowski | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | sierra | Cc: | |
Port: | xdotool |
Description
xdotool has an osx_hacks.h header file, intended to define things that weren't present in versions of macOS prior to Sierra.
Sadly - these definitions are now present, and xdotool fails to compile.
The attached diff allows the compile to complete. It should be applied in a version-aware manner - or else, a patch should be generated to only include osx_hacks.h for older versions of macOS.
Attachments (1)
Change History (3)
Changed 7 years ago by vjorlikowski
Attachment: | xdotool.patch added |
---|
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Port: | xdotool added |
Status: | new → assigned |
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | sierra added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
Duplicate of #52933.
Note: See
TracTickets for help on using
tickets.
Removal of osx_hacks.h definition