[ 
https://issues.apache.org/jira/browse/ARROW-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525469#comment-17525469
 ] 

Kouhei Sutou commented on ARROW-15415:
--------------------------------------

I'll take a look at this later.

> [C++] Cannot build debug with MSVC and vcpkg
> --------------------------------------------
>
>                 Key: ARROW-15415
>                 URL: https://issues.apache.org/jira/browse/ARROW-15415
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Documentation
>    Affects Versions: 6.0.1
>            Reporter: Will Jones
>            Assignee: Kouhei Sutou
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> While trying to create a debug build of Arrow on Windows using vcpkg and 
> MSVC, I encountered a few issues with the current build configuration:
> # Python debug and release libraries are passed, but our Cmake scripts only 
> expect one or the other. Just as 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
>  # 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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to