-
Notifications
You must be signed in to change notification settings - Fork 859
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
Fix packetstream_tags Build On gnu++14 #911
Fix packetstream_tags Build On gnu++14 #911
Conversation
damaestro
commented
Feb 27, 2024
- error: ‘uint32_t’ does not name a type in packetstream_tags.h
- error: ‘uint32_t’ does not name a type in packetstream_tags.h
Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to test g++14 on Ubuntu 22.04 so we can reproduce this on the CI?
It looks like we'd need to use Ubuntu 23.04 or later for gcc13+. |
Can it be that you have to rebase manually to resolve conflicts? GitHub is telling me "This branch cannot be rebased due to too many changes". |
Huh, there is only one commit in this branch and it's up to date with the master branch otherwise. |
That appears to be a bug with GitHub. I fixed that with the workaround mentioned here: https://github.com/orgs/community/discussions/51612. |