-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Arrow build error with clang-10 (Apple Clang / LLVM) #19067
Copy link
Copy link
Closed
Labels
Milestone
Description
As mac os X has been updated to the version 10.13.5 and XCode has been updated to XCode 9.4, the clang (Apple Clang / LLVM) version has also been updated to clang-10 correspondingly. However, Arrow can only be built under clang-9, as shown in the file
| elseif("${COMPILER_VERSION_FULL}" MATCHES ".*clang-9") |
and now I have solved it, see #2106
Environment: MacOS High Sierra 10.13.5
XCode 9.4
Command Line Tools 10.0
Apple LLVM version 10.0.0 (clang-1000.10.25.5)
Reporter: Songqing Zhang / @songqing
Assignee: Songqing Zhang / @songqing
PRs and other links:
Note: This issue was originally created as ARROW-2675. Please see the migration documentation for further details.
Reactions are currently unavailable