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

Will Jones updated ARROW-15415:
-------------------------------
    Description: 
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.

  was:
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.


> [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
>             Fix For: 8.0.0
>
>
> 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)

Reply via email to