cxzl25 commented on PR #2102: URL: https://github.com/apache/orc/pull/2102#issuecomment-2904082574
I probably found the reason, the AppleClang 16 version used by github, and the AppleClang 17 version used by MacOS 15.4. https://github.com/apache/orc/actions/runs/14816974550/job/41598733062 ``` -- The C compiler identification is AppleClang 16.0.0.16000026 -- The CXX compiler identification is AppleClang 16.0.0.16000026 ``` MacOS 15.4 ``` -- The C compiler identification is AppleClang 17.0.0.17000013 -- The CXX compiler identification is AppleClang 17.0.0.17000013 ``` If I specify the lower version of llvm, it can be compiled in branch 2.0 ```bash export LDFLAGS="-L/opt/homebrew/opt/llvm@16/lib" export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include" ``` `https://github.com/ahrm/sioyek/issues/1361` `https://github.com/madler/zlib/commit/4bd9a71f3539b5ce47f0c67ab5e01f3196dc8ef9` -- 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: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org