wjones127 opened a new pull request #12230:
URL: https://github.com/apache/arrow/pull/12230


   This fixes various issues I encountered while trying to create a debug build 
on Windows using MSVC and vcpkg:
   
    * Python debug and release libraries are passed, but our Cmake scripts only 
expect one or the other. This is the same issue reported in ARROW-13470
    * Since vcpkg upgraded gtest to 1.11.0, there is again a mismatch between 
the bundled gtest and the vcpkg versions. So we get the same error as was found 
in ARROW-14393. The only reason it was using bundled gtest was a carveout for 
an issue with Conda (does it even apply anymore?), so I made that if-statement 
more specific so it didn't interfere with vcpkg dependencies.
    * Thrift could not find debug static libraries, because it was missing the 
"d" suffix. It should be libthriftmdd.lib, but was finding libthriftmd.lib.
    * Additionally, the recommended clcache program from our Windows developer 
docs is no longer maintained. I found its dependency pyuv doesn't install on 
Windows anymore, and is also no longer maintained. I've dropped mention of it 
from the docs.


-- 
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