-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Latest 12.1 release fails to build on 32bit (i686 arch) #1346
Comments
Pushed a fix, I don't have a 32bit system for testing so let me know if you still have this problem. |
Force uint64_t to be aligned to 8-bytes even on 32-bit systems, so we don't need a special case for them. Fixes #1346 Signed-off-by: Yuxuan Shui <[email protected]>
You fixed one of the two build issue, now there is still this one:
|
Remove an unneeded static assertion. Fixes #1346 Signed-off-by: Yuxuan Shui <[email protected]>
ok i've gotten rid of that too. honestly i don't know if picom even works on 32bit anymore. |
Remove an unneeded static assertion. Fixes #1346 Signed-off-by: Yuxuan Shui <[email protected]>
Hi,
On Mageia Cauldron latest release (12.1) fails to build now on i686 arch with the following build issue:
Attached full build log:
build.i686.0.20241001044804.log
The text was updated successfully, but these errors were encountered: