-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Compiler Error w/ GCC 8.1 on RHEL-latest #4741
Comments
|
when I clone the git repository, everything is good! Just the last release doesn't include the const tweaks. |
|
Yes, sounds like this was already fixed. So far we've never backported fixes to releases (I don't think we'd have the bandwidth), and just relied on people using master instead. |
|
#4698 fixes this. |
i see same error with gcc 8.3. how to fix it? |
|
Fast workaround: remove |
|
Can't reproduce this error. flatbuffers/include/flatbuffers/util.h Lines 497 to 510 in e47ca7a
You are using an old version of Flatbuffers. |
|
@vglavnyy you cannot reproduce it? try using: golang:1.12.4-alpine3.9 + dont add: -Werror=ignored-qualifiers !? can you reproduce it with this docker file? is flatbuffer 1.10 backwards compatible with 1.9? i also see some errors when i use flatbuffer 1.11: |
|
I have tested with 1.11.00.
Yes, should be compatible.
How to reproduce this? Lines 45 to 54 in e47ca7a
It is assumed that if Workaround: |
|
For 1.11 you can reproduce it using, are you able to run the docker file? ... as you see it will run: |
|
Ok, I will check today. |
|
This docker image does not have Workaround: |
|
@vglavnyy thank u! is it safe to upgrade from flatbuffer 1.9 to 1.10 or 1.11? do you guys support backwards compability? the workaround seems not to work? |
Let me know if you need any further info.
The text was updated successfully, but these errors were encountered: