-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fails to build on Arch Linux: error: ignoring packed attribute because of unpacked non-POD field #6
Comments
I haven't seen this issue before. It looks like you're building with gcc on amd64, which is a fairly common configuration, but it seems like your system is more strict about alignment for some reason. I've added alignment specifiers to several structures which might help, but I don't have an Arch system handy to test by myself. Let me know if the most recent change doesn't resolve the issue. |
No, doesn't seem to have fixed it.
|
same problem on WSL 2 Ubuntu 22.04 |
I have also same isuue on WSL2 Ubuntu 22.04 |
Having trouble building on Arch Linux.
I've attached the output of my
cmake .
. (too big to paste in)sharedstructures_cmake.txt
The text was updated successfully, but these errors were encountered: