Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Build failures with glog enabled #23176

Closed
asfimport opened this issue Oct 10, 2019 · 1 comment
Closed

[C++] Build failures with glog enabled #23176

asfimport opened this issue Oct 10, 2019 · 1 comment
Labels
Milestone

Comments

@asfimport
Copy link

This has started appearing on Travis, e.g.:
https://travis-ci.org/apache/arrow/jobs/596181386#L3663

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

 

Reporter: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-6846. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
It was a problem with conda-forge compilers, fixed in conda-forge/ctng-compiler-activation-feedstock#3

@asfimport asfimport added this to the 0.16.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant