kou commented on issue #43400: URL: https://github.com/apache/arrow/issues/43400#issuecomment-2255096231
This is caused by mixing Homebrew's GoogleTest's headers and bundled GoogleTest. If we have some dependencies installed by Homebrew, our include paths may be `-I/opt/homebrew/include -I/BUILD_DIR/_deps/googletest-src/googletest`. This is the caused of this problem. How about GH-43465 that ensure using `-I/BUILD_DIR/_deps/googletest-src/googletest -I/opt/homebrew/include` order? -- 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]
