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)

xdotool.patch (651 bytes) - added by vjorlikowski 7 years ago.
Removal of osx_hacks.h definition

Download all attachments as: .zip

Change History (3)

Changed 7 years ago by vjorlikowski

Attachment: xdotool.patch added

Removal of osx_hacks.h definition

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Port: xdotool added
Status: newassigned

comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: sierra added
Resolution: duplicate
Status: assignedclosed

Duplicate of #52933.

Note: See TracTickets for help on using tickets.