-
Notifications
You must be signed in to change notification settings - Fork 1.6k
branch v3/dev/3.1-experimental not compile via make command #2530
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
Comments
Hi @vncloudsco , As I mentioned in that other posting, there is a known compiler bug that could cause an error like that: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58541 You have included your gcc version above (4.8.5). Although that version is not specifically listed in in that page's "Known to fail" (the listed versions are 4.9.3, 5.3.0, 6.1.0, 7.0), it seems to me reasonable likely that that is the problem that you are experiencing. I would suggest upgrading to to a recent version of gcc and trying with that. (For example, I do not see this error with gcc v7.5.0) |
@martinhsv thank you. I built it but i user a docker ubuntu 18.04 :( I was unable to use it through the normal way. Is there a way to get around this without I having to choose the make version? |
@vncloudsco it is possible for you to use 20.04 LTS instead of 18.04? |
@zimmerle |
As @martinhsv mentioned there is this bug on the compiler that I believe cannot be overcoming without an upgrade. Have a look at the issue thread to see if there is a workaround. |
I'm having trouble building the source code please support me.
history my command
My OS:
gcc version:
run make command get error
make version
The text was updated successfully, but these errors were encountered: