wgtmac commented on PR #1551:
URL: https://github.com/apache/orc/pull/1551#issuecomment-1605925420

   OK, I found the issue. Though my default clang is of version 14 and 
installed from homebrew. However, the cmake command still picked the Apple 
Clang 13 as below:
   ```
   -- The C compiler identification is AppleClang 13.1.6.13160021
   -- The CXX compiler identification is AppleClang 13.1.6.13160021
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Check for working C compiler: 
/Library/Developer/CommandLineTools/usr/bin/cc - skipped
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Check for working CXX compiler: 
/Library/Developer/CommandLineTools/usr/bin/c++ - skipped
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- No build type selected, default to ReleaseWithDebugInfo
   -- compiler AppleClang version 13.1.6.13160021
   -- Disable the metrics collection
   -- Performing Test ORC_CXX_HAS_CSTDINT
   -- Performing Test ORC_CXX_HAS_CSTDINT - Success
   ...
   ```
   
   After setting the environment variables, everything works fine. Thanks 
@cxzl25!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to