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

Fix for #2559 #2604

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Conversation

SuperTails
Copy link
Contributor

This PR fixes #2559 by explicitly specifying that Abseil should be built with C++11.
Additionally, it fixes an issue with building Apache Arrow: Arrow searches for system-installed protobuf headers when building, which means that it fails when the system protobuf headers are too old or not present. Since protobuf is already built by the script anyway, this PR makes Arrow use the already-built protobuf headers instead.

@kosak kosak merged commit b6e33ed into deephaven:main Jun 30, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jun 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ Client examples do not build with a g++ that is too recent (G++ 11.0+)
2 participants