-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Hypr fails to compile on 32-bit Alpine Linux 3.18 #117
Comments
Could you try the following:
|
the fix is - xcb_atom_t TYPEATOM = NULL;
+ xcb_atom_t TYPEATOM = 0; the NULL is broken by https://git.musl-libc.org/cgit/musl/commit/?id=98e688a9da5e7b2925dda17a2d6820dddf1fb287 from musl 1.2.3 which defines NULL as |
Hypr cannot be compiled on 32-bit Alpine Linux.
Steps to reproduce:
Expected behavior
I expected Hypr to compile and run normally.
Screenshots
N/A
Anything else?
No
Log:
https://termbin.com/ybuu
Coredump:
N/A (never got that far)
The text was updated successfully, but these errors were encountered: