You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/06/06 14:31:01 UTC

[GitHub] [arrow] pitrou commented on pull request #35921: GH-34921: [C++][Python][Java] Require CMake 3.16 or later

pitrou commented on PR #35921:
URL: https://github.com/apache/arrow/pull/35921#issuecomment-1578879401

   The CI failure on Windows looks related:
   https://github.com/apache/arrow/actions/runs/5183549768/jobs/9354274524#step:11:1307
   
   It seems that bundled dependencies are built with the wrong flags? (release instead of debug perhaps)
   ```
   orc.lib(TypeImpl.cc.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in unity_26_cxx.cxx.obj
   orc.lib(TypeImpl.cc.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in unity_26_cxx.cxx.obj
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org