judahrand opened a new issue, #34236:
URL: https://github.com/apache/arrow/issues/34236

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I'm getting the following error on an M1 Mac:
   
   ```
   Undefined symbols for architecture arm64:
     "testing::Matcher<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&>::Matcher(char const*)", referenced from:
         testing::Matcher<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&> 
testing::internal::MatcherCastImpl<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&, char const*>::CastImpl<true>(char const* 
const&, std::__1::integral_constant<bool, true>, 
std::__1::integral_constant<bool, true>) in array_test.cc.o
         testing::Matcher<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&> 
testing::internal::MatcherCastImpl<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&, char const*>::CastImpl<true>(char const* 
const&, std::__1::integral_constant<bool, true>, 
std::__1::integral_constant<bool, true>) in array_binary_test.cc.o
   ld: symbol(s) not found for architecture arm64
   clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
   ```
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to