-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Change Minimum GCC Version to 8 (Rippled Version: 1.7.0) #3782
Comments
What's the output of |
I believe the Ubuntu version is |
I confirm that this same behavior occurs on Ubuntu 18.04 when compiling 1.7.0+
In order to have it refer to the latest version, yet allow both GCC 7 and 8 directly, this helps:
|
* resolves XRPLF#3782 * gcc 8 is required for the charconv include file
* resolves XRPLF#3782 * gcc 8 is required for the charconv include file
* resolves XRPLF#3782 * gcc 8 is required for the charconv include file
* resolves XRPLF#3782 * gcc 8 is required for the charconv include file
Issue Description
When trying to build from source, I encountered following compilation errors with GCC 7.5 on Ubuntu:
Using GCC 8, the build worked.
It appears the minimum required GCC version on Linux Build Instructions needs to be updated.
Steps to Reproduce
On Ubuntu, follow the steps from Linux Build Instructions , except when installing GCC use following:
Expected Result
Expected a successful build.
Actual Result
Following build error:
Environment
Ubuntu (unsure of exact version)
Supporting Files
The text was updated successfully, but these errors were encountered: