Opened 6 years ago
Closed 6 years ago
#57926 closed defect (fixed)
libuv @1.25.0: error: use of undeclared identifier 'kFSEventStreamEventFlagItemIsDir'
Reported by: | kencu (Ken) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libuv |
Description
libuv is using some 10.7+ API with the latest update, so fails on < 10.7. Not sure yet how we might work around this, if possible. <https://developer.apple.com/documentation/coreservices/kfseventstreameventflagitemisdir>
Attachments (1)
Change History (6)
Changed 6 years ago by kencu (Ken)
Attachment: | libuv-fail-1068.log added |
---|
comment:1 Changed 6 years ago by kencu (Ken)
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Cc: | michaelld removed |
---|---|
Owner: | set to michaelld |
Status: | new → assigned |
comment:3 Changed 6 years ago by mf2k (Frank Schima)
comment:4 Changed 6 years ago by kencu (Ken)
See also <https://github.com/libuv/libuv/issues/2157> where I asked if they might consider leaving the < 10.7 fallback code in.
comment:5 Changed 6 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Looks like
libuv
hasn't officially supported < 10.7 for a while. As mentioned here <https://github.com/libuv/libuv/pull/2082>.