-
Notifications
You must be signed in to change notification settings - Fork 4k
Fixed compilation errors with clang 9. #1139
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
Conversation
wesm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you open a JIRA for this and add it to the PR title? Thanks
| typedef __darwin_mach_port_t mach_port_t; | ||
| #include <pthread.h> | ||
| mach_port_t pthread_mach_thread_np(pthread_t); | ||
| #endif /* _MACH_PORT_T */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be put in a common header?
|
Oddly enough for me, master builds just fine with XCode9 |
|
@hntd187 This is probably because plasma is not compiled by default, the error should be reproducible as in https://issues.apache.org/jira/browse/ARROW-1622 |
|
Alright, I'll close this one. Thank you! |
see #1139 Author: Philipp Moritz <[email protected]> Closes #1144 from pcmoritz/plasma-xcode-9-workaround and squashes the following commits: 7642499 [Philipp Moritz] fix on other platforms c5cdddd [Philipp Moritz] xcode 9 compilation workaround
see apache#1139 Author: Philipp Moritz <[email protected]> Closes apache#1144 from pcmoritz/plasma-xcode-9-workaround and squashes the following commits: 7642499 [Philipp Moritz] fix on other platforms c5cdddd [Philipp Moritz] xcode 9 compilation workaround
See here for more information: ray-project/ray#1000.