You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Will Jones (Jira)" <ji...@apache.org> on 2022/04/13 20:10:00 UTC

[jira] [Updated] (ARROW-15415) [C++] Cannot build debug with MSVC and vcpkg

     [ https://issues.apache.org/jira/browse/ARROW-15415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Jones updated ARROW-15415:
-------------------------------
    Fix Version/s:     (was: 8.0.0)

> [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: Will Jones
>            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.1#820001)