Songqing Zhang created ARROW-2675: ------------------------------------- Summary: Arrow build error with clang-10 Key: ARROW-2675 URL: https://issues.apache.org/jira/browse/ARROW-2675 Project: Apache Arrow Issue Type: Bug Components: C++ Affects Versions: 0.9.0 Environment: MacOS High Sierra 10.13.5 Reporter: Songqing Zhang
As mac os X has been updated to the version 10.13.5, the clang version has also been updated to clang-10 correspondingly. However, Arrow can only be built under clang-9, as shown in the file [https://github.com/apache/arrow/blob/b1d1633c90d20d3cbcbcee9a29c3f057164bb53c/cpp/cmake_modules/CompilerInfo.cmake#L77] and now I have solved it, see [https://github.com/apache/arrow/pull/2106] -- This message was sent by Atlassian JIRA (v7.6.3#76005)