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

Require C++11 if protobuf version >= 3.6.0 is installed #990

Merged
merged 6 commits into from
Aug 3, 2018

Conversation

cgull
Copy link
Member

@cgull cgull commented Aug 3, 2018

On MacOS, Homebrew now pulls in protobuf 3.6.0, which requires c++11.

If anyone has a better way of doing this that doesn't impact c++03 builds, please do.

It's time for Mosh to move to C++11 or greater, but maybe not this release.

This shouldn't require C++11 when not required.

This hack may not always detect when C++11 *is* required,
in which case a little autoconf tweaking may be needed
to get a good compile.
As predicted, 'brew unlink python' is no longer needed.
@cgull cgull merged commit ace6324 into mobile-shell:master Aug 3, 2018
@eminence eminence added this to the 1.4.0 milestone Aug 12, 2022
@cgull cgull deleted the protobuf-req-c++11 branch November 16, 2022 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants