Wes McKinney created ARROW-4961:
-----------------------------------
Summary: [C++][Python] Add GTest_SOURCE=BUNDLED to relevant build
docs that use 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
Fix For: 0.13.0
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
(v7.6.3#76005)