Antoine Pitrou created ARROW-6846: ------------------------------------- Summary: [C++] Build failures with glog enabled Key: ARROW-6846 URL: https://issues.apache.org/jira/browse/ARROW-6846 Project: Apache Arrow Issue Type: Bug Components: C++ Reporter: Antoine Pitrou
This has started appearing on Travis, e.g.: https://travis-ci.org/apache/arrow/jobs/596181386#L3663 {code} In file included from /home/travis/build/apache/arrow/cpp/src/arrow/util/logging.cc:29:0: /home/travis/build/apache/arrow/pyarrow-test-3.6/include/glog/logging.h:994:0: error: "DCHECK" redefined [-Werror] #define DCHECK(condition) CHECK(condition) In file included from /home/travis/build/apache/arrow/cpp/src/arrow/util/logging.cc:18:0: /home/travis/build/apache/arrow/cpp/src/arrow/util/logging.h:130:0: note: this is the location of the previous definition #define DCHECK ARROW_CHECK {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)