[ https://issues.apache.org/jira/browse/ARROW-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-4961: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/21466 > [C++][Python] Add GTest_SOURCE=BUNDLED to relevant build docs that use > conda-forge toolchain > -------------------------------------------------------------------------------------------- > > Key: ARROW-4961 > URL: https://issues.apache.org/jira/browse/ARROW-4961 > Project: Apache Arrow > Issue Type: Bug > Components: C++ > Reporter: Wes McKinney > Assignee: Wes McKinney > Priority: Major > Labels: pull-request-available > Fix For: 0.13.0 > > Time Spent: 40m > Remaining Estimate: 0h > > The conda-forge gtest packages don't work for me on Windows. In the meantime, > it is necessary to use BUNDLED method as we are currently already doing in > our Appveyor builds, so we should update the documentation so others don't > hit this rough edge > {code} > util-internal-test.obj : error LNK2001: unresolved external symbol "class > testing::internal::Mutex testing::internal::g_gmock_mutex" > (?g_gmock_mutex@internal@testing@@3VMutex@12@A) [C:\Users\wesmc\code\arrow\cp > p\build\src\arrow\compute\kernels\arrow-compute-util-internal-test.vcxproj] > util-internal-test.obj : error LNK2001: unresolved external symbol "class > testing::internal::ThreadLocal<class testing::Sequence *> > testing::internal::g_gmock_implicit_sequence" > (?g_gmock_implicit_sequence@inte > rnal@testing@@3V?$ThreadLocal@PEAVSequence@testing@@@12@A) > [C:\Users\wesmc\code\arrow\cpp\build\src\arrow\compute\kernels\arrow-compute-util-internal-test.vcxproj] > C:\Users\wesmc\code\arrow\cpp\build\release\Release\arrow-compute-util-internal-test.exe > : fatal error LNK1120: 2 unresolved externals > [C:\Users\wesmc\code\arrow\cpp\build\src\arrow\compute\kernels\arrow-comput > e-util-internal-test.vcxproj] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)