-
-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.1 fails to build on macosx-10.9-x86_64-3.8 due to kFSEventStreamEventFlagItemCloned #732
Comments
Seems it was this commit and the 1.0.1 release not back tested? |
Thanks for the report, I'll add safe guards for this case though I won't be able to test them since I only have access to Big Sur machines. |
Thanks for that. 10.12 is the most stable release of them all at this stage and we're reluctant to adopt newer OS just because they're new. New hardware, sadly, often mandates a new OS so there is a bit of a mix. That said, stability is more important than new features so we stick with 10.12 where we can. Apple's track record on OS stability has become progressively poor despite that they have access to the best engineers if they want us. |
No problem, I very well understand the stability argument. :-) Please let me know if the fix in the PR works for you. As I mentioned, I am unfortunately unable to test this myself without considerable effort. |
First glance suggests changes look okay. I can try to build on a local 10.12 box and let you know. |
I checked it out and ran
|
Thanks for checking this out, looks like #733 is good then. :-) |
kFSEventStreamEventFlagItemCloned was added in macOS 10.13. Builds for older OS releases should wrap unsupported symbols for backward compatibility even at the loss of minor functionality.
The text was updated successfully, but these errors were encountered: