You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Dan Robinson (JIRA)" <ji...@apache.org> on 2016/03/31 11:16:25 UTC

[jira] [Created] (ARROW-93) XCode 7.3 breaks builds

Dan Robinson created ARROW-93:
---------------------------------

             Summary: XCode 7.3 breaks builds
                 Key: ARROW-93
                 URL: https://issues.apache.org/jira/browse/ARROW-93
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Python
         Environment: Mac OS X, XCode 7.3, Apple LLVM version 7.3.0 (clang-703.0.29)
            Reporter: Dan Robinson
            Assignee: Dan Robinson
            Priority: Minor


The builds for the C++ and Python projects break after upgrading to XCode 7.3, because it uses a new clang version, "clang-703.0.29", that doesn't match any of the patterns used for recognizing compiler versions in CompilerInfo.cmake.

CMake Error at cmake_modules/CompilerInfo.cmake:43 (message):
  Unknown compiler.  Version info:

  Apple LLVM version 7.3.0 (clang-703.0.29)

  Target: x86_64-apple-darwin15.2.0

  Thread model: posix

  InstalledDir:
  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin


Call Stack (most recent call first):
  CMakeLists.txt:139 (include)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)