-
Notifications
You must be signed in to change notification settings - Fork 17
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
-Werror causing build issues #78
Comments
It seems that in the Here is a full error from objdump:
|
Problem still persists. Had to make some horrible hacks to get it compile with gcc-7.5.0. Can any fix be expected? |
-Wno-error should override -Werror because the gcc is so old i'm now running into stupid texinfo errors because you cant NOT build the dang gcc documentation and texinfo is too updated I guess. |
Build the needed prehistoric TexInfo with e.g. |
@drawkula when I try to manually make the problematic
(with version 4.0) makeinfo version 4.5 gives :
I guess I have to try a fifth makeinfo version before success (or use another compiler since I'm already too tired of this) BTW, I don't know if this is expected, but aliasing |
I'm trying to build on OpenSuse and the -Werror set in the make files causes build issues. For example:
If you read the comments for those files, then you can see that the fallthrough is expected.
This is in some other code like gprof and gas. Removing the -Werror fixes the problem.
Likewise there was a similar problem bfd's doc building.
If there is any additional information that I can provide, then please let me know.
Helpful information:
uname -a:
gcc -v:
The text was updated successfully, but these errors were encountered: